[Asterisk-cvs] asterisk/channels chan_iax2.c,1.208,1.209

citats at lists.digium.com citats at lists.digium.com
Fri Oct 22 10:58:10 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/home/citats/cvs/asterisk/channels

Modified Files:
	chan_iax2.c 
Log Message:
Small verbosity fix in chan_iax2.c from bkw_

Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- chan_iax2.c	16 Oct 2004 15:36:16 -0000	1.208
+++ chan_iax2.c	22 Oct 2004 15:02:13 -0000	1.209
@@ -2492,7 +2492,8 @@
 			return -2;
 		}
 		if (c0->nativeformats != c1->nativeformats) {
-			ast_verbose(VERBOSE_PREFIX_3 "Operating with different codecs, can't native bridge...\n");
+			if (option_verbose > 2)
+				ast_verbose(VERBOSE_PREFIX_3 "Operating with different codecs, can't native bridge...\n");
 			/* Remove from native mode */
 			lock_both(callno0, callno1);
 			iaxs[callno0]->bridgecallno = 0;




More information about the svn-commits mailing list