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

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

Ключ

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

Оглавление

Hc_sip_number_modifications_clean

Команда сброса настроек SIP-модификаторов.

...

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

Hc_sip_number_modifications_info

Команда просмотра настроек SIP-модификаторов.

...

Блок кода
<?xml version="1.0"?>
<out
    xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="hc_sip_number_modifications_info.xsd">
    <result>
        <domain_options>
            <system>
                <options xs:type="sipNumberModificationsType"/>
            </system>
            <domain name="biysk.local">
                <options xs:type="sipNumberModificationsType" list=""mod1","cgpn","240475","$","240477""/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_sip_modifications_set

Команда настройки SIP-модификаторов.

...