Asterisk - The Open Source Telephony Project
18.5.0
|
Instance data for a Call completion EPA entry. More...
#include <sip.h>
Data Fields | |
int | core_id |
enum sip_cc_publish_state | current_state |
int core_id |
The core ID of the CC transaction for which this EPA entry belongs. This essentially acts as a unique identifier for the entry and is used in the hash and comparison functions
Definition at line 1694 of file sip.h.
Referenced by cc_handle_publish_error(), and sip_cc_monitor_suspend().
enum sip_cc_publish_state current_state |
We keep the last known state of the device in question handy in case it needs to be known by a third party. Also, in the case where for some reason we get asked to transmit state that we already sent, we can just ignore the request.
Definition at line 1704 of file sip.h.
Referenced by handle_cc_notify(), sip_cc_monitor_suspend(), and sip_cc_monitor_unsuspend().