projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e674b
)
Speaking of building...
author
Sean Bright
<sean@malleable.com>
Fri, 25 Apr 2008 13:56:05 +0000
(13:56 +0000)
committer
Sean Bright
<sean@malleable.com>
Fri, 25 Apr 2008 13:56:05 +0000
(13:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114644
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_console.c
patch
|
blob
|
history
diff --git
a/channels/chan_console.c
b/channels/chan_console.c
index
0fe3cbe
..
4c8576d
100644
(file)
--- 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);