mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Speaking of building...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user