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]+@.*") {
                    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! Try it!