[Asterisk-cvs] asterisk/channels chan_h323.c,1.125,1.126

jeremy jeremy
Wed Sep 14 23:17:39 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv8155

Modified Files:
	chan_h323.c 
Log Message:
clean up debug

Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- chan_h323.c	15 Sep 2005 03:14:21 -0000	1.125
+++ chan_h323.c	15 Sep 2005 03:16:07 -0000	1.126
@@ -357,7 +357,7 @@
 	}
 	/* If in-band DTMF is desired, send that */
 	if (h323debug)
-		ast_log(LOG_DEBUG, "Sending INB digit  %c on %s\n", digit, c->name);
+		ast_log(LOG_DEBUG, "Sending digit  %c on %s\n", digit, c->name);
 	token = pvt->cd.call_token ? strdup(pvt->cd.call_token) : NULL;
 	ast_mutex_unlock(&pvt->lock);
 	h323_send_tone(token, digit);




More information about the svn-commits mailing list