Patrick
2004-Nov-03 07:24 UTC
[Asterisk-Users] Voicemail: howto disable vm-intro.gsm at the end of message?
Hi all,
I have an unavailable/busy voicemail message recorded which plays fine.
After the message has been played to the caller, vm-intro.gsm is also
played ("Please leave your message after the tone. When done hang up or
press the pound key"). I do not want this vm-intro.gsm to be played. Is
there a way I can just have it play the beep?
It seems I can disable playing vm-intro.gsm in line 74, 1396 & 4652 in
app_voicemail.c but isn't there a more configurable way to do it?
Similar to the configurable directoryintro variable in voicemail.conf
(e.g. empty=don't play anything)?
Thanks and regards,
Patrick
Eric Wieling
2004-Nov-03 07:30 UTC
[Asterisk-Users] Voicemail: howto disable vm-intro.gsm at the end of message?
Patrick wrote:> Hi all, > > I have an unavailable/busy voicemail message recorded which plays fine. > After the message has been played to the caller, vm-intro.gsm is also > played ("Please leave your message after the tone. When done hang up or > press the pound key"). I do not want this vm-intro.gsm to be played. Is > there a way I can just have it play the beep? > > It seems I can disable playing vm-intro.gsm in line 74, 1396 & 4652 in > app_voicemail.c but isn't there a more configurable way to do it? > Similar to the configurable directoryintro variable in voicemail.conf > (e.g. empty=don't play anything)? >show application voicemail Pay special attention to the "s" option.
Patrick
2004-Nov-03 08:57 UTC
[Asterisk-Users] Voicemail: howto disable vm-intro.gsm at the end of message?
On Wed, 2004-11-03 at 15:30, Eric Wieling wrote:> show application voicemail > > Pay special attention to the "s" option. >Duh! Thanks for the reminder to startup my brain next time I ask something :) Me == total moron for having missed the utter obvious. Appreciate the answer. All works well now. Regards, Patrick