summaryrefslogblamecommitdiffstats
path: root/chan_lcr.h
blob: e43163425870cc45d62896a3571e824824ffb4c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                               
                                                                           

                                                                      

                                

  
 
/*****************************************************************************\
**                                                                           **
** Linux Call Router                                                         **
**                                                                           **
**---------------------------------------------------------------------------**
** Copyright: Andreas Eversberg                                              **
**                                                                           **
** Asterisk socket client header                                             **
**                                                                           **
\*****************************************************************************/

/* structure for all calls */
struct chan_call {
	struct chan_call *next;
	unsigned long ref;	/* callref, is 0, if not yet set */
	unsigned long bchannel_handle;	/* reference to bchannel, if set */

	unsigned short bridge_id; /* 0 = off, equal ids are bridged */

	struct ast_channel *ast;
};