support

Creating "announcement only" mailboxes?

nextgen
Posts: 12
Member Since:
2006-11-02

I'm trying to create announcement only mailboxes. Basically a voicemail box where users can dial in to record greetings, but nobody can actually leave a message. I was under the impression that putting these mailboxes in a separate context and setting maxmessage=0 would do the trick, but no such luck.

Yes, there are ways to do it (check out post number 7 in this thread - http://pbxinaflash.com/forum/showthread.php?t=927), but I've been Googling for an hour and can't find a way to do this that can be easily managed in the FreePBX GUI without doing config edits. The object is for any customer service rep to be able to set this up for a customer without having to involve the tech-heads.

Has anyone figured this out?



nscottbrown
Posts: 13
Member Since:
2007-05-19
Just a thought, haven't

Just a thought, haven't tested yet... but what about creating queues with a "fake user" and ring time of 0 and then have an announcement as the fail over destination?



nextgen
Posts: 12
Member Since:
2006-11-02
There are a few creative

There are a few creative ways to do it, but they all seem to involve steps that eliminate the ability for the end-user to simply dial into the mailbox and record a greeting. Using announcements works, but having to create system recordings isn't terribly end-user friendly.

You'd think there would be a simple "switch" that turns off accepting messages.



bubbapcguy
Posts: 3344
Member Since:
2006-06-02
announcements

I would think it is your way of thinking that is off.
the term voicemail would not apply to a announcement so you need to forget about VM and go
a new route.
And yes the recording can be pain so fix that issue.



brbourdo
Posts: 374
Member Since:
2007-04-24
I did this by accident a few

I did this by accident a few months ago. If you create an extension with VM and have the "Delete VM" setting selected it will allow a user to leave a message, but just immediately delete it after they hang up.

The reason for this is for VM to email. Just don't setup a email for asterisk to route the file to.

Then in your recording just at the end mention something like "Please do not leave voice mails in this mailbox as they are not checked."

--

Brian Bourdon
www.redwatervoip.com
brian [at] redwatervoip [dot] com
Portland, Oregon



SkykingOH
Posts: 3560
Member Since:
2007-12-17
Custom app works better

I would simply add all these you need to your extensions_custom.conf. Make sure you use an extension that is not in use, I used 5555 in this example. You can then register them with custom extension and use them as destinations for an IVR or simply dial from any extension.

You can use the systems recording module to make the announcements. I used the built in demo-congrats recording for this. The control playback will allow you to pause rewind and fast forward the message using the #,* and 0 keys.

exten => 5455,1,wait(1)
exten => 5455,2,ControlPlayback(demo-congrats,4000,#,*,,0)
exten => 5455,n,Hangup()
--

Scott

aka "Skyking"



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.