Bitrix API

Telephony extends Base

Table of Contents

Constants

MAX_WORDS_TRANSCRIPTION  = 100

Methods

__construct()  : mixed
Constructor.
getFeatureMap()  : array<string|int, mixed>
Returns map of the features, implemented by this provider.
getFeatures()  : array<string|int, mixed>|false
Returns telephony features vector for crm entity.

Constants

MAX_WORDS_TRANSCRIPTION

public mixed MAX_WORDS_TRANSCRIPTION = 100

Methods

__construct()

Constructor.

public __construct([DateTime|null $currentDate = null ]) : mixed
Parameters
$currentDate : DateTime|null = null

Date to use instead of "current".

Tags
throws
ObjectException

getFeatureMap()

Returns map of the features, implemented by this provider.

public getFeatureMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFeatures()

Returns telephony features vector for crm entity.

public getFeatures(mixed $entityTypeId, mixed $entityId) : array<string|int, mixed>|false

"CALLS_TOTAL" "CALLS_INCOMING" "CALLS_OUTGOING" "CALLS_CALLBACK" "CALLS_LAST_WEEK" "CALLS_LAST_MONTH" "CALLS_OLDER_MONTH" "CALLS_TRANSCRIPTION" "CALLS_MEDIAN_DURATION"

Parameters
$entityTypeId : mixed
$entityId : mixed
Return values
array<string|int, mixed>|false

        
On this page

Search results