[Asterisk-cvs] asterisk/channels chan_sip.c,1.351,1.352

markster at lists.digium.com markster at lists.digium.com
Sat May 1 16:52:09 CDT 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Rid compiler warning, make information meaningful in sip debug for codecs


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -d -r1.351 -r1.352
--- chan_sip.c	1 May 2004 03:04:04 -0000	1.351
+++ chan_sip.c	1 May 2004 20:59:37 -0000	1.352
@@ -2155,7 +2155,7 @@
 					return -1;
 				}
 				if (sipdebug)
-					ast_verbose("Found audio format %s\n", ast_getformatname(codec));
+					ast_verbose("Found RTP audio format %d\n", codec);
 				ast_rtp_set_m_type(p->rtp, codec);
 				codecs += len;
 				/* Skip over any whitespace */




More information about the svn-commits mailing list