[asterisk-commits] seanbright: trunk r114644 - /trunk/channels/chan_console.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 25 08:56:09 CDT 2008
Author: seanbright
Date: Fri Apr 25 08:56:05 2008
New Revision: 114644
URL: http://svn.digium.com/view/asterisk?view=rev&rev=114644
Log:
Speaking of building...
Modified:
trunk/channels/chan_console.c
Modified: trunk/channels/chan_console.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_console.c?view=diff&rev=114644&r1=114643&r2=114644
==============================================================================
--- trunk/channels/chan_console.c (original)
+++ trunk/channels/chan_console.c Fri Apr 25 08:56:05 2008
@@ -874,7 +874,7 @@
pvt->hookstate = 0;
if (pvt->owner)
- ast_queue_hangup(pvt->owner);
+ ast_queue_hangup(pvt->owner, -1);
unref_pvt(pvt);
More information about the asterisk-commits
mailing list