[Asterisk-cvs] asterisk/configs oss.conf.sample,1.3,1.4
markster at lists.digium.com
markster at lists.digium.com
Fri Jan 21 15:24:26 CST 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv25528/configs
Modified Files:
oss.conf.sample
Log Message:
Add optional one way playback (bug #3397)
Index: oss.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/oss.conf.sample,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- oss.conf.sample 3 Oct 2001 21:24:16 -0000 1.3
+++ oss.conf.sample 21 Jan 2005 21:27:17 -0000 1.4
@@ -25,3 +25,10 @@
; but your mileage may vary. Use the echo test to evaluate the best setting.
;silencesuppression = yes
;silencethreshold = 1000
+;
+; On half-duplex cards, the driver attempts to switch back and forth between
+; read and write modes. Unfortunately, this fails sometimes on older hardware.
+; To prevent the driver from switching (ie. only play files on your speakers),
+; then set the playbackonly option to yes. Default is no. Note this option has
+; no effect on full-duplex cards.
+;playbackonly=no
More information about the svn-commits
mailing list