|
Asterisk - The Open Source Telephony Project
18.5.0
|
Rule to check to see if an operation is allowed. More...
#include <stasis_app.h>

Data Fields | |
| enum stasis_app_control_channel_result(* | check_rule )(const struct stasis_app_control *control) |
| Checks to see if an operation is allowed on the control. More... | |
| struct { | |
| struct stasis_app_control_rule * next | |
| } | next |
Rule to check to see if an operation is allowed.
Definition at line 345 of file stasis_app.h.
| enum stasis_app_control_channel_result(* check_rule) (const struct stasis_app_control *control) |
Checks to see if an operation is allowed on the control.
| control | Control object to check |
Definition at line 352 of file stasis_app.h.
Referenced by app_control_check_rules().
| struct { ... } next |
Next item in the list
| struct stasis_app_control_rule* next |
Definition at line 355 of file stasis_app.h.
Referenced by app_control_check_rules(), and app_control_unregister_rule().
1.8.13