Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
Call pickup configuration options for endpoints. More...
#include <res_pjsip.h>
Data Fields | |
ast_group_t | callgroup |
struct ast_namedgroups * | named_callgroups |
struct ast_namedgroups * | named_pickupgroups |
ast_group_t | pickupgroup |
Call pickup configuration options for endpoints.
Definition at line 796 of file res_pjsip.h.
ast_group_t callgroup |
Call group
Definition at line 798 of file res_pjsip.h.
Referenced by callgroup_to_str(), and group_handler().
struct ast_namedgroups* named_callgroups |
Named call group
Definition at line 802 of file res_pjsip.h.
Referenced by endpoint_destructor(), named_callgroups_to_str(), and named_groups_handler().
struct ast_namedgroups* named_pickupgroups |
Named pickup group
Definition at line 804 of file res_pjsip.h.
Referenced by endpoint_destructor(), named_groups_handler(), and named_pickupgroups_to_str().
ast_group_t pickupgroup |
Pickup group
Definition at line 800 of file res_pjsip.h.
Referenced by group_handler(), and pickupgroup_to_str().