summaryrefslogtreecommitdiff
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authorPaul Cadach <paul@odt.east.telecom.kz>2006-09-25 09:03:14 +0000
committerPaul Cadach <paul@odt.east.telecom.kz>2006-09-25 09:03:14 +0000
commitc479c2518277a7f16f44242729c2b67d71080a4b (patch)
treec2bae1e4c7c50f0fab245c5b0a3801def542495e /channels/h323/ast_h323.h
parent66e1d206f5d5774b5d129c86aaa861ec617b2799 (diff)
Support for negotiation and receiption of Cisco's RTP DTMF
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/ast_h323.h')
-rw-r--r--channels/h323/ast_h323.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index 4c85c2442..7199b0f34 100644
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -112,7 +112,7 @@ public:
unsigned progressAlert;
int cause;
- RTP_DataFrame::PayloadTypes dtmfCodec;
+ RTP_DataFrame::PayloadTypes dtmfCodec[2];
int dtmfMode;
};