|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
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) | |
| char | name [0] |
| The name of the AOR. | |
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_get_endpoint_state_compositor_state(), 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 PathSegment::get_child(), SwaggerType::load(), sip_options_endpoint_unlink_aor_feeders(), and sip_options_update_endpoint_state_compositor_aor().