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

Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| int | core_id |
| const ast_string_field | device_name |
| const ast_string_field | notify_uri |
| const ast_string_field | peername |
| const ast_string_field | subscribe_uri |
| struct sip_pvt * | subscription_pvt |
| struct sip_epa_entry * | suspension_entry |
| struct ast_string_field_mgr __field_mgr |
| struct ast_string_field_pool* __field_mgr_pool |
| int core_id |
Definition at line 1820 of file sip.h.
Referenced by handle_cc_notify(), handle_response_subscribe(), sip_handle_cc(), sip_monitor_instance_cmp_fn(), sip_monitor_instance_hash_fn(), and sip_monitor_instance_init().
| const ast_string_field device_name |
Definition at line 1819 of file sip.h.
Referenced by cc_handle_publish_error(), handle_cc_notify(), handle_response_subscribe(), sip_call(), and sip_handle_cc().
| const ast_string_field notify_uri |
Definition at line 1819 of file sip.h.
Referenced by handle_cc_notify(), sip_call(), sip_cc_monitor_suspend(), sip_cc_monitor_unsuspend(), and sip_monitor_instance_destructor().
| const ast_string_field peername |
Definition at line 1819 of file sip.h.
Referenced by __sip_subscribe_mwi_do(), check_peer_ok(), create_addr(), create_addr_from_peer(), get_insecure_variable_from_sipregs(), handle_cc_notify(), receive_message(), sip_cc_monitor_request_cc(), sip_cc_monitor_suspend(), sip_cc_monitor_unsuspend(), sip_request_call(), and transmit_register().
| const ast_string_field subscribe_uri |
Definition at line 1819 of file sip.h.
Referenced by sip_cc_monitor_request_cc(), sip_handle_cc(), and sip_monitor_instance_destructor().
| struct sip_pvt* subscription_pvt |
Definition at line 1821 of file sip.h.
Referenced by find_sip_monitor_instance_by_subscription_pvt(), sip_cc_monitor_request_cc(), and sip_monitor_instance_destructor().
| struct sip_epa_entry* suspension_entry |
Definition at line 1822 of file sip.h.
Referenced by find_sip_monitor_instance_by_suspension_entry(), handle_cc_notify(), sip_cc_monitor_suspend(), sip_cc_monitor_unsuspend(), and sip_monitor_instance_destructor().
1.8.13