PAGI\DialDescriptor\DAHDIDialDescriptor::getChannelDescriptor PHP Метод

getChannelDescriptor() публичный Метод

(non-PHPdoc)
См. также: DialDescriptor::getChannelDescriptor()
    public function getChannelDescriptor()
    {
        $descriptor = self::TECHNOLOGY . '/';
        if ($this->isGroup) {
            $descriptor .= $this->descendantOrder ? 'G' : 'g';
        }
        $descriptor .= $this->identifier . '/' . $this->target;
        return $descriptor;
    }