[OpenSER-Users] Routing Logic

VoIP Forums www.Go4Calls.com go4calls at hotmail.com
Tue May 13 15:40:25 CEST 2008


Hi Friends,

I have the following route plan in my openser.cfg all blocks are working well instead of 800800.

if (uri=~"sip:800800[1-9][0-9]+ at .*") {
                    rewritehostport("officePBX-IP:5060");
                    route(1);
                    exit;
 } else if ($(rU{s.len})>=8) {
                    rewritehostport("MyPSTNprovider-IP:5061");
                    route(1);
                    exit;
  }else{

                lookup("location");
                route(1);
                exit;
   };


When i am trying to call 800800 the error message appearing is "513 Message too big" 800800 is routed to the asterisk for our internal office's extensions.
Pls guide us how i can solve this issue.

Regards, 
www.Go4Calls.Com 
VoIP Forums 
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20080513/1139aaf3/attachment.htm 


More information about the Users mailing list