Asterisk - The Open Source Telephony Project  21.4.1
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 790 of file res_pjsip.h.

Field Documentation

ast_group_t callgroup

Call group

Definition at line 792 of file res_pjsip.h.

Referenced by chan_pjsip_new().

struct ast_namedgroups* named_callgroups

Named call group

Definition at line 796 of file res_pjsip.h.

Referenced by chan_pjsip_new().

struct ast_namedgroups* named_pickupgroups

Named pickup group

Definition at line 798 of file res_pjsip.h.

Referenced by chan_pjsip_new().

ast_group_t pickupgroup

Pickup group

Definition at line 794 of file res_pjsip.h.

Referenced by chan_pjsip_new().


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