[Home]

Summary:ASTERISK-05241: [patch] Sort alphabetiquely the dial options
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-10-04 22:02:10Date Closed:2008-01-15 15:51:05.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) sort_options.txt
Description:When making a show application dial in CLI,
all the options are place in a non-sorted ways.
That patch sort all these options by its respective char.

So it much faster looking for an option.

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

Build on Revision: 1.167
Comments:By: wlloyd (wlloyd) 2005-10-05 10:01:19

This is a good idea.  I noticed this the other day.  In almost all the applications, the helper text isn;t in alpha order.

-bill

By: Kevin P. Fleming (kpfleming) 2005-10-13 20:17:26

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:51:05.000-0600

Repository: asterisk
Revision: 6784

U   trunk/apps/app_dial.c

------------------------------------------------------------------------
r6784 | kpfleming | 2008-01-15 15:51:05 -0600 (Tue, 15 Jan 2008) | 2 lines

ensure Dial() options are sorted in help output (issue ASTERISK-5241)

------------------------------------------------------------------------

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