Zeus Ng writes:
I'm not 100% sure, but I think enum module expect "!" as the delimiter for regexp. You may try:
$ORIGIN 1.2.2.e164.mydomain.com. 0 NAPTR 100 10 "u" "sip+E2U" "!^(.*)$!sip:\1@iptel2.mydomain.com!" .
that is right. currently enum module assumes that regexp delimiter is "!", which seems to be a common convention and in etsi enum spec is SHALL. i could make it more general, but right now i have other, higher priority things to worry about.
-- juha