[OpenSIPS-Users] Getting error using Dispatcher module

Ahmed Munir ahmedmunir007 at gmail.com
Fri Dec 11 09:05:46 CET 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20091211/ab536362/attachment.htm 


More information about the Users mailing list