Asterisk - The Open Source Telephony Project
21.4.1
|
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. | |
char | name [0] |
The name of the endpoint. | |
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.