InfoChanSel       355 src/ftmod/ftmod_isdn/ftmod_isdn.c 		ChanID.InfoChanSel = 1;				/* None = 0, See Slot = 1, Any = 3 */
InfoChanSel       359 src/ftmod/ftmod_isdn/ftmod_isdn.c 		ChanID.InfoChanSel = (unsigned char)chan_id & 0x03;	/* None = 0, B1 = 1, B2 = 2, Any = 3 */
InfoChanSel       748 src/ftmod/ftmod_isdn/ftmod_isdn.c 			chan_id = chanid->InfoChanSel;
InfoChanSel       751 src/ftmod/ftmod_isdn/ftmod_isdn.c 		if (chanid->InfoChanSel == 3) {
InfoChanSel      1145 src/ftmod/ftmod_isdn/ftmod_isdn.c 						ChanID.InfoChanSel = 1;		/* None = 0, See Slot = 1, Any = 3 */
InfoChanSel      1149 src/ftmod/ftmod_isdn/ftmod_isdn.c 						ChanID.InfoChanSel = (unsigned char)ftdm_channel_get_id(ftdmchan) & 0x03;	/* None = 0, B1 = 1, B2 = 2, Any = 3 */
InfoChanSel      1357 src/ftmod/ftmod_isdn/ftmod_isdn.c 						ChanID.InfoChanSel = 1;		/* None = 0, See Slot = 1, Any = 3 */
InfoChanSel      1361 src/ftmod/ftmod_isdn/ftmod_isdn.c 						ChanID.InfoChanSel = (unsigned char)ftdm_channel_get_id(ftdmchan) & 0x03;	/* None = 0, B1 = 1, B2 = 2, Any = 3 */
InfoChanSel      1483 src/ftmod/ftmod_isdn/ftmod_isdn.c 				ChanID.InfoChanSel = 1;		/* None = 0, See Slot = 1, Any = 3 */
InfoChanSel      1487 src/ftmod/ftmod_isdn/ftmod_isdn.c 				ChanID.InfoChanSel = (unsigned char)ftdm_channel_get_id(ftdmchan) & 0x03;	/* None = 0, B1 = 1, B2 = 2, Any = 3 */
InfoChanSel       317 src/isdn/Q931api.c 	pIE->InfoChanSel	= 0;        /* Info. channel selection              */
InfoChanSel      1151 src/isdn/Q931ie.c 	pie->InfoChanSel  =  IBuf[Octet] & 0x03;
InfoChanSel      1199 src/isdn/Q931ie.c 			switch (pie->InfoChanSel) {
InfoChanSel      1213 src/isdn/Q931ie.c 			snprintf(tmp, sizeof(tmp)-1, "InfoChanSel: %d (%s)", pie->InfoChanSel, iface);
InfoChanSel      1254 src/isdn/Q931ie.c 			|  (pIE->InfoChanSel & 0x03);
InfoChanSel       444 src/isdn/include/Q931ie.h     L3UCHAR InfoChanSel;            /* Info. channel selection              */