do user authentication right

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@733 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2003-03-31 20:26:08 +00:00
parent 33d20ff5ea
commit a54c71d4c3
2 changed files with 11 additions and 6 deletions

View File

@@ -37,14 +37,15 @@ struct oh323_user {
char callerid[80];
char accountcode[20];
int amaflags;
int noFastStart;
int noH245Tunneling;
int noSilenceSuppression;
int noFastStart;
int noH245Tunneling;
int noSilenceSuppression;
int inUse;
int incominglimit;
int bridge;
int nat;
int dtmfmode;
int host;
struct ast_ha *ha;
struct sockaddr_in addr;
struct oh323_user *next;