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

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

Ключ

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

Оглавление

Hc_check_connection

Команда проверки доступности БД портала абонента.

...

Блок кода
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="hc_check_connection.xsd">
    <error cmd="check-connection" reason="db_error" body="failed_changing_database" />
</out>

Hc_sp_properties_list

Команда просмотра свойств портала абонентов для всех виртуальных АТС.

...

Блок кода
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="sp_properties_list.xsd">
    <error cmd="sp_properties_list" reason="error" body="test" />
</out>

Hc_sp_properties_set

Команда для редактирования свойств портала абонентов.

...

Блок кода
<?xml version="1.0"?>
<out
    xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="sp_properties_set.xsd">
    <success property="auto_create_account" old_value="true" new_value="true"/>
    <success property="auto_delete_account" old_value="true" new_value="true"/>
    <success property="connection" old_value="{"192.168.1.71",3306,"subscribers","subscribers","ecss_subscribers"}" new_value="{"localhost",3306,"user","secret","test"}"/>
</out>

Hc_sp_properties_clean

Команда для сброса политики работы с порталом абонентов.

...

Блок кода
<?xml version="1.0"?>
<out xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="sp_properties_clean.xsd">
    <success property="auto_create_account"/>
    <success property="auto_delete_account"/>
    <error cmd="sp_properties_clean" reason="error" body="{error,{}}" entity="connection"/>
</out>

Hc_sync

Синхронизация алиасов ECSS-10 с порталом абонентов.

...