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

An extension state publisher. More...

Collaboration diagram for exten_state_publisher:
Collaboration graph
[legend]

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

◆ body_subtype

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.

Referenced by exten_state_publisher_cb(), and publisher_start().

◆ body_type

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.

Referenced by exten_state_publisher_cb(), and publisher_start().

◆ client

Publish client to use for sending publish messages

Definition at line 98 of file res_pjsip_exten_state.c.

Referenced by exten_state_publisher_cb(), exten_state_publisher_destroy(), and publisher_start().

◆ context_filter

unsigned int context_filter

Whether context filtering is active

Definition at line 102 of file res_pjsip_exten_state.c.

Referenced by exten_state_publisher_destroy(), exten_state_publisher_state_cb(), and publisher_start().

◆ context_regex

regex_t context_regex

Regular expression for context filtering

Definition at line 94 of file res_pjsip_exten_state.c.

Referenced by exten_state_publisher_destroy(), exten_state_publisher_state_cb(), and publisher_start().

◆ datastores

struct ao2_container* datastores

Datastores container to hold persistent information

Definition at line 100 of file res_pjsip_exten_state.c.

Referenced by exten_state_publisher_cb(), exten_state_publisher_destroy(), and publisher_start().

◆ exten_filter

unsigned int exten_filter

Whether extension filtering is active

Definition at line 104 of file res_pjsip_exten_state.c.

Referenced by exten_state_publisher_destroy(), exten_state_publisher_state_cb(), and publisher_start().

◆ exten_regex

regex_t exten_regex

Regular expression for extension filtering

Definition at line 96 of file res_pjsip_exten_state.c.

Referenced by exten_state_publisher_destroy(), exten_state_publisher_state_cb(), and publisher_start().

◆ name

char name[0]

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