[Home]

Summary:ASTERISK-15046: Literal values wrapped in documentation
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2009-10-28 12:08:31Date Closed:2010-03-02 13:51:09.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:# asterisk -rx 'core show application directory'

 -= Info about application 'Directory' =-

[Synopsis]
Provide directory of voicemail extensions.

[Description]
This application will present the calling channel with a directory of
extensions from which they can search by name. The list of names and
corresponding extensions is retrieved from the voicemail configuration file,
"voicemail.conf".
This application will immediately exit if one of the following DTMF digits
are received and the extension to jump to exists:
'0' - Jump to the 'o' extension, if it exists.
'*' - Jump to the 'a' extension, if it exists.

[Syntax]
Directory([vm-context][,dial-context[,options]])

[Arguments]
vm-context
   This is the context within voicemail.conf to use for the Directory.
   If not specified and 'searchcontexts=no' in "voicemail.conf", then 'd
   efault' will be assumed.
Comments:By: Digium Subversion (svnbot) 2010-03-02 13:49:49.000-0600

Repository: asterisk
Revision: 249950

U   trunk/apps/app_directory.c

------------------------------------------------------------------------
r249950 | lmadsen | 2010-03-02 13:49:49 -0600 (Tue, 02 Mar 2010) | 4 lines

Fix literal values wrapped in documentation.

(closes issue ASTERISK-15046)
Reported by: tilghman
------------------------------------------------------------------------

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

By: Digium Subversion (svnbot) 2010-03-02 13:51:08.000-0600

Repository: asterisk
Revision: 249953

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_directory.c

------------------------------------------------------------------------
r249953 | lmadsen | 2010-03-02 13:51:08 -0600 (Tue, 02 Mar 2010) | 12 lines

Merged revisions 249950 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r249950 | lmadsen | 2010-03-02 14:49:48 -0500 (Tue, 02 Mar 2010) | 4 lines
 
 Fix literal values wrapped in documentation.
 
 (closes issue ASTERISK-15046)
 Reported by: tilghman
........

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

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