aboutsummaryrefslogtreecommitdiffstats
path: root/channels/console_video.h
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-09 12:23:18 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-09 12:23:18 +0000
commite7e581b9cfd3b66f2216d959051f1e5a16c40501 (patch)
tree392142bb8e17815f715a19f00f99cb91cd6885c8 /channels/console_video.h
parent82a06bcfb7ca9bd14fec56d3d2a8cf54a54d871a (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: http://svn.digium.com/svn/asterisk/trunk@97390 f38db490-d61c-443f-a65b-d21fe96a405b
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 */