<!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>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><FONT size=2 face=Arial></FONT>&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><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Darcy</FONT></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">----- 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><FONT size=2 face=Arial></FONT>&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><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial>So I use two IVRs, one for english, 1 for 
  french.</FONT></DIV>
  <DIV><FONT size=2 face=Arial></FONT>&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="{sip_invite_domain=domain.mydomain.ca,presence_id=28@domain.mydomain.ca}user/28@domain.mydomain.ca"/&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><FONT size=2 face=Arial></FONT>&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><FONT size=2 face=Arial></FONT>&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><FONT size=2 face=Arial></FONT>&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><FONT size=2 face=Arial></FONT>&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><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><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
  <DIV><FONT size=2 face=Arial></FONT>&nbsp;</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">----- Original Message ----- </DIV>
    <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 3:51 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] 
    multiple languages</DIV>
    <DIV><BR></DIV>Hi Darcy,<BR><BR>I am trying to configure my voicemail to be 
    in French too without success.<BR>Where did you put the line : <FONT 
    face=Arial><FONT size=3>&lt;action application="set" 
    data="default_language=fr"/&gt;&nbsp; ?<BR>I added it in the 
    dialplan/default.xml (extension "Local_Extension"&nbsp; that has the line 
    &lt;condition field="destination_number" 
    expression="^(10[01][0-9])$"&gt;)<BR><SMALL><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    &lt;action application="bridge" 
    data="user/${dialed_extension}@${domain_name}"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B> 
    &lt;action application="set" 
    data="default_language=fr"/&gt;</B><BR>&nbsp;&nbsp;&nbsp;&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="bridge" data="loopback/app=voicemail:default ${domain_name} 
    ${dialed_extension}"/&gt;</SMALL><BR><BR><BR>But I still get the voicemail 
    in english<BR><BR><BR>Thanks,<BR><BR><BR></FONT></FONT><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>Chris 
          Tunbridge <A class=moz-txt-link-rfc2396E 
          href="mailto:blasterjr@gmail.com">&lt;blasterjr@gmail.com&gt;</A></TD></TR>
      <TR>
        <TD>
          <DIV style="DISPLAY: inline" class=headerdisplayname>Date: 
          </DIV>07/28/2014 01:27 AM</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 dir=ltr>Glad i could point you in the right 
    direction.<BR></DIV><BR><BR>On Sun, Jul 27, 2014 at 9:13 PM, Darcy Primrose 
    <SPAN dir=ltr>&lt;<A href="mailto:fs@voice2net.ca" 
    target=_blank>fs@voice2net.ca</A>&gt;</SPAN> wrote:<BR>
    <DIV><FONT face=Arial>Chris, ignore the last message, I had an english 
    message forced, it is working correctly.&nbsp; Thank you again for your 
    assistance.</FONT></DIV><SPAN class=HOEnZb><FONT color=#888888>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial>Darcy</FONT></DIV></FONT></SPAN>
    <DIV>
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A 
    title=fs@voice2net.ca href="mailto:fs@voice2net.ca" target=_blank>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" target=_blank>FreeSWITCH 
    Users Help</A> </DIV></DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, July 27, 2014 11:03 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] 
    multiple languages</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial>Chris, thank you,&nbsp; I now get french or english on 
    the voicemail depending on the endpoint setting.&nbsp; However, I still do 
    not get French on the IVR, If I can solve that, I am in great shape, any 
    ideas what I might be missing.&nbsp; Your help with this is very much 
    appreciated.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial>Darcy</FONT></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>
  <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>