Adding a NAPTR-record to a DNS-template/DNS-zone
When creating/updating a DNS-template/DNS zone and you need to add/update an NAPTR-record, use the below instruction for adding/updating the NAPTR-record in the correct format to/for the relevant DNS-template/DNS-zone that is to be created/updated.
Important
When using an S or A flag, use replacement and not regular expression
An example format of a NAPTR record with an S flag is 10 0 "S" "SIP+D2U" "" _sip._udp.example.com
Order | Preference | Flags | Services | Regular expression | Replacement |
---|---|---|---|---|---|
10 | 0 | S | SIP+D2U | "" | _sip._udp.example.com |
An example format of a NAPTR record is with an A flag 10 0 "A" "SIP+D2U" "" _sip._udp.example.com
Order | Preference | Flags | Services | Regular expression | Replacement |
---|---|---|---|---|---|
10 | 0 | A | SIP+D2U | "" | _sip._udp.example.com |
When using a U flag, use regular expression and not replacement
An example format of a NAPTR record with a U flag is 10 0 "U" "SIP+D2U" "!^.*$!sip:service@example.com!" ""
Order | Preference | Flags | Services | Regular expression | Replacement |
---|---|---|---|---|---|
10 | 0 | U | SIP+D2U | !^.*$!sip:service@example.com! |
"" |