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

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

Ключ

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

...

Для администратора системы команды выполняются на уровне кластера в разделе /cluster/storage/<STORAGE>/ss/profile .
Для администратора виртуальной АТС команды выполняются на уровне виртуальной АТС в разделе /domain/<DOMAIN>/ss/profile и применяются только для определенной виртуальной АТС. 

copy

Командой создается копия существующего профиля услуг с новым именем.

...

Без форматирования
admin@[ds1@ecss1]:/$ cluster/storage/ds1/ss/profile/copy new_profile first_profile              
System supplementary service's profile new_profile successfully copied to first_profile.
[exec at: 14.02.2019 15:24:03, exec time: 97ms, nodes: ds1@ecss1]

copy-to-domain

Командой создается доменный профиль на основе системного в  созданном домене;

...

Без форматирования
admin@[ds1@ecss1]:/$ cluster/storage/ds1/ss/profile/copy-to-domain first_profile front.office first_front  
System's profile first_profile successfully copied to domain front.office with name first_front.

[exec at: 14.02.2019 15:57:04, exec time: 83ms, nodes: ds1@ecss1]

declare

Командой создается новый набор услуг.

...

Без форматирования
admin@[mycelium1@ecss1]:/$ cluster/storage/ds1/ss/profile/declare new_profile              
System supplementary service's profile new_profile successfully declared.

[exec at: 13.02.2019 16:25:04, exec time: 159ms, nodes: ds1@ecss2]

info

Команда для просмотра информации о настройках пакета услуг:

...

Без форматирования
admin@[ds1@ecss1]:/$ cluster/storage/ds1/ss/profile/info               
┌──────────────────────────────┬──────────────────────────────┬────┬────┬────────────────────────────────────────────────────────────┐
│         Profile Name         │    Supplementary Service*    │ E  │ A  │                    Activation Arguments                    │
├──────────────────────────────┼──────────────────────────────┼────┼────┼────────────────────────────────────────────────────────────┤
│first_profile                 │alarm                         │ *  │    │                                                            │
│                              │speed_dial                    │ *  │    │                                                            │
│                              │rfc                           │ *  │ *  │                                                            │
│new_profile                   │alarm                         │ *  │    │                                                            │
│                              │speed_dial                    │ *  │    │                                                            │
│                              │rfc                           │ *  │ *  │                                                            │
└──────────────────────────────┴──────────────────────────────┴────┴────┴────────────────────────────────────────────────────────────┘

E - enabled supplementary service in domain's profile;
A - activate supplementary service in domain's profile;

* - supplementary services' to add to domain's access-list.

[exec at: 14.02.2019 16:18:49, exec time: 108ms, nodes: ds1@ecss1

remove

Данной командой удаляется пакет услуг.

...

Без форматирования
admin@[ds1@ecss1]:/$ cluster/storage/ds1/ss/profile/remove first_profile 
System supplementary service's profile first_profile successfully removed.

[exec at: 14.02.2019 16:22:11, exec time: 98ms, nodes: ds1@ecss1]

ss-add

Команда для добавления услуги в профиль и её настройки.

...

Без форматирования
admin@[ds1@ecss1]:/$ cluster/storage/ds1/ss/profile/ss-add new_profile zone_page true false              
System supplementary service zone_page successfully added to new_profile profile.

[exec at: 14.02.2019 16:27:05, exec time: 79ms, nodes: ds1@ecss1]

ss-change

Команда добавления новой услуги из профиля дополнительных услуг.

...

Без форматирования
admin@[ds1@ecss1]:/$ cluster/storage/ds1/ss/profile/ss-change new_profile speed_dial disable      
System supplementary service speed_dial successfully changed from new_profile profile.

[exec at: 14.02.2019 16:40:28, exec time: 92ms, nodes: ds1@ecss1]

ss-remove

Командой удаляются ранее добавленные услуги из пакета услуг.

...