[OpenSIPS-Users] Getting error using Dispatcher module
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Fri Dec 11 17:04:04 CET 2009
Hello Ahmed
The destination field (in DB) must be a SIP URI, like sip:xx.xx.xx.xx:5060
Regards,
Bogdan
Ahmed Munir wrote:
> Hi,
>
> I'm getting error using Dispatcher module as listing below;
>
> Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]:
> ERROR:core:parse_uri: bad uri, state 0 parsed: <77.6> (4) /
> <77.66.x.x:5060> (16)
> Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]:
> ERROR:dispatcher:add_dest2list: bad uri [77.66.x.x:5060]
> Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]:
> ERROR:dispatcher:mod_init: could not initiate a connect to the database
> Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]:
> ERROR:core:init_mod: failed to initialize module dispatcher
> Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]:
> ERROR:core:main: error while initializing modules
>
> Even when I configured OpenSIPs version 1.5.2, dispatcher module was
> easily configured but now I using same configuration and applied on
> version 1.6 getting the error as I listed above.
>
> Using command 'opensipsctl dispatcher show' its showing me the fields
> of table dispatcher as listing below;
>
> +----+-------+------------------+-------+--------+-------+------------------+
> | id | setid | destination | flags | weight | attrs | description |
> +----+-------+------------------+-------+--------+-------+------------------+
> | 1 | 1 | 77.66.x.x:5060 | 0 | 1 | |
> |
> | 2 | 1 | 77.66.x.x:5060 | 0 | 1 |
> | |
> +----+-------+------------------+-------+--------+-------+------------------+
>
>
> The settings I done in opensips.cfg file is listed below;
>
> loadmodule "dispatcher.so"
>
> modparam("dispatcher",
> "db_url","mysql://opensips:opensipsrw@localhost/opensips")
>
> if (is_method("INVITE")) {
>
> ds_select_dst("1", "4");
> forward();
> route(1);
> setflag(1); # do accounting
> }
>
>
> Further added I can even login to mysql using opensips credentials as
> well.
>
> Kindly advise me how to resolve this issue.
>
> --
> Regards,
>
> Ahmed Munir
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
--
Bogdan-Andrei Iancu
www.voice-system.ro
More information about the Users
mailing list