summaryrefslogtreecommitdiff
path: root/configs/oss.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-21 21:27:17 +0000
committerMark Spencer <markster@digium.com>2005-01-21 21:27:17 +0000
commite969712c6ffdcf3ea7fb66f865da4331a776c139 (patch)
tree36534dc9ed9dea4ebdee48155f521b38e711d78c /configs/oss.conf.sample
parent32ba309c686c38d4435a7dfdf2875b2e589493ba (diff)
Add optional one way playback (bug #3397)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4871 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/oss.conf.sample')
-rwxr-xr-xconfigs/oss.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/oss.conf.sample b/configs/oss.conf.sample
index 25c89ab4b..9d605ceb5 100755
--- a/configs/oss.conf.sample
+++ b/configs/oss.conf.sample
@@ -25,3 +25,10 @@ extension=s
; 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