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

Structure which contains Asterisk device state publisher state information. More...

Collaboration diagram for asterisk_devicestate_publisher_state:
Collaboration graph
[legend]

Data Fields

struct ast_sip_outbound_publish_clientclient
 The publish client to send PUBLISH messages on. More...
 
unsigned int device_state_filter
 Device state should be filtered. More...
 
regex_t device_state_regex
 Regex used for filtering outbound device state. More...
 
struct stasis_subscriptiondevice_state_subscription
 Device state subscription. More...
 

Detailed Description

Structure which contains Asterisk device state publisher state information.

Definition at line 83 of file res_pjsip_publish_asterisk.c.

Field Documentation

◆ client

◆ device_state_filter

unsigned int device_state_filter

◆ device_state_regex

regex_t device_state_regex

Regex used for filtering outbound device state.

Definition at line 89 of file res_pjsip_publish_asterisk.c.

Referenced by asterisk_devicestate_publisher_state_destroy(), asterisk_publisher_devstate_cb(), and asterisk_start_devicestate_publishing().

◆ device_state_subscription


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