From f98b2cfef9f7b5bc0ecbd83b12694f6e0a0a58fd Mon Sep 17 00:00:00 2001 From: Sean Bright <sean@malleable.com> Date: Fri, 25 Apr 2008 13:56:05 +0000 Subject: [PATCH] Speaking of building... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114644 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_console.c b/channels/chan_console.c index 0fe3cbef4f..4c8576db5e 100644 --- a/channels/chan_console.c +++ b/channels/chan_console.c @@ -874,7 +874,7 @@ static char *cli_console_hangup(struct ast_cli_entry *e, int cmd, struct ast_cli pvt->hookstate = 0; if (pvt->owner) - ast_queue_hangup(pvt->owner); + ast_queue_hangup(pvt->owner, -1); unref_pvt(pvt); -- GitLab