SIP URI
From VoIP.ms Wiki
| [draft revision] |
(Created page with "SIP URI A SIP URI is the SIP addressing schema to call another person via SIP. In other words, a SIP URI is a user's SIP phone number. The SIP URI resembles an e-mail address an...")
Newer edit →
Revision as of 19:01, 17 May 2011
SIP URI
A SIP URI is the SIP addressing schema to call another person via SIP. In other words, a SIP URI is a user's SIP phone number. The SIP URI resembles an e-mail address and is written in the following format: x@y:port (x=Username, y=host|domain|IP)
Example: [email protected]
We have three instances of use for SIP URI's:
1. Forwarding your DID(s) to a en external SIP URI address
You can route incoming calls to your DID numbers using a SIP URI address from other companies. You will need to create a string like youraccount@yourip to which you can route the DID(s).
To make a SIP URI that can be used with multiple DIDs, use the {DID} tag. The {DID} expression will be replaced automatically by the DID number as it is listed in the "Manage DID section".
Example: 1{DID}@Your_IP_address = [email protected]
2. Receiving incoming calls (DID).
You can receive SIP URI calls using the following format {NUmber}@sip.voip.ms, this can be used with your local US and Canada numbers, so they can be reached from outside.
3. Receiving incoming calls (sub account).
When you assign an internal extension for a sub account, it can also be used as an external SIP URI. For example, if your extension is 2, you could be reached directly via SIP from another network with a URI like this: [email protected]
(Replace houston.voip.ms by the server you are registered to, and the 2 by your internal extension).