...Человеческий поиск в разработке...
- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/calllog.php
- Класс: Bitrix\Sender\Integration\VoxImplant\CallLogTable
- Вызов: CallLogTable::getRecipientIdByCallId
static function getRecipientIdByCallId($callId) { $row = static::getRowById(array('CALL_ID' => $callId)); return $row ? $row['RECIPIENT_ID'] : null; }