<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?&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" 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">&lt;fs@voice2net.ca&gt;</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">&lt;freeswitch-users@lists.freeswitch.org&gt;</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">&lt;variable
        name="default_language" value="fr"/&gt;</font></div>
    <div>&nbsp;</div>
    <div><font face="Arial" size="2">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 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&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 face="Arial" size="2">&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 face="Arial" size="2">So I use two IVRs, one for english,
        1 for french.</font></div>
    <div>&nbsp;</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">&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 face="Arial" size="2">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 face="Arial" size="2">&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 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>&nbsp;</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>&nbsp;</div>
    <div><font face="Arial" size="2">It is not 100% multilingual, but it
        is by all means acceptable.&nbsp; Hope this helps some.</font></div>
    <div>&nbsp;</div>
    <div><font face="Arial" size="2">Darcy</font></div>
    <div>&nbsp;</div>
    <div>&nbsp;</div>
    <div>&nbsp;</div>
    <br>
  </body>
</html>