Hello everyone, i am testing the carrierroute module to do the following:<br>-If destination starts with 1760, the call is sent to PSTN GW.<br>-If destination starts with 1305, the call is blocked.<br><br>The lab works as desired, however i am getting this error:<br><br>ERROR:carrierroute:carrier_rewrite_msg: during rewrite_uri_recursor, uri 13054941522 , carrier 0, domain 0<br><br>These are my tables:<br>mysql> select * from carrierroute;<br>+----+---------+-------------+--------+------+-------+---------------+----------------+----------------+---------+<br>| id | carrier | scan_prefix | domain | prob | strip | rewrite_host | rewrite_prefix | rewrite_suffix | comment |<br>+----+---------+-------------+--------+------+-------+---------------+----------------+----------------+---------+<br>| 1 | 0 | 1760 | 0 | 1
| 0 | 70.165.183.36 | | | NULL | <br>| 2 | 0 | 1305 | 0 | 1 | 0 | | | | NULL | <br>+----+---------+-------------+--------+------+-------+---------------+----------------+----------------+---------+<br>2 rows in set (0.00 sec)<br><br>mysql> select * from route_tree;<br>+----+---------+<br>| id | carrier
|<br>+----+---------+<br>| 0 | default | <br>+----+---------+<br>1 row in set (0.00 sec)<br><br>And this is my config:<br><br> if (is_method("INVITE")) {<br><br> if(!cr_rewrite_uri("0", "call_id")){<br> sl_send_reply("403", "Not allowed");<br> exit();<br> } <br><br> }<br><br><br>any ideas?<br><br>best
regards,<br>Pablo.<br><br><p>