<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Ok<div class=""><br class=""></div><div class="">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 class="">This line should have had the IP and password blanked out      <param name="authserver" value="170.84.252.34:1812:J79RSaEh5dswcGdffyP5rg4u”/></div><div class=""><br class=""></div><div class="">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);" class="">sip_to_user with a secondary of </span><span style="background-color: rgb(255, 255, 255);" class="">dialed_extension which is passing the information correctly in the radius packet, however both </span><span style="background-color: rgb(255, 255, 255);" class="">Called-Station-Id & </span><span style="background-color: rgb(255, 255, 255);" class="">dst-number-out are using </span><span style="background-color: rgb(255, 255, 255);" class="">dialed_extension as the variable. A check of the values of the variables at the relevant time would confirm. </span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class="">Assuming I’m correct above the following change should resolve the issue for you.</span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class="">In the xml_radius config file change the following line</span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""> <param vendor="Cisco" name="Cisco-AVPair" variable="destination_number" format="dst-number-out=%s”/></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class="">to look like this</span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""> <param vendor="Cisco" name="Cisco-AVPair" </span><span style="background-color: rgb(255, 255, 255);" class="">variable="sip_to_user</span><span style="background-color: rgb(255, 255, 255);" class="">” secondary_</span><span style="background-color: rgb(255, 255, 255);" class="">variable="destination_number" format="dst-number-out=%s”/></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class="">Also if you need the same for the Called-Station-Id the change the following line</span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""> <param name="Called-Station-Id" variable="destination_number" format="%s"/>     </span><br class=""></div><div class=""><span style="background-color: rgb(255, 255, 255);" class="">to look like</span></div><div class=""><div class=""><span style="background-color: rgb(255, 255, 255);" class=""> <param name="Called-Station-Id" </span><span style="background-color: rgb(255, 255, 255);" class="">variable="sip_to_user</span><span style="background-color: rgb(255, 255, 255);" class="">” secondary_</span><span style="background-color: rgb(255, 255, 255);" class="">variable="destination_number"</span><span style="background-color: rgb(255, 255, 255);" class=""> format="%s"/>     </span></div></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class="">Hope this helps.</span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class="">Regards</span></div><div class=""><div><blockquote type="cite" class=""><div class="">On 6 Sep 2017, at 18:39, Phonecall SRL - Nicolas Paleari <<a href="mailto:npaleari@phonecallsrl.com.ar" class="">npaleari@phonecallsrl.com.ar</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class=""><p class="">Hi, copy the contents of the file:</p><p class=""><configuration name="xml_radius.conf" description="Radius XML
      Gateway"><br class="">
        <auth_invite><br class="">
          <connection name="jerasoft_vcs"><br class="">
            <param name="authserver"
      value="170.84.252.34:1812:J79RSaEh5dswcGdffyP5rg4u"/><br class="">
            <param name="radius_timeout" value="10"/><br class="">
            <param name="radius_retries" value="2"/><br class="">
            <param name="radius_deadtime" value="0"/><br class="">
            <param name="dictionary"
      value="/usr/local/freeswitch/conf/dictionaries/dictionary"/><br class="">
            <param name="seqfile"
      value="/var/run/freeswitch/radius.seq"/><br class="">
          </connection><br class="">
          <fields><br class="">
            <param vendor="Cisco" name="Cisco-AVPair" variable="ip"
      format="src-gw-ip=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" format="src-gw-name=%s"/><br class="">
            <param vendor="Cisco" name="h323-conf-id"
      variable="Core-UUID" format="%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair" variable="ip"
      format="request-type=number"/><br class="">
            <param name="Called-Station-Id" variable="sip_to_user"
      format="%s"/><br class="">
            <param name="Calling-Station-Id" variable="sip_from_user"
      format="%s"/><br class="">
            <param name="User-Name" variable="sip_from_user"
      format="%s"/><br class="">
            <param name="Digest-Response"
      variable="sip_auth_response" format="%s"/><br class="">
            <param name="Digest-Realm" variable="sip_auth_realm"
      format="%s"/><br class="">
            <param name="Digest-Nonce" variable="sip_auth_nonce"
      format="%s"/><br class="">
            <param name="Digest-Username"
      variable="sip_auth_username" format="%s"/> <br class="">
            <param name="Digest-URI" variable="sip_auth_uri"
      format="%s"/><br class="">
            <param name="Digest-Method" variable="sip_auth_method"
      format="%s"/><br class="">
            <param name="Digest-Algorithm" variable="sip_auth_method"
      format="MD5"/><br class="">
            <param name="Digest-Qop" variable="sip_auth_qop"
      format="%s"/><br class="">
            <param name="Digest-CNonce" variable="sip_auth_cnonce"
      format="%s"/><br class="">
            <param name="Digest-Nonce-Count" variable="sip_auth_nc"
      format="%s"/> <br class="">
          </fields><br class="">
        </auth_invite><br class="">
        <auth_reg><br class="">
          <connection name="jerasoft_vcs"><br class="">
            <param name="authserver"
      value="170.84.252.34:1812:J79RSaEh5dswcGdffyP5rg4u"/><br class="">
            <param name="radius_timeout" value="10"/><br class="">
            <param name="radius_retries" value="2"/><br class="">
            <param name="radius_deadtime" value="0"/><br class="">
            <param name="dictionary"
      value="/usr/local/freeswitch/conf/dictionaries/dictionary"/><br class="">
            <param name="seqfile"
      value="/var/run/freeswitch/radius.seq"/><br class="">
          </connection><br class="">
          <fields><br class="">
            <param vendor="Cisco" name="Cisco-AVPair" variable="ip"
      format="request-type=user"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair" variable="ip"
      format="src-gw-ip=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" format="src-gw-name=%s"/><br class="">
            <param name="User-Name" variable="sip_from_user"
      format="%s"/><br class="">
            <param name="Digest-Response"
      variable="sip_auth_response" format="%s"/><br class="">
            <param name="Digest-Realm" variable="sip_auth_realm"
      format="%s"/><br class="">
            <param name="Digest-Nonce" variable="sip_auth_nonce"
      format="%s"/><br class="">
            <param name="Digest-Username"
      variable="sip_auth_username" format="%s"/><br class="">
            <param name="Digest-URI" variable="sip_auth_uri"
      format="%s"/><br class="">
            <param name="Digest-Method" variable="sip_auth_method"
      format="%s"/><br class="">
            <param name="Digest-Algorithm" variable="sip_auth_method"
      format="MD5"/><br class="">
            <param name="Digest-Qop" variable="sip_auth_qop"
      format="%s"/><br class="">
            <param name="Digest-CNonce" variable="sip_auth_cnonce"
      format="%s"/><br class="">
            <param name="Digest-Nonce-Count" variable="sip_auth_nc"
      format="%s"/><br class="">
          </fields><br class="">
        </auth_reg><br class="">
        <auth_app><br class="">
          <connection name="jerasoft_vcs"><br class="">
            <param name="authserver"
      value="170.84.252.34:1812:J79RSaEh5dswcGdffyP5rg4u"/><br class="">
            <param name="radius_timeout" value="10"/><br class="">
            <param name="radius_retries" value="2"/><br class="">
            <param name="radius_deadtime" value="0"/><br class="">
            <param name="dictionary"
      value="/usr/local/freeswitch/conf/dictionaries/dictionary"/><br class="">
            <param name="seqfile"
      value="/var/run/freeswitch/radius.seq"/><br class="">
          </connection><br class="">
          <fields><br class="">
            <param vendor="Cisco" name="h323-conf-id"
      variable_secondary="uuid" variable="originating_leg_uuid"
      format="%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair" variable="uuid"
      format="h323-call-id=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_network_ip" format="src-gw-ip=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" format="src-gw-name=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" format="src-number-in=%s" /><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_user" format="dst-number-in=%s" /><br class="">
            <param name="Called-Station-Id" variable="sip_to_user"
      format="%s"/><br class="">
            <param name="Calling-Station-Id" variable="sip_from_user"
      format="%s"/><br class="">
          </fields><br class="">
        </auth_app><br class="">
        <acct_start><br class="">
          <connection name="jerasoft_vcs"><br class="">
            <param name="acctserver"
      value="170.84.252.34:1813:J79RSaEh5dswcGdffyP5rg4u"/><br class="">
            <param name="radius_timeout" value="10"/><br class="">
            <param name="radius_retries" value="0"/><br class="">
            <param name="radius_deadtime" value="0"/><br class="">
            <param name="dictionary"
      value="/usr/local/freeswitch/conf/dictionaries/dictionary"/><br class="">
            <param name="seqfile"
      value="/var/run/freeswitch/radius.seq"/><br class="">
          </connection><br class="">
          <fields><br class="">
            <param vendor="Cisco" name="h323-call-origin"
      variable="h323-call-origin" default="answer" format="%s"/><br class="">
            <param vendor="Cisco" name="h323-conf-id"
      variable_secondary="uuid" variable="originating_leg_uuid"
      format="%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair" variable="uuid"
      format="h323-call-id=%s"/><br class="">
            <br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_contact_host" format="src-gw-ip=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-gw-name=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-number-in=%s" /><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-number-out=%s" /><br class="">
            <param name="Calling-Station-Id" variable="sip_from_user"
      variable_secondary="ani" format="%s"/><br class="">
            <br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_host" format="dst-gw-ip=%s"/>  <br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="destination_number" format="dst-gw-name=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_user" format="dst-number-in=%s" /><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="destination_number" format="dst-number-out=%s" /><br class="">
            <param name="Called-Station-Id"
      variable="destination_number" format="%s"/><br class="">
            <br class="">
            <param vendor="Cisco" name="h323-setup-time"/><br class="">
          </fields><br class="">
        <conditions><br class="">
          <condition><br class="">
            <param var="sip_to_host" regex="^127\.0\.0\.1"
      anti="true"/><br class="">
          </condition><br class="">
        </conditions><br class="">
        </acct_start><br class="">
        <acct_end><br class="">
          <connection name="jerasoft_vcs"><br class="">
            <param name="acctserver"
      value="170.84.252.34:1813:J79RSaEh5dswcGdffyP5rg4u"/><br class="">
            <param name="radius_timeout" value="10"/><br class="">
            <param name="radius_retries" value="0"/><br class="">
            <param name="radius_deadtime" value="0"/><br class="">
            <param name="dictionary"
      value="/usr/local/freeswitch/conf/dictionaries/dictionary"/><br class="">
            <param name="seqfile"
      value="/var/run/freeswitch/radius.seq"/><br class="">
          </connection><br class="">
          <fields><br class="">
            <param vendor="Cisco" name="h323-call-origin"
      variable="h323-call-origin" default="answer" format="%s"/><br class="">
            <param vendor="Cisco" name="h323-conf-id"
      variable_secondary="uuid" variable="originating_leg_uuid"
      format="%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair" variable="uuid"
      format="h323-call-id=%s"/><br class="">
            <br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_contact_host" format="src-gw-ip=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-gw-name=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-number-in=%s" /><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_from_user" variable_secondary="ani"
      format="src-number-out=%s" /><br class="">
            <param name="Calling-Station-Id" variable="sip_from_user"
      variable_secondary="ani" format="%s"/><br class="">
      <br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_host" format="dst-gw-ip=%s"/>  <br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_user" variable_secondary="dialed_extension"
      format="dst-gw-name=%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="sip_to_user" variable_secondary="dialed_extension"
      format="dst-number-in=%s" /><br class="">
            <param name="Called-Station-Id"
      variable="destination_number" format="%s"/>     <br class="">
            <param vendor="Cisco" name="h323-setup-time"/><br class="">
            <param vendor="Cisco" name="h323-connect-time"/><br class="">
            <param vendor="Cisco" name="h323-disconnect-time"/><br class="">
            <param vendor="Cisco" name="h323-disconnect-cause"/><br class="">
            <param name="Acct-Session-Time" variable="billsec"
      format="%s"/><br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable_secondary="progresssec" variable="progress_mediasec"
      format="pdd-time=%s"/><br class="">
            <br class="">
            <param vendor="Cisco" name="Cisco-AVPair"
      variable="destination_number" format="dst-number-out=%s"/><br class="">
          </fields><br class="">
       
<conditions>                                                                                                                                           
      <br class="">
          <condition><br class="">
            <param var="sip_to_host" regex="^170\.84\.252\.34"
      anti="true"/><br class="">
          </condition><br class="">
        </conditions><br class="">
        </acct_end><br class="">
      </configuration><br class="">
    </p>
    <div class="moz-signature">Best regards<br class="">
      <span id="cid:part1.4CDD6F17.C2645EB2@phonecallsrl.com.ar"><Firma Nico Phonecall_new.jpg></span></div>
    <div class="moz-cite-prefix">El 6/9/2017 a las 11:59 a. m., Jospeh
      Waite escribió:<br class="">
    </div>
    <blockquote type="cite" cite="mid:DE058A2F-3EE1-4875-B705-45E567CA351E@tm.net.uk" class="">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
      Could you supply a copy of your xml_radius.conf.xml?
      <div class=""><br class="">
      </div>
      <div class="">Might have a clue in there.<br class="">
        <div class="">
          <blockquote type="cite" class="">
            <div class="">On 6 Sep 2017, at 12:03, Nicolas Paleari <<a href="mailto:npaleari@phonecallsrl.com.ar" class="" moz-do-not-send="true">npaleari@phonecallsrl.com.ar</a>>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class="">
              <div dir="auto" class="">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 class="">
                <div class="gmail_quote">El 6 sep. 2017 7:08 AM, "Joseph
                  Waite" <<a href="mailto:joelists@tm.net.uk" class="" moz-do-not-send="true">joelists@tm.net.uk</a>>
                  escribió:<br type="attribution" class="">
                  <blockquote class="gmail_quote" style="margin:0 0 0
                    .8ex;border-left:1px #ccc solid;padding-left:1ex">
                    <div dir="auto" class="">
                      <div class="">I'm your radius config are you using
                        the same variable to set both?</div>
                      <div id="m_3420918769942682619AppleMailSignature" class=""><br class="">
                      </div>
                      <div id="m_3420918769942682619AppleMailSignature" class="">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 class="">
                        <br class="">
                        Joe Waite</div>
                      <div class=""><br class="">
                        On 5 Sep 2017, at 14:22, Nicolas Paleari <<a href="mailto:npaleari@phonecallsrl.com.ar" target="_blank" class="" moz-do-not-send="true">npaleari@phonecallsrl.com.ar</a>>
                        wrote:<br class="">
                        <br class="">
                      </div>
                      <blockquote type="cite" class="">
                        <div class="">
                          <div dir="ltr" class=""><p style="font-size:12.8px" class="">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 class="" size="2" face="Verdana, Arial,
                                Helvetica">dst-number-out</font> should
                              be equal to field dst-number-in = 492482 #
                              541151995330<br class="">
                              Send stop package where you see the
                              problem:<br class="">
                            </p><p style="font-size:12.8px" class=""><br class="">
                            </p><p style="font-size:12.8px" class=""><font class="" size="2" face="Verdana, Arial,
                                Helvetica">[2017-09-01 19:03:46,119]
                                DEBUG WORKER 38 -
                                [pkt#175515/ACCT-STOP] <br class="">
                                --- START: [pkt#175515/ACCT-STOP]
                                ------------------------------<wbr class="">--------<br class="">
                                pdd-time => 0<br class="">
                                called-station-id =>
                                492482%23541151995330<br class="">
                                nas-port => 0<br class="">
                                dst-number-out =>
                                492482%23541151995330<br class="">
                                h323-conf-id =>
                                cd0f2a0d-4b7f-414c-b5be-d1b937<wbr class="">a414db<br class="">
                                h323-setup-time =>
                                2017-09-01T15:03:36.328927-040<wbr class="">0<br class="">
                                acct-status-type => Stop<br class="">
                                h323-disconnect-cause => 10<br class="">
                                dst-gw-ip => 190.210.240.37<br class="">
                                h323-disconnect-time =>
                                2017-09-01T15:03:43.929039-040<wbr class="">0<br class="">
                                h323-call-id =>
                                7a34a7be-d643-4f82-a66a-cd1eb0<wbr class="">658b6c<br class="">
                                src-gw-ip => 190.210.240.37<br class="">
                                dst-number-in => 492482#541151995330<br class="">
                                h323-call-origin => originate<br class="">
                                nas-ip-address => 107.170.35.75<br class="">
                                src-number-in => 7680858053<br class="">
                                dst-gw-name => 492482#541151995330<br class="">
                                h323-connect-time =>
                                2017-09-01T15:03:38.268917-040<wbr class="">0<br class="">
                                src-gw-name => 7680858053<br class="">
                                acct-session-time => 5<br class="">
                                acct-delay-time => 0<br class="">
                                src-number-out => 7680858053<br class="">
                                calling-station-id => 7680858053<br class="">
                                --- END: [pkt#175515/ACCT-STOP]
                                ------------------------------<wbr class="">--------</font></p><p style="font-size:12.8px" class=""><font class="" size="2" face="Verdana, Arial,
                                Helvetica">I hope you can help me</font></p>
                            <font class="" size="2" face="Verdana,
                              Arial, Helvetica">Thank you</font><br class="">
                          </div>
                          <div id="m_3420918769942682619DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" class=""><br class="">
                            <table style="border-top:1px solid #d3d4de" class="">
                              <tbody class="">
                                <tr class="">
                                  <td style="width:55px;padding-top:18px" class=""><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" target="_blank" class="" moz-do-not-send="true"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" style="width:46px;height:29px" class="" moz-do-not-send="true" 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" class="">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" class="" moz-do-not-send="true">www.avast.com</a>
                                  </td>
                                </tr>
                              </tbody>
                            </table>
                          </div>
                        </div>
                      </blockquote>
                      <blockquote type="cite" class="">
                        <div class=""><span class="">______________________________<wbr class="">______________________________<wbr class="">_____________</span><br class="">
                          <span class="">Professional FreeSWITCH
                            Consulting Services:</span><br class="">
                          <span class=""><a href="mailto:consulting@freeswitch.org" target="_blank" class="" moz-do-not-send="true">consulting@freeswitch.org</a></span><br class="">
                          <span class=""><a href="http://www.freeswitchsolutions.com/" target="_blank" class="" moz-do-not-send="true">http://www.<wbr class="">freeswitchsolutions.com</a></span><br class="">
                          <span class=""></span><br class="">
                          <span class="">Official FreeSWITCH Sites</span><br class="">
                          <span class=""><a href="http://www.freeswitch.org/" target="_blank" class="" moz-do-not-send="true">http://www.freeswitch.org</a></span><br class="">
                          <span class=""><a href="http://confluence.freeswitch.org/" target="_blank" class="" moz-do-not-send="true">http://confluence.freeswitch.<wbr class="">org</a></span><br class="">
                          <span class=""><a href="http://www.cluecon.com/" target="_blank" class="" moz-do-not-send="true">http://www.cluecon.com</a></span><br class="">
                          <span class=""></span><br class="">
                          <span class="">FreeSWITCH-users mailing list</span><br class="">
                          <span class=""><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="" moz-do-not-send="true">FreeSWITCH-users@lists.<wbr class="">freeswitch.org</a></span><br class="">
                          <span class=""><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="" moz-do-not-send="true">http://lists.freeswitch.org/<wbr class="">mailman/listinfo/freeswitch-<wbr class="">users</a></span><br class="">
                          <span class="">UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="" moz-do-not-send="true">http://lists.<wbr class="">freeswitch.org/mailman/<wbr class="">options/freeswitch-users</a></span><br class="">
                          <span class=""><a href="http://www.freeswitch.org/" target="_blank" class="" moz-do-not-send="true">http://www.freeswitch.org</a></span></div>
                      </blockquote>
                    </div>
                    <br class="">
                    ______________________________<wbr class="">______________________________<wbr class="">_____________<br class="">
                    Professional FreeSWITCH Consulting Services:<br class="">
                    <a href="mailto:consulting@freeswitch.org" class="" moz-do-not-send="true">consulting@freeswitch.org</a><br class="">
                    <a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank" class="" moz-do-not-send="true">http://www.<wbr class="">freeswitchsolutions.com</a><br class="">
                    <br class="">
                    Official FreeSWITCH Sites<br class="">
                    <a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="" moz-do-not-send="true">http://www.freeswitch.org</a><br class="">
                    <a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank" class="" moz-do-not-send="true">http://confluence.freeswitch.<wbr class="">org</a><br class="">
                    <a href="http://www.cluecon.com/" rel="noreferrer" target="_blank" class="" moz-do-not-send="true">http://www.cluecon.com</a><br class="">
                    <br class="">
                    FreeSWITCH-users mailing list<br class="">
                    <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" class="" moz-do-not-send="true">FreeSWITCH-users@lists.<wbr class="">freeswitch.org</a><br class="">
                    <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="" moz-do-not-send="true">http://lists.freeswitch.org/<wbr class="">mailman/listinfo/freeswitch-<wbr class="">users</a><br class="">
                    UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="" moz-do-not-send="true">http://lists.<wbr class="">freeswitch.org/mailman/<wbr class="">options/freeswitch-users</a><br class="">
                    <a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="" moz-do-not-send="true">http://www.freeswitch.org</a><br class="">
                  </blockquote>
                </div>
              </div>
_________________________________________________________________________<br class="">
              Professional FreeSWITCH Consulting Services:<br class="">
              <a href="mailto:consulting@freeswitch.org" class="" moz-do-not-send="true">consulting@freeswitch.org</a><br class="">
              <a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a><br class="">
              <br class="">
              Official FreeSWITCH Sites<br class="">
              <a class="moz-txt-link-freetext" href="http://www.freeswitch.org/">http://www.freeswitch.org</a><br class="">
              <a class="moz-txt-link-freetext" href="http://confluence.freeswitch.org/">http://confluence.freeswitch.org</a><br class="">
              <a class="moz-txt-link-freetext" href="http://www.cluecon.com/">http://www.cluecon.com</a><br class="">
              <br class="">
              FreeSWITCH-users mailing list<br class="">
              <a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
              <a class="moz-txt-link-freetext" href="http://www.freeswitch.org/">http://www.freeswitch.org</a></div>
          </blockquote>
        </div>
        <br class="">
      </div>
      <br class="">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br class="">
      <pre wrap="" class="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a>

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

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

_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services:<br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></div></body></html>