summaryrefslogtreecommitdiff
path: root/channels/console_video.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2008-01-09 12:23:18 +0000
committerLuigi Rizzo <rizzo@icir.org>2008-01-09 12:23:18 +0000
commitb4fbb1916d90fd9250bc2fd5a9674b4b9715a00f (patch)
tree392142bb8e17815f715a19f00f99cb91cd6885c8 /channels/console_video.h
parentbbbef73276ae742957e97e4a102d7f0db677826d (diff)
implement the "console startgui" and "console stopgui"
commands so you can start and stop the gui even outside of a call. This is convenient for testing, and also for using the keypad to pick up a call, and to dial a number (the latter not yet implemented, but should be close). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97390 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/console_video.h')
-rw-r--r--channels/console_video.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/channels/console_video.h b/channels/console_video.h
index beea23cb6..3d3975a67 100644
--- a/channels/console_video.h
+++ b/channels/console_video.h
@@ -33,12 +33,12 @@
#include <ffmpeg/swscale.h> /* requires a recent ffmpeg */
#endif
-#define CONSOLE_VIDEO_CMDS \
- "console {videodevice|videocodec|sendvideo" \
- "|video_size|bitrate|fps|qmin" \
- "|keypad|keypad_mask|keypad_entry" \
- "|sdl_videodriver" \
- "|device" \
+#define CONSOLE_VIDEO_CMDS \
+ "console {videodevice|videocodec" \
+ "|video_size|bitrate|fps|qmin" \
+ "|sendvideo|keypad" \
+ "|sdl_videodriver" \
+ "|device|startgui|stopgui" \
"}"
#endif /* HAVE_VIDEO_CONSOLE and others */