View Single Post
Unread 03-07-2006, 03:40 PM   #2
evilbunny
Senior Member
 
Join Date: Feb 2006
Posts: 176
Thanks: 0
Thanked 14 Times in 10 Posts
evilbunny is on a distinguished road
Default

Quote:
Originally Posted by blanu
VoXaLot's numbers have this NAPTR in e164.org:
Code:
100 10 "u" "E2U+SIP" "!^\\+8829993(.*)$!sip:\\1@voxalot.com!" .
I would prefer something like this instead to make the leading '+' optional:
Code:
100 10 "u" "E2U+SIP" "!^[+]?8829993(.+)$!sip:\\1@voxalot.com!" .
Cheers,
Blanu.
They have no control over the record, but I haven't seen anywhere that states the leading + is optional, everything tends to expect it.
evilbunny is offline   Reply With Quote