Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_sip_endpoint_pickup_configuration Struct Reference

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
 

Detailed Description

Call pickup configuration options for endpoints.

Definition at line 655 of file res_pjsip.h.

Field Documentation

◆ callgroup

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().

◆ named_callgroups

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().

◆ named_pickupgroups

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().

◆ pickupgroup

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().


The documentation for this struct was generated from the following file: