[asterisk-users] SOLVED IN PART Per user voicemail greeting

listuser at spamomania.co.uk listuser at spamomania.co.uk
Wed Dec 30 09:58:13 CST 2009


On Wed, 2009-12-30 at 15:18 +0000, Ishfaq Malik wrote:
> Get the customer to log into their voicemail mailbox and follow the 
> instructions to record an unavailable message (Options 0 then 1 if there 
> are no messages I think)
> 
> Then in the conf you need
> 
> exten => 2,n,VoiceMail(4000 at voicemail,u)
> 
> 
> Ish

Thanks Ish, that's pretty much it. I skipped the first step, copied and
renamed the custom greeting to:
/var/spool/asterisk/voicemail/voicemail/4000/unavail.gsm

Changed the extensions.conf as you said from:
exten => 2,n,VoiceMail(4000 at voicemail)
To:
exten => 2,n,VoiceMail(4000 at voicemail,u)

And away it goes :-) The only downside is it still plays the system
default (vm-intro.gsm) *after* the custom ends.

<SIP/1000-00000001> Playing
'/var/spool/asterisk/voicemail/voicemail/4000/unavail.gsm' (language
'en')
<SIP/1000-00000001> Playing 'vm-intro.gsm' (language 'en')

But it's good enough for what I need - many thanks to all that took the
time and trouble to respond.





More information about the asterisk-users mailing list