Asterisk - The Open Source Telephony Project GIT-master-a358458
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 798 of file res_pjsip.h.

Field Documentation

◆ callgroup

ast_group_t callgroup

Call group

Definition at line 800 of file res_pjsip.h.

Referenced by callgroup_to_str(), and group_handler().

◆ named_callgroups

struct ast_namedgroups* named_callgroups

Named call group

Definition at line 804 of file res_pjsip.h.

Referenced by endpoint_destructor(), named_callgroups_to_str(), and named_groups_handler().

◆ named_pickupgroups

struct ast_namedgroups* named_pickupgroups

Named pickup group

Definition at line 806 of file res_pjsip.h.

Referenced by endpoint_destructor(), named_groups_handler(), and named_pickupgroups_to_str().

◆ pickupgroup

ast_group_t pickupgroup

Pickup group

Definition at line 802 of file res_pjsip.h.

Referenced by group_handler(), and pickupgroup_to_str().


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