Documentation

voximplant.line.outgoing.sip.set

Sets the selected SIP line as an outgoing line by default.

Method is accessible to the user with granted access permission rights for Manage numbers - Action - Any.

Parameters

Parameter Description
CONFIG_ID SIP line setup identifier.

Result Description

Returns 1 in case of success.

Example

BX24.callMethod(
            "voximplant.line.outgoing.sip.set",
            {
               "CONFIG_ID": 57,
            },
            function(result)
            {
                if(result.error())
                    console.error(result.error());
                else
                    console.info(result.data());
            }
         );


© «Bitrix24», 2001-2023
Up