PAMI\Client\Impl\Test_Actions::can_sip_notify PHP Method

can_sip_notify() public method

public can_sip_notify ( )
    public function can_sip_notify()
    {
        $write = array(implode("\r\n", array('action: SIPnotify', 'actionid: 1432.123', 'channel: channel', '')));
        $action = new \PAMI\Message\Action\SIPNotifyAction('channel');
        $client = $this->_start($write, $action);
    }
Test_Actions