• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/messagecall.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\MessageCall
  • Вызов: MessageCall::copyConfiguration
public function copyConfiguration($id)
{
	return Entity\Message::create()
		->setCode($this->getCode())
		->copyConfiguration($id);
}