NAPTR Records


Other SIP Resources
 
SIP Pocket Guide
SIP Signaling Router Use Cases Multimedia
SIP Sessions Blog
SIP Signaling Router Application Handbook
SIP Signaling Router (SSR) Use Cases Application Guide
Print Print

NAPTR Field, IN NAPTR 50 50, SIP+D2U, _sip._udp.naptr-udp

NAPTR Field
Description
NAPTR Specifies the order, from lowest to highest, in which to process multiple NAPTR records for a name. Processing stops once a suitable record is found.
Preference The order, from lowest to highest, in which to process multiple NAPTR records with the same order value. Higher numbered records can be tried if lower numbered records fail or aren’t acceptable in some other way.
Flags Always “s” for SIP, which means to do an SRV lookup on whatever is in the replacement field.
Service Specifies the service available by following this rule. For SIP:
• SIP+D2U: SIP over UDP
• SIP+D2T: SIP over TCP
• SIP+D2S: SIP over SCTP
• SIPS+D2T: SIPS over TCP
Regexp Always empty for SIP services.
Replacement For SIP, a DNS name to use in an SRV query.