...Человеческий поиск в разработке...
- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/service.php
- Класс: Bitrix\Sender\Integration\VoxImplant\Service
- Вызов: Service::sendFile
static function sendFile($outputNumber, $number, $fileUrl) { if (!static::canUse()) { return false; } $result = \CVoxImplantOutgoing::StartInfoCallWithSound( $outputNumber, $number, $fileUrl ); $data = $result->getData(); if (!is_array($data) || !isset($data['CALL_ID'])) { return null; } return $data['CALL_ID']; }