mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
fix example configuration for video support in chan_oss
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@117053 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -69,6 +69,10 @@
|
|||||||
; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
|
; 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
|
; Below are the settings to support video. You can include them
|
||||||
; in your general configuration as [general](+,video)
|
; in your general configuration as [general](+,video)
|
||||||
; The parameters are all available through the CLI as "console name value"
|
; 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 = sendvideo circle 235 185 266 185 33
|
||||||
region = autoanswer rect 228 212 275 212 50
|
region = autoanswer rect 228 212 275 212 50
|
||||||
|
|
||||||
; uncomment this line to add video support
|
; another skin with entries for the keypad and a small font
|
||||||
; [default](+,my_video,my_skin)
|
; to write to the message boards in the skin.
|
||||||
|
[skin2](!)
|
||||||
|
keypad = /tmp/kpad2.jpg
|
||||||
|
keypad_font = /tmp/font.png
|
||||||
|
|
||||||
[card1]
|
; to add video support, uncomment this and remember to install
|
||||||
; device = /dev/dsp1 ; alternate device
|
; the keypad and keypad_font files to the right place
|
||||||
|
; [general](+,my_video,skin2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user