Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
sip_options_endpoint_state_compositor Struct Reference

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

Collaboration diagram for sip_options_endpoint_state_compositor:
Collaboration graph
[legend]

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. More...
 
char name [0]
 The name of the endpoint. More...
 

Detailed Description

Structure which contains composites information for endpoint state.

Definition at line 144 of file pjsip_options.c.

Field Documentation

◆ active

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.

Referenced by sip_options_endpoint_unlink_aor_feeders(), sip_options_synchronize_aor_task(), and sip_options_update_endpoint_state_compositor_aor().

◆ aor_statuses

struct ao2_container* aor_statuses

◆ name

char name[0]

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