summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-01-13 08:38:51 +0000
committerJeremy McNamara <jj@nufone.net>2004-01-13 08:38:51 +0000
commite88fdae17dc08e6f052c361d6a9862d5f102eb8e (patch)
tree74a4bb0e0546e5a8b17f055458283d31d57b8d97 /channels/h323
parentb3d1d22317ae0be2e3f9bc189b98c858376cbbed (diff)
ok, its waay too late
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2015 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323')
-rwxr-xr-xchannels/h323/chan_h323.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 138290fc4..e6076b1e0 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);