mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Make default behavior be to *not* use jitter buffer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -138,7 +138,7 @@ static int iax2_capability = IAX_CAPABILITY_FULLBANDWIDTH;
|
||||
|
||||
static int iax2_dropcount = DEFAULT_DROP;
|
||||
|
||||
static int use_jitterbuffer = 1;
|
||||
static int use_jitterbuffer = 0;
|
||||
|
||||
static int iaxdebug = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user