mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
call directly the cli command to implement hangup.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* $Revision$
|
||||
*/
|
||||
|
||||
|
||||
#include "asterisk.h"
|
||||
#include "console_video.h"
|
||||
#include "asterisk/lock.h"
|
||||
@@ -423,7 +422,7 @@ static void handle_button_event(struct video_desc *env, SDL_MouseButtonEvent but
|
||||
keypad_pick_up(env);
|
||||
break;
|
||||
case KEY_HANG_UP:
|
||||
keypad_send_command(env, "console hangup");
|
||||
ast_cli_command(gui->outfd, "console hangup");
|
||||
break;
|
||||
|
||||
/* other functions */
|
||||
|
Reference in New Issue
Block a user