From 4c76028de96d32281f5fb94538f0a93bb3a57b50 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 1 Jun 2006 16:47:28 +0000 Subject: - add the ability to configure forced jitterbuffers on h323, jingle, and mgcp channels - remove the jitterbuffer configuration from the pvt structures in the sip, zap, and skinny channel drivers, as copying the same global configuration into each pvt structure has no benefit. - update and fix some typos in jitterbuffer related documentation (issue #7257, north, with additional updates and modifications) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31413 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/sip.conf.sample') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 67d6dd21f..2b898437b 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -321,7 +321,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; and programs. Defaults to 1000. ; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a SIP - ; channel. Two implementation are currenlty available - "fixed" + ; channel. Two implementations are currenlty available - "fixed" ; (with size always equals to jbmaxsize) and "adaptive" (with ; variable size, actually the new jb of IAX2). Defaults to fixed. -- cgit v1.2.3