voximplant.sip.connector.status
Returns the current status of the SIP Connector.
This method is accessible to the user with granted access permission rights for Manage numbers - Action - 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-2022