aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-24 18:12:35 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-24 18:12:35 +0000
commitede020dfe1b655977e2872924e216ae60b7a374e (patch)
tree6c3a80ab5b7605349b161994a563e6e1976b4b9c /channels/h323
parente37df80de668d6786dda0f46e9fbc834d117ac1a (diff)
Define DTMF payload types
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43571 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/chan_h323.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 41eb84fb0..8905e4eea 100644
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -190,6 +190,9 @@ extern int h323debug;
#define H323_DTMF_RFC2833 (1 << 0)
#define H323_DTMF_INBAND (1 << 1)
+#define H323_DTMF_RFC2833_PT 101
+#define H323_DTMF_CISCO_PT 121
+
#ifndef BOOL
#define BOOL int
#endif