[Home]

Summary:ASTERISK-03060: [patch] Add '*' directory exit option (adds to #2995)
Reporter:k3v (k3v)Labels:
Date Opened:2004-12-21 14:47:17.000-0600Date Closed:2008-01-15 15:17:42.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_directory
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) directory-star-exit.patch.txt
Description:Adds a '*' directory exit option, testing for existance of 'a' extension, much like app_voicemail does.  I wanted to have 0 for operator, or * to exit.

[mainmenu]
exten => #,1,Directory(default,directory-dial,f);
exten => a,1,Goto(mainmenu,s,1);
exten => o,1,Goto(operator,s,1);


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

Disclaimer on file.
Comments:By: Mark Spencer (markster) 2004-12-21 17:47:17.000-0600

Added to CVS, thanks!

By: Russell Bryant (russell) 2004-12-22 01:27:05.000-0600

not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:17:42.000-0600

Repository: asterisk
Revision: 4520

U   trunk/apps/app_directory.c

------------------------------------------------------------------------
r4520 | markster | 2008-01-15 15:17:41 -0600 (Tue, 15 Jan 2008) | 2 lines

Allow '*' to exit the directory (bug ASTERISK-3060)

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

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