From e969712c6ffdcf3ea7fb66f865da4331a776c139 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Fri, 21 Jan 2005 21:27:17 +0000 Subject: Add optional one way playback (bug #3397) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4871 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/oss.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/oss.conf.sample') 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 -- cgit v1.2.3