Asterisk - The Open Source Telephony Project
18.5.0
|
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 655 of file res_pjsip.h.
ast_group_t callgroup |
Call group
Definition at line 657 of file res_pjsip.h.
Referenced by callgroup_to_str(), chan_pjsip_new(), and group_handler().
struct ast_namedgroups* named_callgroups |
Named call group
Definition at line 661 of file res_pjsip.h.
Referenced by chan_pjsip_new(), endpoint_destructor(), named_callgroups_to_str(), and named_groups_handler().
struct ast_namedgroups* named_pickupgroups |
Named pickup group
Definition at line 663 of file res_pjsip.h.
Referenced by chan_pjsip_new(), endpoint_destructor(), named_groups_handler(), and named_pickupgroups_to_str().
ast_group_t pickupgroup |
Pickup group
Definition at line 659 of file res_pjsip.h.
Referenced by chan_pjsip_new(), group_handler(), and pickupgroup_to_str().