Version

SIP Addressing

In the dynamic landscape of Session Initiation Protocol (SIP) communications, addressing employs a versatile and comprehensive system that ensures users and resources are identifiable and reachable, regardless of their physical location or network configuration. This chapter delves into the core concepts, mechanisms, and types of SIP addressing, providing a foundation for understanding how SIP facilitates robust, flexible communications in VoIP and other IP-based multimedia services.

Understanding SIP addressing is essential for anyone involved in the deployment, development, or management of SIP-based systems. It not only facilitates effective communications setup and routing but also underpins the security, scalability, and flexibility of SIP services. As we explore the intricacies of SIP URIs, SIPS URIs, TEL URIs, GRUUs, and other addressing forms, we gain insights into the sophisticated architecture that enables modern IP communications to thrive.

 

Address-of-Record (AoR) 

The Address of Record (AoR) in SIP acts as a unique identifier for a user within a SIP domain, much like an email address in an email system. The AoR is crucial for SIP registration, allowing SIP servers to map the user's AoR to their current contact addresses or locations. This mapping enables the SIP system to route incoming calls and messages to the user's current point of connection, regardless of their physical location or the device they are using. 

An AoR typically appears in the form of a SIP URI (more details below). During the registration process, a user agent (UA) sends a REGISTER request to the SIP server, indicating its current contact information (e.g., IP address and port) along with its AoR. The SIP server then uses this information to create or update a binding in the location service, ensuring that incoming SIP requests directed to the AoR can be correctly forwarded to the UA's current contact address. 

The concept of AoR is fundamental to achieving SIP's goal of seamless communication over the internet, allowing users to receive calls and messages on any device, anywhere, as long as they are registered with their SIP service provider. 

 

SIP URI (Session Initiation Protocol Uniform Resource Identifier)

Example: sip:john.doe@example.com;transport=tcp

Definition: SIP URIs are used to identify users or resources in SIP-based communications systems, facilitating the initiation, management, and termination of sessions over an IP network. They serve as a key component in VoIP (Voice over Internet Protocol) and other IP-based communications, specifying the protocol, user, domain, and potentially transport parameters involved in a SIP session.

Format: A SIP URI is formatted similarly to an email address, with a general structure of sip:user@domain, where "user" can be a phone number or a username, and "domain" represents the host or domain of the SIP service. SIP URIs can include additional parameters to specify actions or preferences, such as transport types (transport=udp, transport=tcp) or user extensions.

Usage: SIP URIs are primarily used in the headers of SIP messages, such as To, From, and Contact, indicating the originator, recipient, and contact points for SIP communications. They enable the routing of SIP requests to the appropriate endpoints within an IP network.

 

SIPS URI (Secure Session Initiation Protocol Uniform Resource Identifier)

Example: sips:jane.doe@example.com

Definition: SIPS URIs enhance SIP URIs by specifying that the session should be established using secure transport mechanisms. They indicate that the communications must be encrypted and securely transmitted, typically via TLS (Transport Layer Security), providing an added layer of security for SIP communications.

Format: The format of a SIPS URI is similar to that of a SIP URI, but it uses the "sips" scheme to denote the requirement for secure transmission. The structure is sips:user@domain, where the use of "sips" explicitly requires that TLS be used for encrypting the signaling path between the communicating parties.

Usage: SIPS URIs are used in environments where enhanced security is necessary, such as in confidential business communications or services that handle sensitive information. They ensure that SIP messages, including session setup, management commands, and potentially sensitive metadata, are protected against eavesdropping and tampering.

 

TEL URI (Telephone Uniform Resource Identifier)

Example: tel:+12345678901

Definition: TEL URIs are used to represent and address traditional telephone numbers within IP-based communications protocols, including SIP. Unlike SIP URIs, which are tailored for sessions initiated over the Internet, TEL URIs provide a bridge to the Public Switched Telephone Network (PSTN), allowing IP-based systems to connect with and route calls to traditional telephone networks.

Format: The TEL URI scheme follows the structure tel:number, where "number" is the actual telephone number in a format that can include international and national dialing codes. TEL URIs support global telephone numbers by adhering to the E.164 numbering format, ensuring worldwide reachability and compatibility with traditional telephony systems.

Usage: TEL URIs are primarily used in SIP communications when there is a need to route calls to or from the PSTN. They are utilized within SIP messages to specify the destination or origin of a call as a telephone number rather than an Internet endpoint. This capability is essential for VoIP services that offer interoperability with conventional telephony, such as calling to or receiving calls from landlines or mobile phones.

Key Points:

Interoperability: TEL URIs play a crucial role in integrating VoIP systems with traditional telephony, enabling users of SIP-based services to communicate seamlessly with users on the PSTN.

E.164 Format: By conforming to the E.164 standard, TEL URIs ensure that telephone numbers are represented in a universally recognized format, facilitating cross-network and international communications.

PSTN Gateway Support: For a SIP system to connect a call to a TEL URI, it typically requires a gateway that can translate between SIP (or other IP-based protocols) and the signaling systems used in the PSTN. These gateways handle the conversion and routing necessary to bridge the technological gap between IP networks and traditional telephony.

 

GRUU (Globally Routable User Agent URI)

Definition: GRUU provides a permanent, globally routable identifier for a specific instance of a SIP user agent, allowing for reliable direct routing of SIP messages regardless of the user agent's current location or registration state. Defined in RFC 5627, GRUUs address the challenge of reaching a particular user agent instance when a single SIP URI may correspond to multiple registrations or devices.

Format: GRUUs extend the standard SIP URI format with a unique gruu parameter that includes a globally unique identifier, often a UUID. This format ensures that a GRUU can be used to directly contact the specific user agent instance, bypassing the need for SIP registrar lookup. A GRUU might look like sip:user@example.com;gr=urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6.

Usage: GRUUs are especially useful in scenarios where direct, unambiguous routing to a specific device or user agent instance is necessary, such as in advanced call control and mobility management. They are used in SIP message headers where precise targeting is required.

Considerations:

Privacy and Security: Use of GRUUs must be balanced with privacy considerations, as they provide a direct means to contact a user agent instance.
Interoperability: Support for GRUUs across different SIP platforms and devices can vary, impacting the reliability of direct routing in mixed environments.
Management: The generation, distribution, and management of GRUUs require coordination by SIP registrars and user agents to ensure global uniqueness and validity.

 

Wildcard URI:

Definition: A Wildcard URI in SIP is a special URI used for bulk deregistration of contacts associated with an Address-of-Record (AoR). It allows a SIP user to deregister all current bindings for their SIP address at once, facilitating efficient management of user registrations. This mechanism is particularly useful for users who have multiple devices registered under the same SIP address.

Format: The Wildcard URI utilizes an asterisk (*) as the user part of the URI in the Contact header field of a SIP REGISTER request to signify that all registrations associated with the AoR should be removed. The format is Contact: *, indicating a request to deregister all contacts.

Usage: Wildcard URIs are used exclusively in the context of SIP registrations to deregister all contacts bound to an AoR, effectively clearing all current registrations. This is often used when a user wishes to log out of all devices or when transitioning registrations to a new environment.

Considerations:

Impact on Registrations: Use of the Wildcard URI results in the removal of all existing bindings for an AoR, which can have significant implications for a user's availability and ongoing sessions.
Security: Careful consideration should be given to authorization and authentication mechanisms to prevent unauthorized use of Wildcard URIs for deregistration attacks.
Protocol Support: Ensuring that SIP registrars and servers properly support Wildcard URIs is essential for their effective use in SIP environments.

Start innovating with Mobius

What's next? Let's talk!

Mobius Software

As a company you'll get:

  • Get started quickly

  • Support any business model

  • Join millions of businesses

Questions? websupport@mobius.com