<div dir="auto"><div>Dear Joseph, thanks for the reply, the password is not real, but you're right, I should have deleted the field, it is not necessary. As for the solution I will try and answer the results, thanks<br><div class="gmail_extra"><br><div class="gmail_quote">El 9 sep. 2017 9:38 AM, "Joseph Waite" <<a href="mailto:joelists@tm.net.uk">joelists@tm.net.uk</a>> escribió:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Ok<div><br></div><div>Firstly, you should always redact and sensitive parts of config files before posting to a public user group. And Hacker now has the access credential for your radius server, I would advise changing the password immediately.</div><div>This line should have had the IP and password blanked out      <param name="authserver" value="<a href="http://170.84.252.34:1812">170.84.252.34:1812</a>:<wbr>J79RSaEh5dswcGdffyP5rg4u”/></div><div><br></div><div>In regards to the issue your having, I would be surprised if it is actually an issue with the radius module as Dmitriy suggests and would suspect that it is the way FS passes the 2 different values used. If you compare the radius packet in your original email, with the radius config file, dst-number-in is using FS variable <span style="background-color:rgb(255,255,255)">sip_to_user with a secondary of </span><span style="background-color:rgb(255,255,255)">dialed_extension which is passing the information correctly in the radius packet, however both </span><span style="background-color:rgb(255,255,255)">Called-Station-Id & </span><span style="background-color:rgb(255,255,255)">dst-number-out are using </span><span style="background-color:rgb(255,255,255)">dialed_extension as the variable. A check of the values of the variables at the relevant time would confirm. </span></div><div><span style="background-color:rgb(255,255,255)">Assuming I’m correct above the following change should resolve the issue for you.</span></div><div><span style="background-color:rgb(255,255,255)">In the xml_radius config file change the following line</span></div><div class="quoted-text"><div><span style="background-color:rgb(255,255,255)"> <param vendor="Cisco" name="Cisco-AVPair" variable="destination_number" format="dst-number-out=%s”/></span></div></div><div><span style="background-color:rgb(255,255,255)">to look like this</span></div><div><span style="background-color:rgb(255,255,255)"> <param vendor="Cisco" name="Cisco-AVPair" </span><span style="background-color:rgb(255,255,255)">variable="<wbr>sip_to_user</span><span style="background-color:rgb(255,255,255)">” secondary_</span><span style="background-color:rgb(255,255,255)">variabl<wbr>e="destination_number" format="dst-number-out=%s”/></span></div><div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)">Also if you need the same for the Called-Station-Id the change the following line</span></div><div class="quoted-text"><div><span style="background-color:rgb(255,255,255)"> <param name="Called-Station-Id" variable="destination_number" format="%s"/>     </span><br></div></div><div><span style="background-color:rgb(255,255,255)">to look like</span></div><div><div><span style="background-color:rgb(255,255,255)"> <param name="Called-Station-Id" </span><span style="background-color:rgb(255,255,255)">varia<wbr>ble="sip_to_user</span><span style="background-color:rgb(255,255,255)">” secondary_</span><span style="background-color:rgb(255,255,255)">va<wbr>riable="destination_number"</span><span style="background-color:rgb(255,255,255)"> <wbr>format="%s"/>     </span></div></div><div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)">Hope this helps.</span></div><div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)">Regards</span></div><div><div><blockquote type="cite"><div class="elided-text"><div>On 6 Sep 2017, at 18:39, Phonecall SRL - Nicolas Paleari <<a href="mailto:npaleari@phonecallsrl.com.ar" target="_blank">npaleari@phonecallsrl.com.ar</a>> wrote:</div><br class="m_890999360391304777Apple-interchange-newline"></div><div>
  
    
  
  <div text="#000000" bgcolor="#FFFFFF"><div class="elided-text"><p>Hi, copy the contents of the file:</p><p> <configuration name="xml_radius.conf" description="Radius XML
      Gateway"><br>
        <auth_invite><br>
          <connection name="jerasoft_vcs"><br>
            <param name="authserver"
      value="<a href="http://170.84.252.34:1812">170.84.252.34:1812</a>:<wbr>J79RSaEh5dswcGdffyP5rg4u"/><br>
            <param name="radius_timeout" value="10"/><br>
            <param name="radius_retries" value="2"/><br>
            <param name="radius_deadtime" value="0"/><br>
            <param name="dictionary"
      value="/usr/local/freeswitch/<wbr>conf/dictionaries/dictionary"/<wbr>><br>
            <param name="seqfile"
      value="/var/run/freeswitch/<wbr>radius.seq"/><br>
          </connection><br>
          <fields><br>
            <param vendor="Cisco" name="Cisco-AVPair" variable="ip"
      format="src-gw-ip=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" format="src-gw-name=%s"/><br>
            <param vendor="Cisco" name="h323-conf-id"
      variable="Core-UUID" format="%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair" variable="ip"
      format="request-type=number"/><br>
            <param name="Called-Station-Id" variable="sip_to_user"
      format="%s"/><br>
            <param name="Calling-Station-Id" variable="sip_from_user"
      format="%s"/><br>
            <param name="User-Name" variable="sip_from_user"
      format="%s"/><br>
            <param name="Digest-Response"
      variable="sip_auth_response" format="%s"/><br>
            <param name="Digest-Realm" variable="sip_auth_realm"
      format="%s"/><br>
            <param name="Digest-Nonce" variable="sip_auth_nonce"
      format="%s"/><br>
            <param name="Digest-Username"
      variable="sip_auth_username" format="%s"/> <br>
            <param name="Digest-URI" variable="sip_auth_uri"
      format="%s"/><br>
            <param name="Digest-Method" variable="sip_auth_method"
      format="%s"/><br>
            <param name="Digest-Algorithm" variable="sip_auth_method"
      format="MD5"/><br>
            <param name="Digest-Qop" variable="sip_auth_qop"
      format="%s"/><br>
            <param name="Digest-CNonce" variable="sip_auth_cnonce"
      format="%s"/><br>
            <param name="Digest-Nonce-Count" variable="sip_auth_nc"
      format="%s"/> <br>
          </fields><br>
        </auth_invite><br>
        <auth_reg><br>
          <connection name="jerasoft_vcs"><br>
            <param name="authserver"
      value="<a href="http://170.84.252.34:1812">170.84.252.34:1812</a>:<wbr>J79RSaEh5dswcGdffyP5rg4u"/><br>
            <param name="radius_timeout" value="10"/><br>
            <param name="radius_retries" value="2"/><br>
            <param name="radius_deadtime" value="0"/><br>
            <param name="dictionary"
      value="/usr/local/freeswitch/<wbr>conf/dictionaries/dictionary"/<wbr>><br>
            <param name="seqfile"
      value="/var/run/freeswitch/<wbr>radius.seq"/><br>
          </connection><br>
          <fields><br>
            <param vendor="Cisco" name="Cisco-AVPair" variable="ip"
      format="request-type=user"/><br>
            <param vendor="Cisco" name="Cisco-AVPair" variable="ip"
      format="src-gw-ip=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" format="src-gw-name=%s"/><br>
            <param name="User-Name" variable="sip_from_user"
      format="%s"/><br>
            <param name="Digest-Response"
      variable="sip_auth_response" format="%s"/><br>
            <param name="Digest-Realm" variable="sip_auth_realm"
      format="%s"/><br>
            <param name="Digest-Nonce" variable="sip_auth_nonce"
      format="%s"/><br>
            <param name="Digest-Username"
      variable="sip_auth_username" format="%s"/><br>
            <param name="Digest-URI" variable="sip_auth_uri"
      format="%s"/><br>
            <param name="Digest-Method" variable="sip_auth_method"
      format="%s"/><br>
            <param name="Digest-Algorithm" variable="sip_auth_method"
      format="MD5"/><br>
            <param name="Digest-Qop" variable="sip_auth_qop"
      format="%s"/><br>
            <param name="Digest-CNonce" variable="sip_auth_cnonce"
      format="%s"/><br>
            <param name="Digest-Nonce-Count" variable="sip_auth_nc"
      format="%s"/><br>
          </fields><br>
        </auth_reg><br>
        <auth_app><br>
          <connection name="jerasoft_vcs"><br>
            <param name="authserver"
      value="<a href="http://170.84.252.34:1812">170.84.252.34:1812</a>:<wbr>J79RSaEh5dswcGdffyP5rg4u"/><br>
            <param name="radius_timeout" value="10"/><br>
            <param name="radius_retries" value="2"/><br>
            <param name="radius_deadtime" value="0"/><br>
            <param name="dictionary"
      value="/usr/local/freeswitch/<wbr>conf/dictionaries/dictionary"/<wbr>><br>
            <param name="seqfile"
      value="/var/run/freeswitch/<wbr>radius.seq"/><br>
          </connection><br>
          <fields><br>
            <param vendor="Cisco" name="h323-conf-id"
      variable_secondary="uuid" variable="originating_leg_<wbr>uuid"
      format="%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair" variable="uuid"
      format="h323-call-id=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_network_ip" format="src-gw-ip=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" format="src-gw-name=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" format="src-number-in=%s" /><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_user" format="dst-number-in=%s" /><br>
            <param name="Called-Station-Id" variable="sip_to_user"
      format="%s"/><br>
            <param name="Calling-Station-Id" variable="sip_from_user"
      format="%s"/><br>
          </fields><br>
        </auth_app><br>
        <acct_start><br>
          <connection name="jerasoft_vcs"><br>
            <param name="acctserver"
      value="<a href="http://170.84.252.34:1813">170.84.252.34:1813</a>:<wbr>J79RSaEh5dswcGdffyP5rg4u"/><br>
            <param name="radius_timeout" value="10"/><br>
            <param name="radius_retries" value="0"/><br>
            <param name="radius_deadtime" value="0"/><br>
            <param name="dictionary"
      value="/usr/local/freeswitch/<wbr>conf/dictionaries/dictionary"/<wbr>><br>
            <param name="seqfile"
      value="/var/run/freeswitch/<wbr>radius.seq"/><br>
          </connection><br>
          <fields><br>
            <param vendor="Cisco" name="h323-call-origin"
      variable="h323-call-origin" default="answer" format="%s"/><br>
            <param vendor="Cisco" name="h323-conf-id"
      variable_secondary="uuid" variable="originating_leg_<wbr>uuid"
      format="%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair" variable="uuid"
      format="h323-call-id=%s"/><br>
            <br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_contact_host" format="src-gw-ip=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-gw-name=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-number-in=%s" /><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-number-out=%s" /><br>
            <param name="Calling-Station-Id" variable="sip_from_user"
      variable_secondary="ani" format="%s"/><br>
            <br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_host" format="dst-gw-ip=%s"/>  <br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="destination_number" format="dst-gw-name=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_user" format="dst-number-in=%s" /><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="destination_number" format="dst-number-out=%s" /><br>
            <param name="Called-Station-Id"
      variable="destination_number" format="%s"/><br>
            <br>
            <param vendor="Cisco" name="h323-setup-time"/><br>
          </fields><br>
        <conditions><br>
          <condition><br>
            <param var="sip_to_host" regex="^127\.0\.0\.1"
      anti="true"/><br>
          </condition><br>
        </conditions><br>
        </acct_start><br>
        <acct_end><br>
          <connection name="jerasoft_vcs"><br>
            <param name="acctserver"
      value="<a href="http://170.84.252.34:1813">170.84.252.34:1813</a>:<wbr>J79RSaEh5dswcGdffyP5rg4u"/><br>
            <param name="radius_timeout" value="10"/><br>
            <param name="radius_retries" value="0"/><br>
            <param name="radius_deadtime" value="0"/><br>
            <param name="dictionary"
      value="/usr/local/freeswitch/<wbr>conf/dictionaries/dictionary"/<wbr>><br>
            <param name="seqfile"
      value="/var/run/freeswitch/<wbr>radius.seq"/><br>
          </connection><br>
          <fields><br>
            <param vendor="Cisco" name="h323-call-origin"
      variable="h323-call-origin" default="answer" format="%s"/><br>
            <param vendor="Cisco" name="h323-conf-id"
      variable_secondary="uuid" variable="originating_leg_<wbr>uuid"
      format="%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair" variable="uuid"
      format="h323-call-id=%s"/><br>
            <br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_contact_host" format="src-gw-ip=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-gw-name=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-number-in=%s" /><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-number-out=%s" /><br>
            <param name="Calling-Station-Id" variable="sip_from_user"
      variable_secondary="ani" format="%s"/><br>
      <br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_host" format="dst-gw-ip=%s"/>  <br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_user" variable_secondary="dialed_<wbr>extension"
      format="dst-gw-name=%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_user" variable_secondary="dialed_<wbr>extension"
      format="dst-number-in=%s" /><br>
            <param name="Called-Station-Id"
      variable="destination_number" format="%s"/>     <br>
            <param vendor="Cisco" name="h323-setup-time"/><br>
            <param vendor="Cisco" name="h323-connect-time"/><br>
            <param vendor="Cisco" name="h323-disconnect-time"/><br>
            <param vendor="Cisco" name="h323-disconnect-cause"/><br>
            <param name="Acct-Session-Time" variable="billsec"
      format="%s"/><br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable_secondary="<wbr>progresssec" variable="progress_mediasec"
      format="pdd-time=%s"/><br>
            <br>
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="destination_number" format="dst-number-out=%s"/><br>
          </fields><br>
       
<conditions>                  <wbr>                              <wbr>                              <wbr>                              <wbr>                              <wbr> 
      <br>
          <condition><br>
            <param var="sip_to_host" regex="^170\.84\.252\.34"
      anti="true"/><br>
          </condition><br>
        </conditions><br>
        </acct_end><br>
      </configuration><br>
    </p>
    </div><div class="m_890999360391304777moz-signature">Best regards<br>
      <span id="m_890999360391304777cid:part1.4CDD6F17.C2645EB2@phonecallsrl.com.ar"><Firma Nico Phonecall_new.jpg></span></div><div class="elided-text">
    <div class="m_890999360391304777moz-cite-prefix">El 6/9/2017 a las 11:59 a. m., Jospeh
      Waite escribió:<br>
    </div>
    <blockquote type="cite">
      
      Could you supply a copy of your xml_radius.conf.xml?
      <div><br>
      </div>
      <div>Might have a clue in there.<br>
        <div>
          <blockquote type="cite">
            <div>On 6 Sep 2017, at 12:03, Nicolas Paleari <<a href="mailto:npaleari@phonecallsrl.com.ar" target="_blank">npaleari@phonecallsrl.com.ar</a>>
              wrote:</div>
            <br class="m_890999360391304777Apple-interchange-newline">
            <div>
              <div dir="auto">Hello, change does Freeswitch, I
                understand why it does a coding, I need to receive #,
                this is how the carrier calls waiting</div>
              <div class="gmail_extra"><br>
                <div class="gmail_quote">El 6 sep. 2017 7:08 AM, "Joseph
                  Waite" <<a href="mailto:joelists@tm.net.uk" target="_blank">joelists@tm.net.uk</a>>
                  escribió:<br type="attribution">
                  <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                    <div dir="auto">
                      <div>I'm your radius config are you using
                        the same variable to set both?</div>
                      <div id="m_890999360391304777m_3420918769942682619AppleMailSignature"><br>
                      </div>
                      <div id="m_890999360391304777m_3420918769942682619AppleMailSignature">If not and they will always be the
                        same, may be worth trying changing to use the
                        same. That way can figure out if it's the radius
                        module or freeswitch making the change.<br>
                        <br>
                        Joe Waite</div>
                      <div><br>
                        On 5 Sep 2017, at 14:22, Nicolas Paleari <<a href="mailto:npaleari@phonecallsrl.com.ar" target="_blank">npaleari@phonecallsrl.com.ar</a>>
                        wrote:<br>
                        <br>
                      </div>
                      <blockquote type="cite">
                        <div>
                          <div dir="ltr"><p style="font-size:12.8px">Friends,
                              I need help, I get incorrect information
                              in the stop packet of raduis that sends
                              freeswitch, in the field dst-number-out
                              the number has %23 instead of #, I do not
                              understand why it replaces it,<font size="2" face="Verdana, Arial,
                                Helvetica">dst-number-out</font> should
                              be equal to field dst-number-in = 492482 #
                              541151995330<br>
                              Send stop package where you see the
                              problem:<br>
                            </p><p style="font-size:12.8px"><br>
                            </p><p style="font-size:12.8px"><font size="2" face="Verdana, Arial,
                                Helvetica">[2017-09-01 19:03:46,119]
                                DEBUG WORKER 38 -
                                [pkt#175515/ACCT-STOP] <br>
                                --- START: [pkt#175515/ACCT-STOP]
                                ------------------------------<wbr>--------<br>
                                pdd-time => 0<br>
                                called-station-id =>
                                492482%23541151995330<br>
                                nas-port => 0<br>
                                dst-number-out =>
                                492482%23541151995330<br>
                                h323-conf-id =>
                                cd0f2a0d-4b7f-414c-b5be-d1b937<wbr>a414db<br>
                                h323-setup-time =>
                                2017-09-01T15:03:36.328927-040<wbr>0<br>
                                acct-status-type => Stop<br>
                                h323-disconnect-cause => 10<br>
                                dst-gw-ip => 190.210.240.37<br>
                                h323-disconnect-time =>
                                2017-09-01T15:03:43.929039-040<wbr>0<br>
                                h323-call-id =>
                                7a34a7be-d643-4f82-a66a-cd1eb0<wbr>658b6c<br>
                                src-gw-ip => 190.210.240.37<br>
                                dst-number-in => 492482#541151995330<br>
                                h323-call-origin => originate<br>
                                nas-ip-address => 107.170.35.75<br>
                                src-number-in => 7680858053<br>
                                dst-gw-name => 492482#541151995330<br>
                                h323-connect-time =>
                                2017-09-01T15:03:38.268917-040<wbr>0<br>
                                src-gw-name => 7680858053<br>
                                acct-session-time => 5<br>
                                acct-delay-time => 0<br>
                                src-number-out => 7680858053<br>
                                calling-station-id => 7680858053<br>
                                --- END: [pkt#175515/ACCT-STOP]
                                ------------------------------<wbr>--------</font></p><p style="font-size:12.8px"><font size="2" face="Verdana, Arial,
                                Helvetica">I hope you can help me</font></p>
                            <font size="2" face="Verdana,
                              Arial, Helvetica">Thank you</font><br>
                          </div>
                          <div id="m_890999360391304777m_3420918769942682619DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
                            <table style="border-top:1px solid #d3d4de">
                              <tbody>
                                <tr>
                                  <td style="width:55px;padding-top:18px"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" style="width:46px;height:29px" height="29" width="46"></a></td>
                                  <td style="width:470px;padding-top:17px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Libre de virus. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" style="color:#4453ea" target="_blank">www.avast.com</a>
                                  </td>
                                </tr>
                              </tbody>
                            </table>
                          </div>
                        </div>
                      </blockquote>
                      <blockquote type="cite">
                        <div><span>______________________________<wbr>______________________________<wbr>_____________</span><br>
                          <span>Professional FreeSWITCH
                            Consulting Services:</span><br>
                          <span><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a></span><br>
                          <span><a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions<wbr>.com</a></span><br>
                          <span></span><br>
                          <span>Official FreeSWITCH Sites</span><br>
                          <span><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a></span><br>
                          <span><a href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.o<wbr>rg</a></span><br>
                          <span><a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a></span><br>
                          <span></span><br>
                          <span>FreeSWITCH-users mailing list</span><br>
                          <span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a></span><br>
                          <span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a></span><br>
                          <span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a></span><br>
                          <span><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a></span></div>
                      </blockquote>
                    </div>
                    <br>
                    ______________________________<wbr>______________________________<wbr>_____________<br>
                    Professional FreeSWITCH Consulting Services:<br>
                    <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
                    <a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank">http://www.freeswitchsolutions<wbr>.com</a><br>
                    <br>
                    Official FreeSWITCH Sites<br>
                    <a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
                    <a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank">http://confluence.freeswitch.o<wbr>rg</a><br>
                    <a href="http://www.cluecon.com/" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
                    <br>
                    FreeSWITCH-users mailing list<br>
                    <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswi<wbr>tch.org</a><br>
                    <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/ma<wbr>ilman/listinfo/freeswitch-user<wbr>s</a><br>
                    UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.frees<wbr>witch.org/mailman/options/<wbr>freeswitch-users</a><br>
                    <a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
                  </blockquote>
                </div>
              </div>
______________________________<wbr>______________________________<wbr>_____________<br>
              Professional FreeSWITCH Consulting Services:<br>
              <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
              <a class="m_890999360391304777moz-txt-link-freetext" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
              <br>
              Official FreeSWITCH Sites<br>
              <a class="m_890999360391304777moz-txt-link-freetext" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
              <a class="m_890999360391304777moz-txt-link-freetext" href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
              <a class="m_890999360391304777moz-txt-link-freetext" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
              <br>
              FreeSWITCH-users mailing list<br>
              <a class="m_890999360391304777moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
<a class="m_890999360391304777moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
UNSUBSCRIBE:<a class="m_890999360391304777moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
              <a class="m_890999360391304777moz-txt-link-freetext" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a></div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="m_890999360391304777mimeAttachmentHeader"></fieldset>
      <br>
      <pre>______________________________<wbr>______________________________<wbr>_____________
Professional FreeSWITCH Consulting Services:
<a class="m_890999360391304777moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a class="m_890999360391304777moz-txt-link-freetext" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.<wbr>freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a class="m_890999360391304777moz-txt-link-freetext" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>
<a class="m_890999360391304777moz-txt-link-freetext" href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.<wbr>org</a>
<a class="m_890999360391304777moz-txt-link-freetext" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="m_890999360391304777moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.<wbr>freeswitch.org</a>
<a class="m_890999360391304777moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a>
UNSUBSCRIBE:<a class="m_890999360391304777moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a>
<a class="m_890999360391304777moz-txt-link-freetext" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a></pre>
    </blockquote>
    <br>
  </div></div><div class="elided-text">

______________________________<wbr>______________________________<wbr>_____________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br><a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.<wbr>org</a><br><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div></div></blockquote></div><br></div></div><br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div></div></div>