Hi,<br><br>I&#39;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: &lt;77.6&gt; (4) / &lt;77.66.x.x:5060&gt; (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 &#39;opensipsctl dispatcher show&#39; 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 &quot;dispatcher.so&quot;<br><br>modparam(&quot;dispatcher&quot;, &quot;db_url&quot;,&quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)<br>
<br>       if (is_method(&quot;INVITE&quot;)) {<br><br>                ds_select_dst(&quot;1&quot;, &quot;4&quot;);<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>