From 981b58ae550b34ade895a41399659f8fa477f4d1 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Thu, 14 Aug 2003 08:02:33 +0000 Subject: add debug in hopes to figure out native bridging git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1320 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/ast_h323.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'channels/h323/ast_h323.h') diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h index 492802955..050bf61c6 100755 --- a/channels/h323/ast_h323.h +++ b/channels/h323/ast_h323.h @@ -117,6 +117,7 @@ class MyH323EndPoint : public H323EndPoint { void SetEndpointTypeInfo( H225_EndpointType & info ) const; void SetGateway(void); + }; @@ -152,6 +153,8 @@ class MyH323Connection : public H323Connection { PIPSocket::Address remoteIpAddress; // IP Address of remote endpoint WORD externalPort; // local media server Data port (control is dataPort+1) WORD remotePort; // remote endpoint Data port (control is dataPort+1) + + PSyncPoint bridgeFlag; }; -- cgit v1.2.3