From bff0a94507c7b0524b25c96c82e5b4e64c54e962 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara <jj@nufone.net> Date: Thu, 4 Mar 2004 01:57:32 +0000 Subject: [PATCH] deal with bindaddr properly git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2319 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/chan_h323.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h index 138290fc4b..959d79d76b 100755 --- a/channels/h323/chan_h323.h +++ b/channels/h323/chan_h323.h @@ -8,7 +8,7 @@ * This code has been derived from code created by * Michael Manousos and Mark Spencer * - * This file is part of the chan_oh323 driver for Asterisk + * This file is part of the chan_h323 driver for Asterisk * * chan_h323 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,6 +28,8 @@ #include <arpa/inet.h> +static struct sockaddr_in bindaddr; + /* structure to hold the valid asterisk users */ struct oh323_user { char name[80]; -- GitLab