Hello all, <br><br>&nbsp;&nbsp;&nbsp;&nbsp; I&#39;m trying to configure the LCR module, but I&#39;m running into a little problem, I don&#39;t get any errors but it is not routing the call properly, this is my lcr info:<br><br><span style="font-family: courier new,monospace;">openserctl lcr show&nbsp; </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">database engine &#39;MYSQL&#39; loaded</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Control engine &#39;FIFO&#39; loaded</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">lcr routes</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+----+--------+----------+--------+----------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">| id | prefix | from_uri | grp_id | priority |</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+----+--------+----------+--------+----------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">|&nbsp; 1 | 001&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 | </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+----+--------+----------+--------+----------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">lcr gateway groups</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+--------+----------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">| grp_id | grp_name |</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+--------+----------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 | GWs &nbsp;&nbsp;&nbsp;&nbsp; | </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+--------+----------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">lcr gateways</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+---------+---------------+------+------------+-----------+--------+-------+---------------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">| gw_name | ip_addr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | port | uri_scheme | transport | grp_id | strip | prefix&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">+---------+---------------+------+------------+-----------+--------+-------+---------------+</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">| USA&nbsp;&nbsp;&nbsp;&nbsp; | <a href="http://1.2.3.4">1.2.3.4</a> &nbsp; &nbsp; &nbsp; | 5060 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 |&nbsp;&nbsp;&nbsp;&nbsp; 2 | 99 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; | </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">+---------+---------------+------+------------+-----------+--------+-------+---------------+</span><br><br>I&#39;m sending the following call:<br><br><span style="font-family: courier new,monospace;">Jun 14 07:49:31 rgi-sip /sbin/openser[9458]: DBG:core:parse_msg: SIP Request: </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Jun 14 07:49:31 rgi-sip /sbin/openser[9458]: DBG:core:parse_msg:&nbsp; method:&nbsp; &lt;INVITE&gt; </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Jun 14 07:49:31 rgi-sip /sbin/openser[9458]: DBG:core:parse_msg:&nbsp; uri:&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="http://sip:0013058883456@9.8.7.6:5060">sip:0013058883456@9.8.7.6:5060</a>&gt; </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Jun 14 07:49:31 rgi-sip /sbin/openser[9458]: DBG:core:parse_msg:&nbsp; version: &lt;SIP/2.0&gt;</span><br style="font-family: courier new,monospace;">&nbsp;<br><br>my script says:<br>
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; # routing to the public network</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; if (!load_gws()) {</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlog(&quot;L_INFO&quot;,&quot;LCR: Unable to load gateways&quot;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_send_reply(&quot;503&quot;, &quot;Unable to load gateways&quot;);</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; }else{</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlog(&quot;L_INFO&quot;,&quot;LCR: Sending to $td\n&quot;);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; }</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; if(!next_gw()){</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_send_reply(&quot;503&quot;, &quot;Unable to find a gateway&quot;);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp; exit;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; t_on_failure(&quot;2&quot;);</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; if (!t_relay()) {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_reply_error();</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; };</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; exit;</span><br style="font-family: courier new,monospace;">
<br><br>On the syslog i get the message:<br><br>LCR: Sending to <a href="http://9.8.7.6">9.8.7.6</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;-- This, although the IP is wrong, I KNOW it didn&#39;t fail loading the gateways...<br><br>where <a href="http://9.8.7.6">9.8.7.6</a> if my sever&#39;s IP.<br>
<br><br><br><br>Why is it not matching?<br><br><br><br>Thanks a lot<br><br><br>David<br>