Asterisk - The Open Source Telephony Project
18.5.0
|
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_container * | aor_statuses |
The last contributed available status of the AORs feeding this compositor. More... | |
char | name [0] |
The name of the endpoint. More... | |
Structure which contains composites information for endpoint state.
Definition at line 144 of file pjsip_options.c.
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(), sip_options_synchronize_endpoint(), and sip_options_update_endpoint_state_compositor_aor().
struct ao2_container* aor_statuses |
The last contributed available status of the AORs feeding this compositor.
Definition at line 146 of file pjsip_options.c.
Referenced by sip_options_endpoint_state_compositor_dtor(), sip_options_endpoint_state_compositor_find_or_alloc(), sip_options_endpoint_unlink_aor_feeders(), sip_options_get_endpoint_state_compositor_state(), sip_options_unused_endpoint_state_compositor(), and sip_options_update_endpoint_state_compositor_aor().
char name[0] |
The name of the endpoint.
Definition at line 158 of file pjsip_options.c.
Referenced by PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), sip_options_endpoint_compositor_add_task(), sip_options_endpoint_compositor_remove_task(), sip_options_endpoint_state_compositor_find_or_alloc(), sip_options_publish_contact_state(), sip_options_qualify_contact(), sip_options_unused_endpoint_state_compositor(), and sip_options_update_endpoint_state_compositor_aor().