mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user