[Home]

Summary:ASTERISK-14928: [patch] Exten channel request hangup to accept "all" and hangup all channels
Reporter:Moises Silva (moy)Labels:
Date Opened:2009-10-01 14:24:41Date Closed:2010-05-19 10:39:39
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) hangup-all-rev-221688.patch
Description:While developing I find out needed to hangup all channels without restarting asterisk, this patch allows that.
Comments:By: Moises Silva (moy) 2009-10-01 14:25:39

patch submited

By: Leif Madsen (lmadsen) 2009-10-05 10:42:53

If you can get some support from the asterisk-users and/or asterisk-dev mailing list by having someone test this patch and report back, that would help a lot. Thanks!

By: Russell Bryant (russell) 2010-05-18 13:54:50

ship it!

By: Leif Madsen (lmadsen) 2010-05-18 13:55:07

I will commit this.

By: Digium Subversion (svnbot) 2010-05-19 10:12:18

Repository: asterisk
Revision: 264117

U   trunk/CHANGES
U   trunk/main/cli.c

------------------------------------------------------------------------
r264117 | lmadsen | 2010-05-19 10:12:18 -0500 (Wed, 19 May 2010) | 11 lines

Add ability to hangup all channels from the CLI.

Added the keyword 'all' to the 'channel hangup request' CLI command
so that you can request all channels to be hungup without having to
restart Asterisk.

(closes issue ASTERISK-14928)
Reported by: moy
Patches:
     hangup-all-rev-221688.patch uploaded by moy (license 222)
Tested by: moy, russell
------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=264117

By: Digium Subversion (svnbot) 2010-05-19 10:39:39

Repository: asterisk
Revision: 264161

U   trunk/main/cli.c

------------------------------------------------------------------------
r264161 | lmadsen | 2010-05-19 10:39:38 -0500 (Wed, 19 May 2010) | 3 lines

Fix compilation problem with previous commit.

(issue ASTERISK-14928)
------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=264161