aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323/ast_h323.h')
-rwxr-xr-xchannels/h323/ast_h323.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index 4be7f7440..ab30c4435 100755
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -248,9 +248,7 @@ class MyH323Connection : public H323Connection {
PString destE164;
PIPSocket::Address externalIpAddress;
- PIPSocket::Address remoteIpAddress;
WORD externalPort;
- WORD remotePort;
WORD sessionId;
BOOL bridging;
};
@@ -289,9 +287,7 @@ class MyH323_ExternalRTPChannel : public H323_ExternalRTPChannel {
BOOL OnReceivedAckPDU(const H245_H2250LogicalChannelAckParameters & param);
PIPSocket::Address externalIpAddress;
- PIPSocket::Address remoteIpAddress;
WORD externalPort;
- WORD remotePort;
};
/**