tmp_dtmf         1323 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 			char tmp_dtmf[2] = { tdm_api->wp_tdm_cmd.event.wp_tdm_api_event_dtmf_digit, 0 };
tmp_dtmf         1326 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 			if (tmp_dtmf[0] == 'f') {
tmp_dtmf         1327 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 				ftdm_log_chan(fchan, FTDM_LOG_DEBUG, "Ignoring wanpipe DTMF: %c, fax tones will be passed through!\n", tmp_dtmf[0]);
tmp_dtmf         1338 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 					ftdm_log_chan(fchan, FTDM_LOG_DEBUG, "Queuing wanpipe DTMF: %c\n", tmp_dtmf[0]);
tmp_dtmf         1339 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 					ftdm_channel_queue_dtmf(fchan, tmp_dtmf);