There is a mistake in the regular expression for long distance calls.
if (uri=~"^sip:1[2-9][1-9]{9}@") should be if (uri=~"^sip:1[2-9][0-9]{9}@")
Flavio E. Goncalves
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20090130/05d26263/attachment.htm