[Asterisk-cvs] asterisk/channels/h323 chan_h323.h,1.16,1.17
jeremy at lists.digium.com
jeremy at lists.digium.com
Tue Jan 13 02:47:02 CST 2004
Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/home/jeremy/asterisk/channels/h323
Modified Files:
chan_h323.h
Log Message:
ok, its waay too late
Index: chan_h323.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/chan_h323.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- chan_h323.h 11 Jan 2004 02:22:32 -0000 1.16
+++ chan_h323.h 13 Jan 2004 08:38:51 -0000 1.17
@@ -109,6 +109,8 @@
unsigned int port;
} rtp_info_t;
+static struct sockaddr_in bindaddr;
+
/* This is a callback prototype function, called pass
DTMF down the RTP. */
typedef int (*send_digit_cb)(unsigned, char);
More information about the svn-commits
mailing list