PAGI\DialDescriptor\DAHDIDialDescriptor::setChannel PHP Method

setChannel() public method

Set channel to use.
public setChannel ( integer $channel ) : void
$channel integer channel to use
return void
    public function setChannel($channel)
    {
        $this->identifier = $channel;
        $this->isGroup = false;
    }