summaryrefslogtreecommitdiff
path: root/channels/h323/ast_h323.h
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-04-23 21:52:46 +0000
committerJeremy McNamara <jj@nufone.net>2003-04-23 21:52:46 +0000
commit6eb85b943b8a3b7ac300155f056dd5c8377f0db2 (patch)
tree2f706240ff8c80683f761b980f84d050b0689e24 /channels/h323/ast_h323.h
parent75e98ab6d1c5b4ae5f45302b04e5ff5dc5175e01 (diff)
decrement useage counter on hangup
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@896 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/ast_h323.h')
-rwxr-xr-xchannels/h323/ast_h323.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.h b/channels/h323/ast_h323.h
index a7604834e..e42d98571 100755
--- a/channels/h323/ast_h323.h
+++ b/channels/h323/ast_h323.h
@@ -61,7 +61,8 @@
#define AST_FORMAT_G729A (1 << 8)
/*! SpeeX Free Compression */
#define AST_FORMAT_SPEEX (1 << 9)
-
+/*! ILBC Free Codec */
+#define AST_FORMAT_ILBC (1 << 10)
/**This class describes the G.723.1 codec capability.
*/