re-implement callerid, still might not be right. Remove channel limits, in favor to app_groupcount. A lot more code cleanup. Please test and report as I am sure I broke something

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4049 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-10-22 19:04:02 +00:00
parent 031a65ee73
commit 9f0d70a9e6
3 changed files with 98 additions and 122 deletions

View File

@@ -41,8 +41,6 @@ struct oh323_user {
int noFastStart;
int noH245Tunneling;
int noSilenceSuppression;
int inUse;
int incominglimit;
int bridge;
int nat;
int dtmfmode;
@@ -61,8 +59,6 @@ struct oh323_peer {
int noFastStart;
int noH245Tunneling;
int noSilenceSuppression;
int inUse;
int outgoinglimit;
int bridge;
int nat;
int dtmfmode;
@@ -86,8 +82,8 @@ struct oh323_alias {
/** call_option struct holds various bits
of information for each call */
typedef struct call_options {
char *callerid;
char *callername;
char *cid_num;
char *cid_name;
int noFastStart;
int noH245Tunneling;
int noSilenceSuppression;