[Asterisk-cvs] asterisk/channels/h323 chan_h323.h,1.39,1.40

jeremy at lists.digium.com jeremy at lists.digium.com
Tue May 3 11:40:28 CDT 2005


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

Modified Files:
	chan_h323.h 
Log Message:
Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135

Index: chan_h323.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/chan_h323.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- chan_h323.h	2 May 2005 18:46:01 -0000	1.39
+++ chan_h323.h	3 May 2005 15:47:35 -0000	1.40
@@ -106,7 +106,7 @@
 } call_details_t;
 
 typedef struct rtp_info {
-	const char *addr;
+	char addr[32];
 	unsigned int port;
 } rtp_info_t;
 




More information about the svn-commits mailing list