aboutsummaryrefslogtreecommitdiffstats
path: root/configs/h323.conf.sample
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:32:03 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:32:03 +0000
commit7f7cfd42e9d0e77e3d1ea18732595c1794bf46ea (patch)
treef290e7e7ae143382811fc8ff32a52618ae0801bf /configs/h323.conf.sample
parent0a45784168c75c3f5387fd7df1fef307e4797195 (diff)
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197528 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/h323.conf.sample')
-rw-r--r--configs/h323.conf.sample26
1 files changed, 13 insertions, 13 deletions
diff --git a/configs/h323.conf.sample b/configs/h323.conf.sample
index 5be321f33..c2e5db328 100644
--- a/configs/h323.conf.sample
+++ b/configs/h323.conf.sample
@@ -122,27 +122,27 @@ port = 1720
;
;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a
- ; H323 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 H323 channel can accept jitter,
- ; thus an enabled jitterbuffer on the receive H323 side will only
- ; be used if the sending side can create jitter and jbforce is
- ; also set to yes.
+; H323 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 H323 channel can accept jitter,
+; thus an enabled jitterbuffer on the receive H323 side will only
+; be used if the sending side can create jitter and jbforce is
+; also set to yes.
; jbforce = no ; Forces the use of a jitterbuffer on the receive side of a H323
- ; channel. Defaults to "no".
+; channel. Defaults to "no".
; 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, usualy sent from exotic devices
- ; and programs. Defaults to 1000.
+; resynchronized. Useful to improve the quality of the voice, with
+; big jumps in/broken timestamps, usualy sent from exotic devices
+; and programs. Defaults to 1000.
; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a H323
- ; channel. Two implementations are currenlty 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 currenlty 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".
;-----------------------------------------------------------------------------------