aboutsummaryrefslogtreecommitdiffstats
path: root/configs/oss.conf.sample
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-19 14:54:34 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-19 14:54:34 +0000
commita187da59c63adc03fe75815382ddb31d90bbb345 (patch)
treee5ed705a9a7a025756144d0149e0520eb8ed7791 /configs/oss.conf.sample
parent971ffb8e85d1386f9ebf5244e0ef0ff8f985eddc (diff)
fix example configuration for video support in chan_oss
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@117053 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/oss.conf.sample')
-rw-r--r--configs/oss.conf.sample16
1 files changed, 12 insertions, 4 deletions
diff --git a/configs/oss.conf.sample b/configs/oss.conf.sample
index 24b0b38ee..48f0ced90 100644
--- a/configs/oss.conf.sample
+++ b/configs/oss.conf.sample
@@ -69,6 +69,10 @@
; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
;-----------------------------------------------------------------------------------
+; below is an entry for a second console channel
+; [card1]
+ ; device = /dev/dsp1 ; alternate device
+
; Below are the settings to support video. You can include them
; in your general configuration as [general](+,video)
; The parameters are all available through the CLI as "console name value"
@@ -130,9 +134,13 @@
region = sendvideo circle 235 185 266 185 33
region = autoanswer rect 228 212 275 212 50
-; uncomment this line to add video support
-; [default](+,my_video,my_skin)
+; another skin with entries for the keypad and a small font
+; to write to the message boards in the skin.
+[skin2](!)
+ keypad = /tmp/kpad2.jpg
+ keypad_font = /tmp/font.png
-[card1]
- ; device = /dev/dsp1 ; alternate device
+; to add video support, uncomment this and remember to install
+; the keypad and keypad_font files to the right place
+; [general](+,my_video,skin2)