Files
crm.clientright.ru/modules/SPVoipIntegration/zadarma/notifications/ZadarmaNotifyStart.php

11 lines
228 B
PHP
Raw Normal View History

<?php
namespace SPVoipIntegration\zadarma\notifications;
class ZadarmaNotifyStart extends ZadarmaNotifyInternal {
protected function getUserPhoneNumber() {
return $this->get('called_did');
}
}