<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Darcy,<br>
<br>
Merci beaucoup !<br>
<br>
Before diving in this and try to implement these codes (for a single
domain that I have)<br>
I want to be sure that I have the correct FS's setup. Do I need
cepstral installed to be able to have voicemail in French? Because
this config is for my home pbx/voicemail, so I am not sure if I'll
pay the license for such a small setup.<br>
<br>
Thanks again.<br>
<br>
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"><legend
class="mimeAttachmentHeaderName">ForwardedMessage.eml</legend></fieldset>
<table class="header-part1" width="100%" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td>
<div class="headerdisplayname" style="display:inline;">Subject:
</div>
Re: [Freeswitch-users] multiple languages</td>
</tr>
<tr>
<td>
<div class="headerdisplayname" style="display:inline;">From:
</div>
"Darcy Primrose" <a class="moz-txt-link-rfc2396E" href="mailto:fs@voice2net.ca"><fs@voice2net.ca></a></td>
</tr>
<tr>
<td>
<div class="headerdisplayname" style="display:inline;">Date:
</div>
07/28/2014 04:46 PM</td>
</tr>
</tbody>
</table>
<table class="header-part2" width="100%" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td>
<div class="headerdisplayname" style="display:inline;">To: </div>
"FreeSWITCH Users Help"
<a class="moz-txt-link-rfc2396E" href="mailto:freeswitch-users@lists.freeswitch.org"><freeswitch-users@lists.freeswitch.org></a></td>
</tr>
</tbody>
</table>
<br>
<div><font face="Arial" size="2">On more item on this that makes it
simpler, in the directory you can set the variable</font></div>
<div><font face="Arial" size="2"><variable
name="default_language" value="fr"/></font></div>
<div> </div>
<div><font face="Arial" size="2">Then just use one code {we use *98)
to check voicemail. Justed tested this and it does work also.
So I guess this makes it seamless.</font></div>
<div> </div>
<div><font face="Arial" size="2">Darcy</font></div>
<div style="FONT: 10pt arial">----- Original Message ----- </div>
<div style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color:
black"><b>From:</b> <a title="fs@voice2net.ca"
href="mailto:fs@voice2net.ca">Darcy Primrose</a> </div>
<div style="FONT: 10pt arial"><b>To:</b> <a
title="freeswitch-users@lists.freeswitch.org"
href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH
Users Help</a> </div>
<div style="FONT: 10pt arial"><b>Sent:</b> Monday, July 28, 2014
4:40 PM</div>
<div style="FONT: 10pt arial"><b>Subject:</b> Re: [Freeswitch-users]
multiple languages</div>
<div><br>
</div>
<div><font face="Arial" size="2">I inserted it in three places.
First for the IVR, following is a portion of the dialplan that
calls the ivr</font></div>
<div> </div>
<div><font face="Arial" size="2"><condition
field="${are_we_open}" expression="^Yes$"><br>
<action application="set"
data="hangup_after_bridge=true"/><br>
<action application="set" data="default_language=fr"/><br>
<action application="answer"/><br>
<action application="sleep" data="1000"/><br>
<action application="ivr"
data="61_domain.mydomain.ca"/><br>
<action application="transfer" data="820 XML
domain.mydomain.ca"/><br>
<anti-action application="transfer" data="20 XML
domain.mydomain"/><br>
</condition></font></div>
<div> </div>
<div><font face="Arial" size="2">So I use two IVRs, one for english,
1 for french.</font></div>
<div> </div>
<div><font face="Arial" size="2">Then for inbound voice mail - this
is for extension 28 in its dialplan</font></div>
<div><font face="Arial" size="2"> <action
application="bridge"
data=<a class="moz-txt-link-rfc2396E" href="mailto:{sip_invite_domain=domain.mydomain.ca,presence_id=28@domain.mydomain.ca}user/28@domain.mydomain.ca">"{sip_invite_domain=domain.mydomain.ca,presence_id=28@domain.mydomain.ca}user/28@domain.mydomain.ca"</a>/><br>
<action application="set"
data="default_language=fr"/><br>
<action application="answer"/><br>
<action application="sleep" data="1000"/><br>
<action application="voicemail" data="default
domain.mydomain.ca 28"/></font></div>
<div> </div>
<div><font face="Arial" size="2">Then for checking voicemail we use
two codes currently, I haven't investigated this far enough to
make it seamless, we had a customer to get going:</font></div>
<div><font face="Arial" size="2"> <extension name="vmain"><br>
<condition field="destination_number"
expression="^vmain$|^4001$|^\*99$"><br>
<action application="set" data="default_language=fr"/><br>
<action application="answer"/><br>
<action application="set"
data="vm_announce_cid=ivr/ivr-this_is_a_call_from.wav"/> <br>
<action application="sleep" data="1000"/><br>
<action application="voicemail" data="check
default domain.mydomain.ca ${sip_from_user}"/><br>
</condition><br>
</extension></font></div>
<div> </div>
<div><font face="Arial" size="2">But the real key thing is to follow
the instructions 100% on the following link, </font></div>
<div><font face="Arial" size="2"><a
href="http://wiki.freeswitch.org/wiki/Mod_cepstral#libswift.so">http://wiki.freeswitch.org/wiki/Mod_cepstral#libswift.so</a>.</font></div>
<div> </div>
<div><font face="Arial" size="2">And you have to purchase licenses
to make it fully functional, but you get a courtesy make to let
you know you have the correct language working.</font></div>
<div> </div>
<div><font face="Arial" size="2">It is not 100% multilingual, but it
is by all means acceptable. Hope this helps some.</font></div>
<div> </div>
<div><font face="Arial" size="2">Darcy</font></div>
<div> </div>
<div> </div>
<div> </div>
<br>
</body>
</html>