Multilingual voicemail

Hi,

Is anyone aware how I can create a multilingual voicemail? What I want is to dial an extension. The IVR would then ask press 1 for french, 2 for english. Then obviously the voicemail would be in the selected language. I’ve been trying to figure this out for a while. Can anybody help please!

Thanks!

Hello,

It’s quite easy …
After your user select “1”.
do:
exten => x,x,Set(LANGUAGE()=fr)

or exten => x,x,Set(LANGUAGE()=en)

Make sure your french prompts are under
/usr/lib/asterisk/sounds/fr

That should do it …

Noel