<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I'm trying to set up my first FreeSWITCH server but I don't know
    where to set the default language corresponding to the following
    line in conf/dialplan/default.xml :<br>
    <br>
    <blockquote type="cite">&lt;extension name="Local_Extension"&gt;<br>
      &#8230;<br>
      &lt;action application="bridge"
      data="loopback/app=voicemail:default ${domain_name}
      ${dialed_extension}"/&gt;<br>
      &#8230;<br>
      &lt;/extension&gt;</blockquote>
    <br>
    I have tried this :<br>
    <br>
    <blockquote type="cite">&lt;extension name="Local_Extension"&gt;<br>
      &#8230;<br>
      <b>&lt;action application="set" data="default_language=fr"/&gt;</b><br>
      &#8230;<br>
      &lt;action application="bridge"
      data="loopback/app=voicemail:default ${domain_name}
      ${dialed_extension}"/&gt;<br>
      &#8230;<br>
      &lt;/extension&gt;</blockquote>
    <br>
    From what I have understood it is normal that it doesn't work as the
    bridge to a loopback would use it's own settings, but I don't have a
    clue where to set it of app=voicemail<br>
    <br>
    Is there a way to set the default language per SIP connection ?<br>
    <br>
    I have got an english and a french SIP line and would like to make
    calls going to the english line have english instructions for
    leaving a message on the voicemail and the calls to the french line
    to have french instructions for leaving a message on the voicemail.<br>
    <br>
    Thank you<br>
    <br>
    Richard<br>
  </body>
</html>