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

can_sip_show_peer() public method

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