Function: createConfig()
createConfig(
name
,config
,options
?):Promise
<InboundConfig
>
Create a new inbound SIP config.
Parameters
name
string
config
see InboundConfig
alias
string
applicationName
string
groupName
string
ipAcls
string
[]
password
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
>
a newly-created config
Found a mistake? Let us know.