voximplant.sip.connector.status
Scope: catalog Permissions to execute: for all
Returns the current status of the SIP Connector.
This method is available to the user with granted access permissions for Manage numbers - Edit - Any.
Parameters
No input parameters.
Result description
Code | Description |
---|---|
FREE_MINUTES | Number of free minutes for integration setup and testing. |
PAID | Indicates whether the connector is paid for or not. |
PAID_DATE_END | Indicates the date through which the connector is paid (if payment was made). |
Example
BX24.callMethod( 'voximplant.sip.connector.status', {}, function(result) { if(result.error()) console.error(result.error()); else console.info(result.data()); } );
© «Bitrix24», 2001-2024