[Home]

Summary:ASTERISK-01713: [Patch] add a exit context to voicemail for "0" and "*" options
Reporter:connor (connor)Labels:
Date Opened:2004-05-27 17:15:58Date Closed:2008-01-15 14:56:38.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) exitcontext.diff.txt
Description:This patch adds a exit context argument to the [General] section AND the individual mailbox options section to be able to send a user to a different context when they hit the 0 or * key.  Very useful for doing virtual voicemail hosting to help simply dialplans.  Yes this CAN be done with dialplans, but for out situation, this simplified things greatly.

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

in general section do
[General]
exitcontext=virtualoffice1

or in the voicemail sections.. do..

[virtualoffice1]
1234 => 1234,Jon Doe,JonDoes@someplace.com,,tz=eastern|operator=yes|review=yes|exitcontext=virtualoffice1
Comments:By: Mark Spencer (markster) 2004-05-27 18:21:08

Added to CVS, nicely done!

By: Digium Subversion (svnbot) 2008-01-15 14:56:38.000-0600

Repository: asterisk
Revision: 3098

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r3098 | markster | 2008-01-15 14:56:37 -0600 (Tue, 15 Jan 2008) | 2 lines

Merge connor's exit context patch (ASTERISK-1713)

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

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