|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | ||
| int | allow | |
| struct { | ||
| struct permission * next | ||
| } | list | |
| char | name [0] | |
Definition at line 226 of file pbx_dundi.c.
| int allow |
Definition at line 228 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 229 of file pbx_dundi.c.
Referenced by append_permission(), deep_copy_peer(), dundi_show_peer(), PathSegment::get_child(), has_permission(), and SwaggerType::load().
| struct permission* next |
Definition at line 227 of file pbx_dundi.c.