Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:dpi_options:opt_notify:notify_mgmt:start [2020/02/05 17:35] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_notify:notify_mgmt:start to en:dpi:dpi_options:opt_notify:notify_mgmt:start lexx26 | en:dpi:dpi_options:opt_notify:notify_mgmt:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 3 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: | ||
- | |||
- | To activate notification for a particular subscriber: | ||
- | < | ||
- | fdpi_ctrl load --service 6 --ip 192.168.0.1 | ||
- | </ | ||
- | |||
- | After successful notification the service is switched off automatically. | ||
- | |||
- | To create a named profile and to activate notification with a profile for a group of subscribers | ||
- | < | ||
- | 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 (redirection checking allows you to increase the reliability of this service, but requires the requests to the redirection page being routed through the dpi) | ||
- | |||
- | To activate the notification service with the anonymous profile (profile without a name existing up to the subscriber' | ||
- | < | ||
- | fdpi_ctrl load --service 6 --profile.json '{ " | ||
- | </ | ||
- | |||
- | To search the subscribers with active notification service with the given profile name | ||
- | < | ||
- | fdpi_ctrl list all --service 6 --profile.name TV_channel_our_football_advertisment | ||
- | </ | ||
- | |||
- | To delete a named profile (there should be no subscribers using this profile) | ||
- | < | ||
- | fdpi_ctrl del profile --service 6 --profile.name tariff_10 | ||
- | </ | ||
- | |||
- | To change the service (profile) settings (new settings are applied to all the subscribers with specified service profile) | ||
- | < | ||
- | fdpi_ctrl load profile --service 6 --profile.name TV_channel_our_football_advertisment --profile.json '{ " | ||
- | </ | ||
- | |||
- | The maximum number of profiles for notification is set by corresponding option in / | ||
- | < | ||
- | max_profiles_ntf=65535 | ||
- | </ | ||
- | here 65535 is the default and the greatest possible value.\\ | ||
- | It is not the "on the fly" setting, so it requires to restart the service. | ||
- | |||