aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_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/ast_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/ast_h323.h')
-rw-r--r--channels/h323/ast_h323.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index cfa0d0edc..74e13e7ca 100644
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -104,6 +104,8 @@ public:
PString destAliases;
PString sourceE164;
PString destE164;
+ int cid_presentation;
+ int cid_ton;
PString rdnis;
int redirect_reason;