assignSipTrunkConfiguration.Rd
With SIPconnected audio, Zoom establishes a SIP trunk a network connection specifically designed to make and deliver phone calls over a direct and private connection between the customer’s network and the Zoom cloud. Meeting participants that dial into a meeting or have the meeting call them, and are OnNet from the perspective of the customers' IP telephony network, will be connected over this trunk rather than over the PSTN. Using this API, a Master Account owner can copy the SIP Connected Audio configurations applied on the Master Account and enable those configurations on a Sub Account. The owner can also disable the configuration in the Sub Account where it was previously enabled. **Prerequisites:*** Pro or a higher account with SIP Connected Audio plan enabled.* Master Account Owner**Scopes:** sip_trunk:master ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
assignSipTrunkConfiguration( enable = NULL, show_callout_internal_number = NULL, show_zoom_provided_callout_countries = NULL, show_zoom_provided_numbers = NULL, return_response = F )
enable | Enable or delete the configuration. The values can be one of the following: true: Enable configuration. false: Delete configuration |
---|---|
show_callout_internal_number | If the value of this option is set to true, the callout numbers provided by the Zoom carrier partners will be displayed in the account's list of available callout numbers in the Zoom Web Portal and Zoom Client. |
show_zoom_provided_callout_countries | If the value of this option is set to true, the callout countries list provided by Zoom will be displayed https://support.zoom.us/hc/enus/articles/200942859Usingtelephonecallout in the account's list of available callout countries. If the value of this field is set to false, Zoom provided callout countries will be hidden from the user's account. |
show_zoom_provided_numbers | If the value of this option is set to 0, the numbers provided by Zoom will be displayed in the account's list of available callout and callin numbers in the Zoom Web Portal and Zoom Client. If the value of this option is set to 1, the Zoom provided numbers will be shown in the Zoom Web Portal but will not be used unless specified by the user. If the value of this option is set to 2, all Zoom provided numbers will be deleted and only internal numbers provided by carrier partners will be used. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |