decrement useage counter on hangup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@896 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2003-04-23 21:52:46 +00:00
parent 75e98ab6d1
commit 6eb85b943b
2 changed files with 10 additions and 2 deletions

View File

@@ -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.
*/