Would appreciate some help with CarrierRoute module<br>I get the following error <br><br>ERROR:carrierroute:carrier_rewrite_msg: error during rewrite_uri_recursor<br><br>This is my Route<br><br>route[22]<br>{<br> # route calls based on hash over callid
<br> # choose route domain 0 of the default carrier<br> if(!cr_rewrite_uri("0", "call_id")){<br> sl_send_reply("403", "Not allowed");<br> } else {
<br> # In case of failure, re-route the request<br> t_on_failure("3");<br> # Relay the request to the gateway<br> t_relay();<br> }<br>}<br><br>-- <br>TC