[Asterisk-cvs] asterisk/configs iax.conf.sample,1.31,1.32
markster at lists.digium.com
markster at lists.digium.com
Fri Sep 17 08:40:57 CDT 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv5694/configs
Modified Files:
iax.conf.sample
Log Message:
Merge steven davie's IAX2 jitterbuffer fixes
Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- iax.conf.sample 7 Sep 2004 23:45:34 -0000 1.31
+++ iax.conf.sample 17 Sep 2004 12:45:03 -0000 1.32
@@ -60,7 +60,8 @@
; The jitter buffer works for INCOMING audio - the outbound audio
; will be dejittered by the jitter buffer at the other end.
;
-; jitterbuffer=yes|no: whether you want the jitter buffer at all.
+; jitterbuffer=yes|no: global default as to whether you want
+; the jitter buffer at all.
;
; dropcount: the jitter buffer is sized such that no more than "dropcount"
; frames would have been "too late" over the last 2 seconds.
@@ -68,7 +69,8 @@
;
; maxjitterbuffer: a maximum size for the jitter buffer.
; Setting a reasonable maximum here will prevent the call delay
-; from rising to silly values in extreme situations.
+; from rising to silly values in extreme situations; you'll hear
+; SOMETHING, even though it will be jittery.
;
; maxexcessbuffer: If conditions improve after a period of high jitter,
; the jitter buffer can end up bigger than necessary. If it ends up
@@ -83,7 +85,7 @@
; (or enlarged), how many millisecs shall we take off per 20ms frame
; received? Use a small number, or you will be able to hear it
; changing. An example: if you set this to 2, then the jitter buffer
-; size will change by 100 millisec per second.
+; size will change by 100 millisecs per second.
jitterbuffer=no
;dropcount=2
@@ -217,6 +219,8 @@
;auth=md5,plaintext,rsa
;secret=markpasswd
;notransfer=yes ; Disable IAX native transfer
+;jitterbuffer=yes ; Override global setting an enable jitter buffer
+; ; for this user
;callerid="Mark Spencer" <(256) 428-6275>
;deny=0.0.0.0/0.0.0.0
;accountcode=markster0101
@@ -236,6 +240,7 @@
;port=5036
;mask=255.255.255.255
;qualify=yes ; Make sure this peer is alive
+;jitterbuffer=no ; Turn off jitter buffer for this peer
;
; Peers can remotely register as well, so that they can be
More information about the svn-commits
mailing list