summaryrefslogblamecommitdiffstats
path: root/chan_lcr.h
blob: 8633d3a165726e3c767faaa71e0d015421f90e4c (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 */
};