From 18f0e3efb46368cfa21125c19a9a76cf678d17ca Mon Sep 17 00:00:00 2001 From: pcadach Date: Fri, 29 Sep 2006 18:35:44 +0000 Subject: Merged revisions 44009 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ 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 --- channels/h323/chan_h323.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'channels/h323/chan_h323.h') 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; -- cgit v1.2.3