Hi,<div><br></div><div>I am test Freeswitch for Multilingual IVR system. I observed that if I set default_language parameter before "voicemail" or "say" applications, it correctly play specified application in given language. However it has no effect on playback application, it always play the IVR in system default (i.e. English) language IVR.</div>
<div><br></div><div>Here is an example extension,</div><div><br></div><div><div> <extension name="catchall"></div><div> <condition field="destination_number" expression="^(.*)$"></div>
<div> <action application="export" data="default_language=fr"/></div><div> <action application="answer"/></div><div> <action application="sleep" data="1000"/></div>
<div> <action application="playback" data="voicemail/vm-that_was_an_invalid_ext.wav"/></div><div> <action application="hangup"/></div><div> </condition></div>
<div> </extension></div></div><div><br></div><div>Many thanks in advance.</div><div><br></div><div>Thank you.</div><div><br></div>