From: Sean Bright Date: Fri, 25 Apr 2008 13:56:05 +0000 (+0000) Subject: Speaking of building... X-Git-Tag: 1.6.2.0-beta1~2385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f98b2cfef9f7b5bc0ecbd83b12694f6e0a0a58fd;p=thirdparty%2Fasterisk.git Speaking of building... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114644 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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);