diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h index 138290fc4b87439d6b73d5d111bdb9f6fcb9d546..e6076b1e0e555eeae1ef458293e045cf7a91c9ac 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);