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

can_dahdi_show_channels() public method

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