[Users] block calls

Carlos Ribas caduribas at gmail.com
Thu Apr 19 16:47:29 CEST 2007


I need to block calls that they start with number 0.
i did this, but it`s not OK:
if (uri=~"^sip:[1-9]*@.*") {
   rewritehost("10.0.0.10");
   log("access ok");
   route(1);
   break;
};

if (uri=~"^sip:0[1-9]*@.*") {
   log("access deny");
   break;
};

How can i do this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20070419/961832bc/attachment.htm 


More information about the Users mailing list