Documentation

voximplant.line.outgoing.get

Scope: catalog Permissions to execute: for all

Returns the currently selected line as an outgoing line by default.

This method is available to the user with granted access permissions for Manage numbers - Edit - Any.

Parameters

No input parameters.

Result Description

Returns line ID (numeric for leased PBX, regXXX for cloud hosted PBX, and sipXXX for office PBX).

Example

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


© «Bitrix24», 2001-2024
Up