Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
exten_state_publisher Struct Reference

An extension state publisher. More...

Data Fields

char * body_subtype
 
char * body_type
 
struct ast_sip_outbound_publish_clientclient
 
unsigned int context_filter
 
regex_t context_regex
 
struct ao2_containerdatastores
 
unsigned int exten_filter
 
regex_t exten_regex
 
char name [0]
 

Detailed Description

An extension state publisher.

Definition at line 92 of file res_pjsip_exten_state.c.

Field Documentation

char* body_subtype

The body subtype to use for this publisher - stored after the body type

Definition at line 108 of file res_pjsip_exten_state.c.

char* body_type

The body type to use for this publisher - stored after the name

Definition at line 106 of file res_pjsip_exten_state.c.

Publish client to use for sending publish messages

Definition at line 98 of file res_pjsip_exten_state.c.

unsigned int context_filter

Whether context filtering is active

Definition at line 102 of file res_pjsip_exten_state.c.

regex_t context_regex

Regular expression for context filtering

Definition at line 94 of file res_pjsip_exten_state.c.

struct ao2_container* datastores

Datastores container to hold persistent information

Definition at line 100 of file res_pjsip_exten_state.c.

unsigned int exten_filter

Whether extension filtering is active

Definition at line 104 of file res_pjsip_exten_state.c.

regex_t exten_regex

Regular expression for extension filtering

Definition at line 96 of file res_pjsip_exten_state.c.

char name[0]

The name of this publisher

Definition at line 110 of file res_pjsip_exten_state.c.

Referenced by PathSegment::__init__(), and PathSegment::get_child().


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