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

Structure which contains composites information for endpoint state. More...

Data Fields

char active
 Non-zero if the compositor is in normal operation. i.e. Not being setup/reconfigured. More...
 
struct ao2_containeraor_statuses
 The last contributed available status of the AORs feeding this compositor.
 
char name [0]
 The name of the endpoint.
 

Detailed Description

Structure which contains composites information for endpoint state.

Definition at line 144 of file pjsip_options.c.

Field Documentation

char active

Non-zero if the compositor is in normal operation. i.e. Not being setup/reconfigured.

The aor layer can only update its aor_statuses record when not active. When active the aor layer can update its aor_statuses record, calculate the new number of available aors, determine if the endpoint compositor changed state, and report it.

Definition at line 156 of file pjsip_options.c.


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