Function: createConfig()
createConfig(
name,config,options?):Promise<OutboundConfig>
Create a new outbound SIP config.
Parameters
name
string
config
OutboundConfig & object
see OutboundConfig
options?
account
an account to use; if not set, defaults to the getCurrentAccountName | current account
Returns
Promise<OutboundConfig>
a newly created config
Found a mistake? Let us know.