Asterisk - The Open Source Telephony Project
18.5.0
|
sip global declaration header file More...
#include "sip.h"
Go to the source code of this file.
Variables | |
struct ast_sockaddr | bindaddr |
struct ast_sched_context * | sched |
struct ast_channel_tech | sip_tech |
Definition of this channel for PBX channel registration. More... | |
struct ast_channel_tech | sip_tech_info |
This version of the sip channel tech has no send_digit_begin callback so that the core knows that the channel does not want DTMF BEGIN frames. The struct is initialized just before registering the channel driver, and is for use with channels using SIP INFO DTMF. More... | |
sip global declaration header file
Definition in file globals.h.
struct ast_sockaddr bindaddr |
UDP: The address we bind to
Definition at line 353 of file chan_ooh323.c.
Referenced by ast_sip_ouraddrfor(), AST_TEST_DEFINE(), configure_local_rtp(), dialog_initialize_rtp(), get_address_family_filter(), initialize_udptl(), process_config(), reload_config(), and sip_show_settings().
struct ast_sched_context* sched |
The scheduling context
Definition at line 908 of file chan_sip.c.
struct ast_channel_tech sip_tech |
Definition of this channel for PBX channel registration.
Definition at line 1573 of file chan_sip.c.
Referenced by AST_TEST_DEFINE().
struct ast_channel_tech sip_tech_info |
This version of the sip channel tech has no send_digit_begin callback so that the core knows that the channel does not want DTMF BEGIN frames. The struct is initialized just before registering the channel driver, and is for use with channels using SIP INFO DTMF.
Definition at line 1606 of file chan_sip.c.
Referenced by load_module(), and sip_new().