Function: getConfigByName()
getConfigByName(
name
,options
?):Promise
<InboundConfig
>
Get inbound SIP config by name
Parameters
name
string
an config name
options?
account
an account to use; if not set, defaults to the getCurrentAccountName | current account
Returns
Promise
<InboundConfig
>
InboundConfig object
Found a mistake? Let us know.