• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_main.php
  • Класс: CVoxImplantMain
  • Вызов: CVoxImplantMain::getCallTypes
static function getCallTypes()
{
	return array(
		static::CALL_OUTGOING,
		static::CALL_INCOMING,
		static::CALL_INCOMING_REDIRECT,
		static::CALL_CALLBACK,
		static::CALL_INFO
	);
}