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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index eb8de1874..3b652589e 100755
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -175,6 +175,7 @@ class MyH323Connection : public H323Connection {
void OnSendCapabilitySet(H245_TerminalCapabilitySet &);
BOOL OnReceivedCapabilitySet(const H323Capabilities &, const H245_MultiplexCapability *,
H245_TerminalCapabilitySetReject &);
+ void SetCause(int _cause) { cause = _cause; };
PString sourceAliases;
PString destAliases;
@@ -186,6 +187,7 @@ class MyH323Connection : public H323Connection {
unsigned progressSetup;
unsigned progressAlert;
+ int cause;
RTP_DataFrame::PayloadTypes dtmfCodec;