Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
int | allow |
struct { | |
struct permission * next | |
} | list |
char | name [0] |
Definition at line 217 of file pbx_dundi.c.
int allow |
Definition at line 219 of file pbx_dundi.c.
Referenced by append_permission(), deep_copy_peer(), dundi_show_peer(), and has_permission().
struct { ... } list |
Referenced by append_permission(), deep_copy_peer(), destroy_permissions(), dundi_show_peer(), and has_permission().
char name[0] |
Definition at line 220 of file pbx_dundi.c.
Referenced by append_permission(), deep_copy_peer(), dundi_show_peer(), PathSegment::get_child(), has_permission(), Parameter::load(), Property::load(), and SwaggerType::load().
struct permission* next |
Definition at line 218 of file pbx_dundi.c.