[Asterisk-cvs] asterisk channel.c,1.108,1.109

markster at lists.digium.com markster at lists.digium.com
Sat May 15 18:42:35 CDT 2004


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

Modified Files:
	channel.c 
Log Message:
Don't worry about tones we can't send (bug #1652)


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- channel.c	6 May 2004 22:29:00 -0000	1.108
+++ channel.c	15 May 2004 22:53:55 -0000	1.109
@@ -1425,8 +1425,7 @@
 			ast_playtones_start(chan,0,dtmf_tones[15], 0);
 		else {
 			/* not handled */
-			ast_log(LOG_WARNING, "Unable to handle DTMF tone '%c' for '%s'\n", digit, chan->name);
-			return -1;
+			ast_log(LOG_DEBUG, "Unable to handle DTMF tone '%c' for '%s'\n", digit, chan->name);
 		}
 	}
 	return 0;




More information about the svn-commits mailing list