Update a SIP Profile
Updates the specific SIP Profile by setting the values of any parameters passed in. Any parameters not provided will be unchanged.
Permissions
The API token must include the following scopes: Voice.
Request Body — REQUIRED |
---|
domain_identifier stringString representing the domain_identifier portion of the profile. Must be unique across your project. |
default_codecs string[]A list of codecs this profile will support. Currently supported values are: |
default_ciphers string[]A list of encryption ciphers this profile will support. Currently supported values are: |
default_encryption stringA string representing whether connections to an endpoint that uses this profile require encryption or if encryption is optional. Encryption will always be used if possible. Possible values are |
default_send_as stringThe e164 formatted number you wish to set as the originating number when dialing PSTN phone numbers from a SIP Endpoint that uses this profile. Specify |
Responses | |||||||
---|---|---|---|---|---|---|---|
201 CREATED
|