mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 15:36:13 +00:00
Reworked chan_ooh323 channel module.
Many architectural and functional changes. Main changes are threading model chanes (many thread in ooh323 stack instead of one), modifications and improvements in signalling part, additional codecs support (726, speex), t38 mode support. This module tested and used in production environment. (closes issue #15285) Reported by: may213 Tested by: sles, c0w, OrNix Review: https://reviewboard.asterisk.org/r/324/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@227898 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include <asterisk.h>
|
||||
#include <asterisk/lock.h>
|
||||
|
||||
#include "ooasn1.h"
|
||||
|
||||
static int decode16BitConstrainedString
|
||||
@@ -265,7 +268,7 @@ int decodeConsUInt8
|
||||
ASN1UINT_MAX : upper - lower + 1;
|
||||
|
||||
if (lower != upper) {
|
||||
ASN1UINT range_bitcnt;
|
||||
ASN1UINT range_bitcnt = 0;
|
||||
|
||||
/* If range is <= 255, bit-field case (10.5.7a) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user