From c1f605d7f81122f6ff385b0525ca41228f479c82 Mon Sep 17 00:00:00 2001 From: shorne Date: Thu, 6 Jul 2006 05:20:18 +0000 Subject: [PATCH] Added Feature CallEndReason --- include/h323con.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/h323con.h b/include/h323con.h index 2794e660..3f1c013d 100644 --- a/include/h323con.h +++ b/include/h323con.h @@ -27,6 +27,9 @@ * Contributor(s): ______________________________________. * * $Log$ + * Revision 1.101 2006/07/06 05:20:18 shorne + * Added Feature CallEndReason + * * Revision 1.100 2006/06/27 12:35:03 csoutheren * Patch 1366328 - Support for H.450.3 divertingLegInformation2 * Thanks to Norbert Bartalsky @@ -682,6 +685,7 @@ class H323Connection : public PObject EndedByOSPRefusal, ///< Call cleared as OSP server unable or unwilling to route EndedByInvalidNumberFormat, ///< Call cleared as number was invalid format EndedByUnspecifiedProtocolError, ///< Call cleared due to unspecified protocol error + EndedByNoFeatureSupport, ///< Call ended due to Feature not being present. NumCallEndReasons }; #if PTRACING @@ -2164,6 +2168,11 @@ class H323Connection : public PObject BOOL IsBehindNAT() const { return remoteIsNAT; } + /** Set Remote is behind NAT + */ + void SetRemoteNAT() + { remoteIsNAT = TRUE; } + //@} /**@name Request Mode Changes */ -- 2.11.4.GIT