aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-29 18:35:44 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-29 18:35:44 +0000
commit18f0e3efb46368cfa21125c19a9a76cf678d17ca (patch)
tree7e1ef0f3d5097d3c43cae9eb61362bb83587c91a /channels/h323/chan_h323.h
parent16312049c6b96730edb7ad6f0aaa83908767440b (diff)
Merged revisions 44009 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44009 | pcadach | 2006-09-30 00:30:34 +0600 (Сбт, 30 Сен 2006) | 1 line Pass TON/PRESENTATION information too ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44010 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/chan_h323.h')
-rw-r--r--channels/h323/chan_h323.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index c8bd6a3d9..378df1edc 100644
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -50,6 +50,8 @@ typedef struct call_options {
char cid_name[80];
char cid_rdnis[80];
int redirect_reason;
+ int presentation;
+ int type_of_number;
int fastStart;
int h245Tunneling;
int silenceSuppression;
@@ -115,7 +117,7 @@ typedef struct call_details {
char *redirect_number;
int redirect_reason;
int presentation;
- int screening;
+ int type_of_number;
char *sourceIp;
} call_details_t;