VoIP.info Reference

SIP URI structure: identity, routing and parameters

Parse sip and sips addresses without assuming they behave like ordinary telephone numbers.

Reviewed 2026-09-07SIP standards; extension support depends on both peersIntermediateDocumentation based · not lab tested

Read the address in parts

A SIP URI identifies a resource using a scheme, an optional user component, a host and optional port and parameters. In sip:alice@example.net, alice is the user and example.net identifies the domain responsible for routing. That domain does not have to be the same as the endpoint's current IP address. A numeric user component does not automatically make an address a public telephone number. Dialplan normalization, domain ownership and trunk policy determine how it is handled. A tel URI has a different syntax and may need translation before a SIP request is routed.

Scheme and transport are not synonyms

The sips scheme expresses secure routing requirements in SIP; it is not a promise that the media is end-to-end encrypted. Transport parameters, DNS selection, certificate identity and the destination's supported transports still matter. Keep signaling protection separate from SRTP media protection. URI parameters are part of the routing information. Do not discard them indiscriminately when copying a Request-URI into a test. Characters requiring escaping and user-versus-host parsing can also change the meaning of an address.

Practical troubleshooting

Compare the dialed string, the Request-URI sent to the PBX and the Request-URI sent to the provider. Record exactly where prefixes, country codes or domains change. An authentication username can differ from the user in the called URI, so substituting one for the other may create a different failure. Use examples with reserved documentation domains when sharing traces. Redact personal numbers consistently while preserving the structure and relevant parameters. For a routing problem, explain what the recipient is expected to own: a local extension, a federated domain or a carrier destination.

Sources & applicability

Primary references for the technical details above. Operational examples and planning checklists are VoIP.info editorial guidance.

Examples require adaptation to your topology. No live PBX or hardware testing is claimed.