Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:dpi_options:opt_notify:notify_mgmt [2020/02/05 17:35] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_notify:notify_mgmt to en:dpi:dpi_options:opt_notify:notify_mgmt lexx26 | en:dpi:dpi_options:opt_notify:notify_mgmt [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Management ====== | ====== Management ====== | ||
+ | {{indexmenu_n> | ||
+ | This service is configured on individual subscribers' | ||
+ | Instruction format: | ||
+ | < | ||
+ | fdpi_ctrl command --service 6 [IP_list] | ||
+ | </ | ||
+ | You can find more details on the instruction syntax and IP specification methods here: [[en: | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | 1. To activate notification for a particular subscriber **with a default profile** (configuration file /// | ||
+ | < | ||
+ | fdpi_ctrl load --service 6 --ip 192.168.0.1 | ||
+ | </ | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | 2. To create **a named profile** and to activate notification with a profile for a group of subscribers | ||
+ | <code ini> | ||
+ | fdpi_ctrl load profile --service 6 --profile.name | ||
+ | fdpi_ctrl load --service 6 --profile.name TV_channel_our_football_advertisment --ip 192.168.0.1 | ||
+ | fdpi_ctrl load --service 6 --profile.name TV_channel_our_football_advertisment --ip 192.168.0.2 | ||
+ | </ | ||
+ | here the following profile setting using the json format are set: | ||
+ | * redirect - redirection page | ||
+ | * Check: true/false - check or not to check if the redirection succeeded | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | 3. To activate the notification service with **the anonymous profile** (profile without a name existing up to the subscriber' | ||
+ | <code ini> | ||
+ | fdpi_ctrl load --service 6 --profile.json '{ " | ||
+ | </ | ||
+ | |||
+ | ===== Examples of named profiles management ===== | ||
+ | |||
+ | 1. To search the subscribers with active notification service with the given profile name | ||
+ | < | ||
+ | fdpi_ctrl list all --service 6 --profile.name TV_channel_football_advertisment | ||
+ | </ | ||
+ | |||
+ | 2. To delete a named profile (there should be no subscribers using this profile) | ||
+ | < | ||
+ | fdpi_ctrl del profile --service 6 --profile.name tariff_10 | ||
+ | </ | ||
+ | |||
+ | 3. To change the service (profile) settings (new settings are applied to all the subscribers with specified service profile) | ||
+ | <code ini> | ||
+ | fdpi_ctrl load profile --service 6 --profile.name TV_channel_our_football_advertisment --profile.json '{ " | ||
+ | </ |