aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-22 19:04:02 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-22 19:04:02 +0000
commit78481c32749fa575de5439bc4875293a4f9cc03b (patch)
tree3d8315d54efbcb86d7feec354759523e2037f501 /channels/h323/chan_h323.h
parent937badd3cb6536f1895808db3cc675faa5a19ade (diff)
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: http://svn.digium.com/svn/asterisk/trunk@4049 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index c53ee0c8c..c6acb6fd7 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -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;