Asterisk - The Open Source Telephony Project
18.5.0
|
Structure which contains status information for an AOR feeding an endpoint state compositor. More...
Data Fields | |
char | available |
The last contributed available status of the named AOR (1 if available, 0 if not available) More... | |
char | name [0] |
The name of the AOR. More... | |
Structure which contains status information for an AOR feeding an endpoint state compositor.
Definition at line 134 of file pjsip_options.c.
char available |
The last contributed available status of the named AOR (1 if available, 0 if not available)
Definition at line 136 of file pjsip_options.c.
Referenced by sip_options_contact_status_available_count(), sip_options_get_endpoint_state_compositor_state(), sip_options_update_aor_task(), and sip_options_update_endpoint_state_compositor_aor().
char name[0] |
The name of the AOR.
Definition at line 138 of file pjsip_options.c.
Referenced by ast_sip_get_contact_status(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), sip_contact_status_copy(), sip_options_endpoint_state_compositor_dtor(), sip_options_endpoint_unlink_aor_feeders(), and sip_options_update_endpoint_state_compositor_aor().