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

can_bridge() public method

public can_bridge ( )
    public function can_bridge()
    {
        $write = array(implode("\r\n", array('action: Bridge', 'actionid: 1432.123', 'channel1: channel1', 'channel2: channel2', 'tone: true', '')));
        $action = new \PAMI\Message\Action\BridgeAction('channel1', 'channel2', true);
        $client = $this->_start($write, $action);
    }
Test_Actions