[Home]

Summary:ASTERISK-13192: Asterisk Command line 'Soft Hangup' no longer is recognised
Reporter:Alec Davis (alecdavis)Labels:
Date Opened:2008-12-09 18:50:30.000-0600Date Closed:2011-06-07 14:08:09
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_softhangup
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Previous version 1.6.0-rc6 recognises 'soft hangup' and tabbing shows the current lines up.

Various asterisk versions SVN-trunk-r146597M SVN-trunk-r155671M, don't recognise commandline 'soft hangup'.
'core show application softhangup' shows syntax.



****** ADDITIONAL INFORMATION ******

console output:

Asterisk*CLI> core show version
Asterisk SVN-trunk-r155671M built by root @ Asterisk on a i686 running Linux on 2008-11-13 01:58:28 UTC
Asterisk*CLI>

Asterisk*CLI> core show application SoftHangup
Asterisk*CLI>
 -= Info about application 'SoftHangup' =-

[Synopsis]
Hangs up the requested channel.

[Description]
Hangs up the requested channel.  If there are no channels to  hangup, the
application will report it.

[Syntax]
SoftHangup(Technology/Resource[,options])

[Arguments]
Technology/Resource
options
   a: Hang up all channels on a specified device instead of a single
   resource

[See Also]
Not available
Asterisk*CLI>
Comments:By: Joshua C. Colp (jcolp) 2008-12-09 18:58:44.000-0600

A CLI audit was performed and that CLI command was renamed to "channel request hangup". If you wish to use the old CLI command you can create an alias using res_clialiases and the cli_aliases.conf configuration file. There are also templates available to return behaviour to previous ones.