[OpenSER-Users] Carrirroute

TCB tawandac at gmail.com
Tue Jan 8 21:25:44 CET 2008


Would appreciate some help with CarrierRoute module
I get the following error

ERROR:carrierroute:carrier_rewrite_msg: error during rewrite_uri_recursor

This is my Route

route[22]
{
        # route calls based on hash over callid
        # choose route domain 0 of the default carrier
        if(!cr_rewrite_uri("0", "call_id")){
                sl_send_reply("403", "Not allowed");
        } else {
        # In case of failure, re-route the request
                t_on_failure("3");
        # Relay the request to the gateway
        t_relay();
        }
}

-- 
TC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20080108/2820be23/attachment.htm>


More information about the sr-users mailing list