Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Оглавление

Hc_sip_transport_info

Команда позволяет просмотреть свойства sip-transport кластера SIP.

...

Блок кода
<?xml version="1.0"?>
<out
    xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="sip_transport_info.xsd">
    <result>
        <domain_options>
            <system>
                <options xs:type="sipTransportOptionsType"/>
            </system>
            <domain name="biysk.local">
                <options xs:type="sipTransportOptionsType" ip_set="ipset1,ipset2"/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_sip_transport_set

Команда позволяет редактировать свойства sip-transport кластера SIP.

...

Блок кода
<?xml version="1.0"?>
<out
    xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="sip_transport_set.xsd">
    <result>
        <domain_options>
            <system/>
            <domain name="ct.office">
                <success option="ip_set"/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_sip_transport_clean

Команда устанавливает значения по умолчанию для свойств sip-transport кластера SIP.

...