|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <sip.h>

Data Fields | |
| char | is_available |
| char | notify_uri [SIPBUFSIZE] |
| int | offer_timer_id |
| char | original_callid [SIPBUFSIZE] |
| char | original_exten [SIPBUFSIZE] |
| struct sip_pvt * | subscribe_pvt |
| char | subscribe_uri [SIPBUFSIZE] |
| char is_available |
Definition at line 1810 of file sip.h.
Referenced by cc_esc_publish_handler(), sip_cc_agent_recall(), sip_cc_agent_respond(), and sip_cc_agent_status_request().
| char notify_uri[SIPBUFSIZE] |
Definition at line 1802 of file sip.h.
Referenced by find_by_notify_uri_helper(), sip_cc_agent_respond(), and transmit_cc_notify().
| int offer_timer_id |
Definition at line 1779 of file sip.h.
Referenced by sip_cc_agent_init(), sip_cc_agent_start_offer_timer(), sip_cc_agent_stop_offer_timer(), and sip_offer_timer_expire().
| char original_callid[SIPBUFSIZE] |
Definition at line 1784 of file sip.h.
Referenced by find_by_callid_helper(), and sip_cc_agent_init().
| char original_exten[SIPBUFSIZE] |
Definition at line 1791 of file sip.h.
Referenced by get_destination(), and sip_cc_agent_init().
| struct sip_pvt* subscribe_pvt |
Definition at line 1796 of file sip.h.
Referenced by handle_cc_subscribe(), sip_cc_agent_destructor(), sip_cc_agent_recall(), and sip_cc_agent_respond().
| char subscribe_uri[SIPBUFSIZE] |
Definition at line 1809 of file sip.h.
Referenced by add_cc_call_info_to_response(), and find_by_subscribe_uri_helper().
1.8.13