From: Jeremy McNamara Date: Tue, 13 Jan 2004 08:38:51 +0000 (+0000) Subject: ok, its waay too late X-Git-Tag: 0.7.1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e88fdae17dc08e6f052c361d6a9862d5f102eb8e;p=thirdparty%2Fasterisk.git ok, its waay too late git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2015 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h index 138290fc4b..e6076b1e0e 100755 --- a/channels/h323/chan_h323.h +++ b/channels/h323/chan_h323.h @@ -109,6 +109,8 @@ typedef struct rtp_info { 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);