aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 08:38:51 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 08:38:51 +0000
commit3b01b06969cd524ce1d92660e44383551ddc52bb (patch)
tree74a4bb0e0546e5a8b17f055458283d31d57b8d97
parent20736a4cfa754a6daf3d3e0291f1c090adf2e9f0 (diff)
ok, its waay too late
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2015 f38db490-d61c-443f-a65b-d21fe96a405b
-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);