View Single Post
Unread 03-07-2006, 03:24 PM   #1
blanu
Junior Member
 
Join Date: Feb 2006
Location: Copenhagen, Denmark
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
blanu is on a distinguished road
Default NAPTR, please make '+' optional

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.
blanu is offline   Reply With Quote