chanType          319 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c 				uint8_t chanType=0, numberMap=0, codingStandard=0;
chanType          328 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c 					chanType = get_bits(OCTET(5),1,4);
chanType          333 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c 					chanType = get_bits(OCTET(4),1,4);
chanType          345 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c 				*str_len+= sprintf(&str[*str_len], "Type:%s(%d) %s ", get_code_2_str(chanType,dcodQ931ChanTypeTable), chanType, (numberMap)? "Map":"");