Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
cc_epa_entry Struct Reference

Instance data for a Call completion EPA entry. More...

#include <sip.h>

Data Fields

int core_id
 
enum sip_cc_publish_state current_state
 

Detailed Description

Instance data for a Call completion EPA entry.

Definition at line 1686 of file sip.h.

Field Documentation

◆ core_id

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().

◆ current_state

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().


The documentation for this struct was generated from the following file: