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

can_parked_calls() public method

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