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

10 lines
273 B
PHP
Raw Normal View History

<?php
namespace SPVoipIntegration\zadarma\notifications;
class ZadarmaNotifyOutEnd extends ZadarmaNotifyEnd {
public function getValidationString() {
return $this->get('internal') . $this->get('destination') . $this->get('call_start');
}
}