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:
Mark Spencer 2003-08-14 16:07:13 +00:00
parent 8e5659a7e8
commit 9edf987b94
1 changed files with 1 additions and 1 deletions

View File

@ -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;