Horwich IT Services (Godwin Stewart)
2008-Mar-07 08:34 UTC
[asterisk-users] Silencing VoiceMail() app in * 1.4.10
Hi there, Googling through the archives it looks like I'm the ferst person to want this... My aim is to set up a voicemail application with a custom greeting before *AND AFTER* the punter has left the message. Right now the relevant section of my dialplan is like this: exten => 2,1,Playback(/media/asterisk/answerphone-en) exten => 2,n,VoiceMail(2000,s) exten => 2,n,Playback(/media/asterisk/thankyou-en) exten => 2,n,Hangup() The 's' option to VoiceMail() silences the prompt, leaves the beep just before going into 'record' mode, but also plays back auth-thankyou after the user hits the # key. How can I suppress playback of auth-thankyou at the end or get VoiceMail() to play back a different file? Thanks in advance, -- Godwin Stewart - Horwich IT services
Mindaugas Kezys
2008-Mar-07 10:10 UTC
[asterisk-users] Silencing VoiceMail() app in * 1.4.10
Hello, Just find this file in /var/lib/asterisk/sounds and change it to anything you like. Regards, Mindaugas Kezys http://www.kolmisoft.com MOR PRO - Advanced Billing for Asterisk PBX -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Horwich IT Services (Godwin Stewart) Sent: Friday, March 07, 2008 10:35 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Silencing VoiceMail() app in * 1.4.10 Hi there, Googling through the archives it looks like I'm the ferst person to want this... My aim is to set up a voicemail application with a custom greeting before *AND AFTER* the punter has left the message. Right now the relevant section of my dialplan is like this: exten => 2,1,Playback(/media/asterisk/answerphone-en) exten => 2,n,VoiceMail(2000,s) exten => 2,n,Playback(/media/asterisk/thankyou-en) exten => 2,n,Hangup() The 's' option to VoiceMail() silences the prompt, leaves the beep just before going into 'record' mode, but also plays back auth-thankyou after the user hits the # key. How can I suppress playback of auth-thankyou at the end or get VoiceMail() to play back a different file? Thanks in advance, -- Godwin Stewart - Horwich IT services _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Horwich IT Services (Godwin Stewart)
2008-Mar-07 11:07 UTC
[asterisk-users] Silencing VoiceMail() app in * 1.4.10
On Fri, 7 Mar 2008 12:10:37 +0200, "Mindaugas Kezys" <mkezys at gmail.com> wrote:> Just find this file in /var/lib/asterisk/sounds and change it to anything > you like.But that will break other applications that use the auth-thankyou sound, Authenticate() for a start (which I use elsewhere in order to remote check the voicemailbox). -- Godwin Stewart - Horwich IT services
Mindaugas Kezys
2008-Mar-07 14:08 UTC
[asterisk-users] Silencing VoiceMail() app in * 1.4.10
Hello, Then you can change channel language in front of VoiceMail() app and in appropriate place put auth-thankyou file which is recorded/made by you. Regards, Mindaugas Kezys http://www.kolmisoft.com MOR PRO - Advanced Billing for Asterisk PBX -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Horwich IT Services (Godwin Stewart) Sent: Friday, March 07, 2008 1:07 PM To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] Silencing VoiceMail() app in * 1.4.10 On Fri, 7 Mar 2008 12:10:37 +0200, "Mindaugas Kezys" <mkezys at gmail.com> wrote:> Just find this file in /var/lib/asterisk/sounds and change it to anything > you like.But that will break other applications that use the auth-thankyou sound, Authenticate() for a start (which I use elsewhere in order to remote check the voicemailbox). -- Godwin Stewart - Horwich IT services _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users