Asterisk - The Open Source Telephony Project  18.5.0
Variables
globals.h File Reference

sip global declaration header file More...

#include "sip.h"
Include dependency graph for globals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

struct ast_sockaddr bindaddr
 
struct ast_sched_contextsched
 
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...
 

Detailed Description

sip global declaration header file

Definition in file globals.h.

Variable Documentation

◆ bindaddr

struct ast_sockaddr bindaddr

◆ sched

The scheduling context

Definition at line 908 of file chan_sip.c.

◆ sip_tech

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

◆ sip_tech_info

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