Speaking of building...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2008-04-25 13:56:05 +00:00
parent 08e674bce0
commit f98b2cfef9

View File

@@ -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);