Inbound Processing Region API - SipDomain
In the context of the Inbound Processing Region API, a SipDomain resource represents the routing configuration for a particular Programmable Voice SIP Domain.
By adjusting the value of the voice_region
property, you can control which Twilio Region will process and store data related to inbound calls for the SIP Domain.
Changes to this resource may take up to 5 minutes to take effect. When you change the routing to a new Region for a SIP domain then it does not mean that the SIP Domain will be created automatically in the new Region. You will have to manually create the SIP Domain in the new Region with the same configuration.
SipDomain properties
Resource Properties in REST API format | |
---|---|
sip_domain
|
|
url
|
|
sid
|
|
account_sid
|
|
friendly_name
|
|
voice_region
|
|
date_created
|
|
date_updated
|
|
Fetch a SipDomain's current Inbound Processing Region configuration
https://routes.twilio.com/v2/SipDomains/{SipDomain}
Parameters
Parameters in REST API format | |
---|---|
sip_domain
Path
|
|
Example 1
Update a SipDomain's Inbound Processing Region configuration
https://routes.twilio.com/v2/SipDomains/{SipDomain}
Parameters
Parameters in REST API format | |
---|---|
sip_domain
Path
|
|
voice_region
Optional
|
|
friendly_name
Optional
|
|
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.