Documentation

voximplant.url.get

Scope: catalog Permissions to execute: for all

Returns a set of links for browsing telephony scope pages.

This method does not have limitations of access permissions.

Parameters

There are no input parameters.

Result Description

Parameter Description
detail_statistics Detailed statistics page (table).
buy_connector Page for buying the SIP connector.
edit_config Page for setting up a connected line (SIP ID), #CONFIG_ID# must be replaced with a required setup ID.

Example

BX24.callMethod(
	'voximplant.url.get',
	{},
	function(result)
	{
		if(result.error())
			console.error(result.error());
		else
			console.info(result.data());
	}
);


© «Bitrix24», 2001-2024
Up