[Freeswitch-svn] [commit] r10019 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Tue Oct 14 19:22:40 EDT 2008


Author: anthm
Date: Tue Oct 14 19:22:39 2008
New Revision: 10019

Modified:
   freeswitch/trunk/src/switch_rtp.c

Log:
add debug line

Modified: freeswitch/trunk/src/switch_rtp.c
==============================================================================
--- freeswitch/trunk/src/switch_rtp.c	(original)
+++ freeswitch/trunk/src/switch_rtp.c	Tue Oct 14 19:22:39 2008
@@ -1606,6 +1606,7 @@
 	if (switch_queue_trypop(rtp_session->dtmf_data.dtmf_inqueue, &pop) == SWITCH_STATUS_SUCCESS) {
 		_dtmf = (switch_dtmf_t *) pop;
 		*dtmf = *_dtmf;
+		switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "RTP RECV DTMF %c:%d\n", dtmf->digit, dtmf->duration);
 		bytes++;
 	}
 	switch_mutex_unlock(rtp_session->dtmf_data.dtmf_mutex);



More information about the Freeswitch-svn mailing list