|
|
@ -8,7 +8,7 @@
|
|
|
|
* This code has been derived from code created by
|
|
|
|
* This code has been derived from code created by
|
|
|
|
* Michael Manousos and Mark Spencer
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
@ -28,6 +28,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include <arpa/inet.h>
|
|
|
|
#include <arpa/inet.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static struct sockaddr_in bindaddr;
|
|
|
|
|
|
|
|
|
|
|
|
/* structure to hold the valid asterisk users */
|
|
|
|
/* structure to hold the valid asterisk users */
|
|
|
|
struct oh323_user {
|
|
|
|
struct oh323_user {
|
|
|
|
char name[80];
|
|
|
|
char name[80];
|
|
|
|