From a7d813cae7568f9c587dc994b0654d9b7384565a Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 28 May 2009 14:32:03 +0000 Subject: Remove a bunch of trailing whitespace in preparation for reformatting/cleanup. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197528 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/chan_dahdi.conf.sample | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'configs/chan_dahdi.conf.sample') diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample index a15762c43..76771fb3e 100644 --- a/configs/chan_dahdi.conf.sample +++ b/configs/chan_dahdi.conf.sample @@ -581,9 +581,9 @@ pickupgroup=1 ; Channel variable to be set for all calls from this channel ;setvar=CHANNEL=42 ;setvar=ATTENDED_TRANSFER_COMPLETE_SOUND=beep ; This channel variable will - ; cause the given audio file to - ; be played upon completion of - ; an attended transfer. +; cause the given audio file to +; be played upon completion of +; an attended transfer. ; ; Specify whether the channel should be answered immediately or if the simple @@ -792,23 +792,23 @@ pickupgroup=1 ; ;------------------------------ JITTER BUFFER CONFIGURATION -------------------------- ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a - ; DAHDI channel. Defaults to "no". An enabled jitterbuffer will - ; be used only if the sending side can create and the receiving - ; side can not accept jitter. The DAHDI channel can't accept jitter, - ; thus an enabled jitterbuffer on the receive DAHDI side will always - ; be used if the sending side can create jitter. +; DAHDI channel. Defaults to "no". An enabled jitterbuffer will +; be used only if the sending side can create and the receiving +; side can not accept jitter. The DAHDI channel can't accept jitter, +; thus an enabled jitterbuffer on the receive DAHDI side will always +; be used if the sending side can create jitter. ; jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds. ; jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is - ; resynchronized. Useful to improve the quality of the voice, with - ; big jumps in/broken timestamps, usually sent from exotic devices - ; and programs. Defaults to 1000. +; resynchronized. Useful to improve the quality of the voice, with +; big jumps in/broken timestamps, usually sent from exotic devices +; and programs. Defaults to 1000. ; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a DAHDI - ; channel. Two implementations are currently available - "fixed" - ; (with size always equals to jbmax-size) and "adaptive" (with - ; variable size, actually the new jb of IAX2). Defaults to fixed. +; channel. Two implementations are currently available - "fixed" +; (with size always equals to jbmax-size) and "adaptive" (with +; variable size, actually the new jb of IAX2). Defaults to fixed. ; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no". ;----------------------------------------------------------------------------------- -- cgit v1.2.3