Function: updateConfig()
updateConfig(
name
,changes
,options
?):Promise
<InboundConfig
>
Update an inbound SIP config. Pass null
in the optional fields to reset to defaults.
Parameters
name
string
changes
see InboundConfig
alias
null
| string
applicationName
string
groupName
null
| string
ipAcls
null
| string
[]
password
null
| string
SIP authentication password as per https://tools.ietf.org/html/rfc3261#section-22.3
priority
number
options?
account
an account to use; if not set, defaults to the getCurrentAccountName | current account
Returns
Promise
<InboundConfig
>
an updated config
Found a mistake? Let us know.