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

The Event State Compositors. More...

Collaboration diagram for event_state_compositor:
Collaboration graph
[legend]

Data Fields

const struct sip_esc_publish_callbackscallbacks
 
struct ao2_containercompositor
 
enum subscriptiontype event
 
const char * name
 

Detailed Description

The Event State Compositors.

An Event State Compositor is an entity which accepts PUBLISH requests and acts appropriately based on these requests.

The actual event_state_compositor structure is simply an ao2_container of sip_esc_entrys. When an incoming PUBLISH is received, we can match the appropriate sip_esc_entry using the entity ID of the incoming PUBLISH.

Definition at line 996 of file chan_sip.c.

Field Documentation

◆ callbacks

const struct sip_esc_publish_callbacks* callbacks

◆ compositor

struct ao2_container* compositor

◆ event

Definition at line 997 of file chan_sip.c.

◆ name

const char* name

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