[asterisk-commits] rizzo: trunk r117053 - /trunk/configs/oss.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 19 09:54:35 CDT 2008


Author: rizzo
Date: Mon May 19 09:54:34 2008
New Revision: 117053

URL: http://svn.digium.com/view/asterisk?view=rev&rev=117053
Log:
fix example configuration for video support in chan_oss

Modified:
    trunk/configs/oss.conf.sample

Modified: trunk/configs/oss.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/oss.conf.sample?view=diff&rev=117053&r1=117052&r2=117053
==============================================================================
--- trunk/configs/oss.conf.sample (original)
+++ trunk/configs/oss.conf.sample Mon May 19 09:54:34 2008
@@ -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)
 




More information about the asterisk-commits mailing list