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

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

Ключ

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

Оглавление

Hc_core_tbcsm_info

Команда для получения информации о termination timers указанного домена.

...

Блок кода
<?xml version="1.0"?>
<out xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="core_tbcsm_clean.xsd">
    <result>
        <domain_options>
            <system/>
            <domain name="domain2">
                <success option="suspend_timeout_t2"/>
                <success option="suspend_timeout_t38"/>
                <success option="suspend_timeout_t6"/>
                <success option="t_no_answer_msr_timeout"/>
                <success option="t_no_answer_timeout"/>
                <success option="t_response_ack_timeout"/>
                <success option="t_response_msr_timeout"/>
                <success option="t_response_timeout"/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_core_tbcsm_clean

Команда для очистки свойств termination timers указанного домена.

...

Блок кода
<?xml version="1.0"?>
<out xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="core_tbcsm_clean.xsd">
    <result>
        <domain_options>
            <system/>
            <domain name="domain2">
                <success option="suspend_timeout_t2"/>
                <success option="suspend_timeout_t38"/>
                <success option="suspend_timeout_t6"/>
                <success option="t_no_answer_msr_timeout"/>
                <success option="t_no_answer_timeout"/>
                <success option="t_response_ack_timeout"/>
                <success option="t_response_msr_timeout"/>
                <success option="t_response_timeout"/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_core_tbcsm_set

Команда для изменения свойств termination timers указанного домена.

...