Hi,<br><br>I'm getting error using Dispatcher module as listing below;<br><br>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) <br>
Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]: ERROR:dispatcher:add_dest2list: bad uri [77.66.x.x:5060] <br>Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]: ERROR:dispatcher:mod_init: could not initiate a connect to the database <br>
Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]: ERROR:core:init_mod: failed to initialize module dispatcher <br>Dec 11 07:22:57 newtest /usr/local/sbin/opensips[15487]: ERROR:core:main: error while initializing modules<br>
<br>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.<br><br>Using command 'opensipsctl dispatcher show' its showing me the fields of table dispatcher as listing below;<br>
<br>+----+-------+------------------+-------+--------+-------+------------------+<br>| id | setid | destination | flags | weight | attrs | description |<br>+----+-------+------------------+-------+--------+-------+------------------+<br>
| 1 | 1 | 77.66.x.x:5060 | 0 | 1 | | | <br>| 2 | 1 | 77.66.x.x:5060 | 0 | 1 | | | <br>+----+-------+------------------+-------+--------+-------+------------------+<br>
<br><br>The settings I done in opensips.cfg file is listed below;<br><br>loadmodule "dispatcher.so"<br><br>modparam("dispatcher", "db_url","mysql://opensips:opensipsrw@localhost/opensips")<br>
<br> if (is_method("INVITE")) {<br><br> ds_select_dst("1", "4");<br> forward();<br> route(1);<br> setflag(1); # do accounting<br>
}<br><br clear="all"><br>Further added I can even login to mysql using opensips credentials as well. <br><br>Kindly advise me how to resolve this issue.<br><br>-- <br>Regards,<br><br>Ahmed Munir<br><br><br>