[Home]

Summary:ASTERISK-05174: [patch] [post 1.2] customizable number in default message
Reporter:Oliver Welter (areaz)Labels:
Date Opened:2005-09-28 10:08:03Date Closed:2006-02-02 01:24:20.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail_patch.htm
Description:Hi there,

first of all, sorry for my bad english.

I needed a function that allows me to change the default message.
I dont want to have the extension number within the default message, because I am using some catchall mailboxes.

For example: extension 210 has a voicemailbox, external number 12345 was dialed.

The message comes up with: "...at extension 210 is not available..."
So I have added a field to Voicemail():

# exten => s-BUSY,1,Voicemail(b${ARG1})
becomes
# exten => s-BUSY,1,Voicemail(b${ARG1},${DNID})

It will be executed as Voicemail("b210|12345")

My patch will have a look at the "|". If the command comes up without a "|", it falls back to its usual buisness and uses the extension number 210 for its default message. Otherwise it uses 12345 for the default message and the voices keep telling the caller: "blabla 12345 is not available..."

I find this very usefull, because many users dont want to change the default message, but dont want to have the extension number, too, in the message. It's much better that the mailbox tell the caller the DNID or a static number you enter in the command.
Comments:By: Michael Jerris (mikej) 2005-09-28 10:11:45

please review the bug and coding guidelines.  All feature patches should be against cvs head and coded acording to the guidelines.  Also, a disclaimer will be required for this patch to been comited to the tree.

By: Clod Patry (junky) 2005-10-21 23:48:19

AreaZ: what's your disclaimer status if you want us take a look at this patch?

By: opsys (opsys) 2005-12-30 17:59:36.000-0600

HOUSEKEEPING:

Can We get a Disclaimer??

By: Matt O'Gorman (mogorman) 2006-01-11 23:52:42.000-0600

hi areaz you still with us?  http://www.digium.com/index.php?menu=bugguidelines this is the guide on disclaimer and how to file bug reports.  If we get no response any time soon we will have to close the report.

By: Olle Johansson (oej) 2006-02-02 01:24:19.000-0600

No disclaimer. Re-open when you have submitted a disclaimer. Thanks.