<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=ISO-8859-1" http-equiv=content-type>
<META name=GENERATOR content="MSHTML 8.00.6001.23588">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff text=#000000>
<DIV><FONT size=2 face=Arial>Vous êtes la bienvenue.&nbsp; Yes, you do need to 
have cepstral installed to make the French work on top of the english.&nbsp; 
single channel is 100 plus 40 for the voice, kind of steep for a home 
setup.&nbsp; You could play with an ivr for the voice mail and use the record 
application.&nbsp; You can download the french recordings for freeswitch for 
free, and you could record some of your own greetings, we were doing that for a 
while and it worked quite well.&nbsp; There are lots of text to speech on lines 
aps out there to record customer messages if need be.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Darcy</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV>----- Original Message ----- </DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=neo.haux@gmx.com href="mailto:neo.haux@gmx.com">Neo Haux</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@lists.freeswitch.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, July 28, 2014 5:29 PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] multiple 
  languages</DIV>
  <DIV><BR></DIV>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?&nbsp; 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 border=0 cellSpacing=0 cellPadding=0 width="100%">
    <TBODY>
    <TR>
      <TD>
        <DIV style="DISPLAY: inline" class=headerdisplayname>Subject: </DIV>Re: 
        [Freeswitch-users] multiple languages</TD></TR>
    <TR>
      <TD>
        <DIV style="DISPLAY: inline" class=headerdisplayname>From: </DIV>"Darcy 
        Primrose" <A class=moz-txt-link-rfc2396E 
        href="mailto:fs@voice2net.ca">&lt;fs@voice2net.ca&gt;</A></TD></TR>
    <TR>
      <TD>
        <DIV style="DISPLAY: inline" class=headerdisplayname>Date: 
        </DIV>07/28/2014 04:46 PM</TD></TR></TBODY></TABLE>
  <TABLE class=header-part2 border=0 cellSpacing=0 cellPadding=0 width="100%">
    <TBODY>
    <TR>
      <TD>
        <DIV style="DISPLAY: inline" class=headerdisplayname>To: 
        </DIV>"FreeSWITCH Users Help" <A class=moz-txt-link-rfc2396E 
        href="mailto:freeswitch-users@lists.freeswitch.org">&lt;freeswitch-users@lists.freeswitch.org&gt;</A></TD></TR></TBODY></TABLE><BR>
  <DIV><FONT size=2 face=Arial>On more item on this that makes it simpler, in 
  the directory you can set the variable</FONT></DIV>
  <DIV><FONT size=2 face=Arial>&lt;variable name="default_language" 
  value="fr"/&gt;</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>Then just use one code {we use *98) to check 
  voicemail.&nbsp; Justed tested this and it does work also.&nbsp; So I guess 
  this makes it seamless.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>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 size=2 face=Arial>I inserted it in&nbsp;three places.&nbsp; First 
  for the IVR,&nbsp; following is a portion of the dialplan that calls the 
  ivr</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>&lt;condition field="${are_we_open}"&nbsp; 
  expression="^Yes$"&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;action application="set" 
  data="hangup_after_bridge=true"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;action 
  application="set" 
  data="default_language=fr"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;action 
  application="answer"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;action application="sleep" 
  data="1000"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;action application="ivr" 
  data="61_domain.mydomain.ca"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;action 
  application="transfer" data="820 XML domain.mydomain.ca"/&gt;<BR>&nbsp;&nbsp; 
  &lt;anti-action application="transfer" data="20 XML 
  domain.mydomain"/&gt;<BR>&lt;/condition&gt;</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>So I use two IVRs, one for english, 1 for 
  french.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>Then for inbound voice mail - this is for 
  extension 28 in its dialplan</FONT></DIV>
  <DIV><FONT size=2 face=Arial>&nbsp;&nbsp;&nbsp;&nbsp; &lt;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>/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;action application="set" 
  data="default_language=fr"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;action 
  application="answer"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;action application="sleep" 
  data="1000"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action 
  application="voicemail" data="default domain.mydomain.ca 28"/&gt;</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>Then for checking voicemail we use two codes 
  currently, I haven't investigated this far enough&nbsp; to make it seamless, 
  we had a customer to get going:</FONT></DIV>
  <DIV><FONT size=2 face=Arial>&nbsp;&nbsp;&nbsp; &lt;extension 
  name="vmain"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition 
  field="destination_number" 
  expression="^vmain$|^4001$|^\*99$"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;action 
  application="set" data="default_language=fr"/&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action 
  application="answer"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;action application="set" 
  data="vm_announce_cid=ivr/ivr-this_is_a_call_from.wav"/&gt;&nbsp;&nbsp;&nbsp; 
  <BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action 
  application="sleep" data="1000"/&gt;<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="voicemail" data="check 
  default&nbsp;domain.mydomain.ca 
  ${sip_from_user}"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>But the real key thing is to follow the 
  instructions 100% on the following link, </FONT></DIV>
  <DIV><FONT size=2 face=Arial><A 
  href="http://wiki.freeswitch.org/wiki/Mod_cepstral#libswift.so">http://wiki.freeswitch.org/wiki/Mod_cepstral#libswift.so</A>.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>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>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>It is not 100% multilingual, but it is by all 
  means acceptable.&nbsp; Hope this helps some.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>Darcy</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV><BR>
  <P>
  <HR>

  <P></P>_________________________________________________________________________<BR>Professional 
  FreeSWITCH Consulting 
  Services:<BR>consulting@freeswitch.org<BR>http://www.freeswitchsolutions.com<BR><BR>FreeSWITCH-powered 
  IP PBX: The CudaTel Communication 
  Server<BR>http://www.cudatel.com<BR><BR>Official FreeSWITCH 
  Sites<BR>http://www.freeswitch.org<BR>http://wiki.freeswitch.org<BR>http://www.cluecon.com<BR><BR>FreeSWITCH-users 
  mailing 
  list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org<BR></BLOCKQUOTE></BODY></HTML>