<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Somebody feel free to correct me if I'm
      wrong, but I've not heard of any issues between running FreeSWITCH
      on a kernel with ticks of 250 versus 300 versus 1000.&nbsp; If you are
      using 20 ms ptime, then there are a total of 50 packets for every
      second, for which running at 250 should be sufficient even under
      load.&nbsp; This (the kernel ticks Hz setting) has nothing to do with
      the accuracy of your underlying timing source, which in a
      virtualized sysem such as Amazon EC2, is far more problematic for
      exactly the reasons that Tony already stated.&nbsp; The ticks in the
      kernel are dependent as well on a reliable timing source.<br>
      <br>
      -Yossi<br>
      <br>
      On 12/20/2013 06:16 AM, Ashwin Jain wrote:<br>
    </div>
    <blockquote
cite="mid:CAM9SNVRZxhAvfqX2nppsmeQB_0VQJcizbgq1iX0vLV2VsbFAhw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Thanks Peter and Tony.&nbsp;
        <div><br>
          <div>I did the dumpcap and did the packet analysis (I had the
            dumpcap file as well) using wireshark and figured out that
            audio was processed at 5600 hz. Later I figured out that the
            issue was caused as I was running on 250hz kernel and not
            1000hz kernel. I have changed my kernel to 1000hz now. I am
            still now sure whether this will solve the problem or not.</div>
          <div><br>
          </div>
          <div>Is there any way I can monitor the call quality in future
            in automated way? We heavily rely on nagios of all the other
            monitoring. If there is any way we can alert on audio call
            quality using that, it will be really great. I have checked
            the voipmonitor, but that is also not giving the values of
            "clock skew" and the "clock drift" which was the actual
            cause my latency and call quality problem respectively.</div>
        </div>
        <div class="gmail_extra"><br>
          <br>
          <div class="gmail_quote">On Wed, Dec 18, 2013 at 1:39 PM,
            Peter Olsson <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:peter@olssononline.se" target="_blank">peter@olssononline.se</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">I believe you already have gotten an answer
                about this from Tony. As stated in an earlier reply from
                him:
                <div>
                  <br>
                </div>
                <div>"<span
                    style="font-family:arial,sans-serif;font-size:13px">As
                    I already explained. &nbsp;When timer-name set to none,
                    it does blocking reads on the audio vs timed ones.
                    &nbsp;If the other end has a skew in clock freq with the
                    FS then it will timeout erroneously. &nbsp;Having
                    blocking reads ensures you only read audio when
                    there is actually some there. &nbsp;Basically this
                    timer-name set to none makes FS behave just like
                    asterisk does by default.</span></div>
                <div style="font-family:arial,sans-serif;font-size:13px"><br>
                </div>
                <div style="font-family:arial,sans-serif;font-size:13px">Keep
                  in mind we do not support virtual servers beyond
                  friendly advice because it quickly turns into
                  time-consuming project to help people configure their
                  virtual envs.</div>
                <div style="font-family:arial,sans-serif;font-size:13px"><br>
                </div>
                <div style="font-family:arial,sans-serif;font-size:13px">The
                  basic idea is, unless you are using the high yield cpu
                  version of&nbsp;<span>ec2</span>, you can have timing
                  issues at any time because the&nbsp;<span>EC2</span>&nbsp;will
                  steal the cpu at will.</div>
                <div style="font-family:arial,sans-serif;font-size:13px"><br>
                </div>
                <div style="font-family:arial,sans-serif;font-size:13px">You
                  should probably get some pcaps and look at the deltas
                  and timestamps on each side of the call."</div>
                <div style="font-family:arial,sans-serif;font-size:13px"><br>
                </div>
              </div>
              <div>
                <div>
                  <div class="gmail_extra"><br>
                    <br>
                    <div class="gmail_quote">2013/12/18 Ashwin Jain <span
                        dir="ltr">&lt;<a moz-do-not-send="true"
                          href="mailto:ashwinrkjain@gmail.com"
                          target="_blank">ashwinrkjain@gmail.com</a>&gt;</span><br>
                      <blockquote class="gmail_quote" style="margin:0 0
                        0 .8ex;border-left:1px #ccc
                        solid;padding-left:1ex">
                        <div dir="ltr">It is running on Amazon EC2.</div>
                        <div class="gmail_extra"><br>
                          <br>
                          <div class="gmail_quote">On Wed, Dec 18, 2013
                            at 1:12 PM, Peter Olsson <span dir="ltr">&lt;<a
                                moz-do-not-send="true"
                                href="mailto:peter@olssononline.se"
                                target="_blank">peter@olssononline.se</a>&gt;</span>
                            wrote:<br>
                            <blockquote class="gmail_quote"
                              style="margin:0 0 0 .8ex;border-left:1px
                              #ccc solid;padding-left:1ex">
                              <div dir="ltr">If soft timer is causing
                                issues, you probably have timing issues
                                in your platform. Are you running on a
                                VM, or is this a real machine?</div>
                              <div>
                                <div>
                                  <div class="gmail_extra"><br>
                                    <br>
                                    <div class="gmail_quote">2013/12/17
                                      Ashwin Jain <span dir="ltr">&lt;<a
                                          moz-do-not-send="true"
                                          href="mailto:ashwinrkjain@gmail.com"
                                          target="_blank">ashwinrkjain@gmail.com</a>&gt;</span><br>
                                      <blockquote class="gmail_quote"
                                        style="margin:0 0 0
                                        .8ex;border-left:1px #ccc
                                        solid;padding-left:1ex">
                                        <div dir="ltr">Changing clock to
                                          soft is causing call latency
                                          issues. Is there any other
                                          way? It works well with
                                          Asterisk with no timer.</div>
                                        <div class="gmail_extra"><br>
                                          <br>
                                          <div class="gmail_quote">On
                                            Tue, Dec 17, 2013 at 2:39
                                            PM, Peter Olsson <span
                                              dir="ltr">&lt;<a
                                                moz-do-not-send="true"
                                                href="mailto:peter@olssononline.se"
                                                target="_blank">peter@olssononline.se</a>&gt;</span>
                                            wrote:<br>
                                            <blockquote
                                              class="gmail_quote"
                                              style="margin:0 0 0
                                              .8ex;border-left:1px #ccc
                                              solid;padding-left:1ex">
                                              <div dir="ltr">Well,
                                                playback without a timer
                                                won't work for you, so
                                                stick to the soft timer.</div>
                                              <div>
                                                <div>
                                                  <div
                                                    class="gmail_extra"><br>
                                                    <br>
                                                    <div
                                                      class="gmail_quote">2013/12/17
                                                      Ashwin Jain <span
                                                        dir="ltr">&lt;<a
moz-do-not-send="true" href="mailto:ashwinrkjain@gmail.com"
                                                          target="_blank">ashwinrkjain@gmail.com</a>&gt;</span><br>
                                                      <blockquote
                                                        class="gmail_quote"
                                                        style="margin:0
                                                        0 0
                                                        .8ex;border-left:1px
                                                        #ccc
                                                        solid;padding-left:1ex">
                                                        <div dir="ltr">It
                                                          is stored
                                                          locally.&nbsp;
                                                          <div>It works
                                                          fine with
                                                          "soft" timer
                                                          (using this we
                                                          had call
                                                          latency
                                                          issues), but
                                                          have this
                                                          issue when I
                                                          use "none" as
rtp-timer-name.</div>
                                                          <div
                                                          class="gmail_extra">
                                                          <br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">On
                                                          Tue, Dec 17,
                                                          2013 at 10:00
                                                          AM, Ali Pey <span
                                                          dir="ltr">&lt;<a
moz-do-not-send="true" href="mailto:alipey@gmail.com" target="_blank">alipey@gmail.com</a>&gt;</span>
                                                          wrote:<br>
                                                          <blockquote
                                                          class="gmail_quote"
                                                          style="margin:0
                                                          0 0
                                                          .8ex;border-left:1px
                                                          #ccc
                                                          solid;padding-left:1ex">
                                                          <div dir="ltr">Is
                                                          the welcome
                                                          message stored
                                                          locally or is
                                                          it somewhere
                                                          on NAS?
                                                          <div><br>
                                                          </div>
                                                          <div>Regards,</div>
                                                          <div>
                                                          Ali Pey<br>
                                                          <div
                                                          class="gmail_extra"><br>
                                                          <br>
                                                          <div
                                                          class="gmail_quote">
                                                          <div>
                                                          <div>On Sun,
                                                          Dec 15, 2013
                                                          at 1:42 AM,
                                                          Ashwin Jain <span
                                                          dir="ltr">&lt;<a
moz-do-not-send="true" href="mailto:ashwinrkjain@gmail.com"
                                                          target="_blank">ashwinrkjain@gmail.com</a>&gt;</span>
                                                          wrote:<br>
                                                          </div>
                                                          </div>
                                                          <blockquote
                                                          class="gmail_quote"
                                                          style="margin:0
                                                          0 0
                                                          .8ex;border-left:1px
                                                          #ccc
                                                          solid;padding-left:1ex">
                                                          <div>
                                                          <div>
                                                          <div dir="ltr">Hi,
                                                          <div><br>
                                                          </div>
                                                          <div>We are
                                                          facing issues
                                                          with the bad
                                                          audio quality
                                                          (audio is
                                                          sounding like
                                                          its recorded
                                                          underwater)
                                                          only for the <b>playback
                                                          application</b>.
                                                          There is no
                                                          issue with the
                                                          audio call
                                                          quality (after
                                                          bridging).&nbsp;</div>
                                                          <div><br>
                                                          </div>
                                                          <div>Audio
                                                          file used with
                                                          playback
                                                          application is
                                                          recorded at
                                                          8khz with 16
                                                          bits/sample
                                                          and 1
                                                          channel.&nbsp;<br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          <div>Following
                                                          is the pseudo
                                                          dialplan:</div>
                                                          <div>1. Call
                                                          comes on
                                                          freeswitch
                                                          server.</div>
                                                          <div>2. Call
                                                          answered.</div>
                                                          <div>3. Query
                                                          database to
                                                          identify
                                                          destination</div>
                                                          <div>4. Play a
                                                          welcome
                                                          message audio
                                                          (using
                                                          playback
                                                          application)</div>
                                                          <div>5. Start
                                                          call recording</div>
                                                          <div>6. Bridge
                                                          the call</div>
                                                          <div><br>
                                                          </div>
                                                          <div>In step
                                                          4, we are
                                                          facing this
                                                          issue.</div>
                                                          <span><font
                                                          color="#888888">--
                                                          <br>
                                                          <div dir="ltr">Thanks
                                                          and Regards,<br>
                                                          Ashwin Jain
                                                          <div>MetroGuild</div>
                                                          </div>
                                                          </font></span></div>
                                                          </div>
                                                          <br>
                                                          </div>
                                                          </div>
_________________________________________________________________________<br>
                                                          Professional
                                                          FreeSWITCH
                                                          Consulting
                                                          Services:<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
                                                          <br>
                                                          FreeSWITCH-powered
                                                          IP PBX: The
                                                          CudaTel
                                                          Communication
                                                          Server<br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                                                          <br>
                                                          Official
                                                          FreeSWITCH
                                                          Sites<br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                                                          <br>
                                                          FreeSWITCH-users
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                                          target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                                          UNSUBSCRIBE:<a
moz-do-not-send="true"
                                                          href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <br>
                                                          </div>
                                                          <img
                                                          moz-do-not-send="true"></div>
                                                          </div>
                                                          <br>
_________________________________________________________________________<br>
                                                          Professional
                                                          FreeSWITCH
                                                          Consulting
                                                          Services:<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
                                                          <br>
                                                          FreeSWITCH-powered
                                                          IP PBX: The
                                                          CudaTel
                                                          Communication
                                                          Server<br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                                                          <br>
                                                          Official
                                                          FreeSWITCH
                                                          Sites<br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                                                          <br>
                                                          FreeSWITCH-users
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                                          target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                                          UNSUBSCRIBE:<a
moz-do-not-send="true"
                                                          href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                                                          <br>
                                                          </blockquote>
                                                          </div>
                                                          <span><font
                                                          color="#888888"><br>
                                                          <br
                                                          clear="all">
                                                          <div><br>
                                                          </div>
                                                          -- <br>
                                                          <div dir="ltr">Thanks
                                                          and Regards,<br>
                                                          Ashwin Jain<br>
                                                          Director
                                                          (Engineering)
                                                          <div>MetroGuild</div>
                                                          </div>
                                                          </font></span></div>
                                                        </div>
                                                        <br>
_________________________________________________________________________<br>
                                                        Professional
                                                        FreeSWITCH
                                                        Consulting
                                                        Services:<br>
                                                        <a
                                                          moz-do-not-send="true"
href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
                                                        <a
                                                          moz-do-not-send="true"
href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
                                                        <br>
                                                        FreeSWITCH-powered
                                                        IP PBX: The
                                                        CudaTel
                                                        Communication
                                                        Server<br>
                                                        <a
                                                          moz-do-not-send="true"
href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                                                        <br>
                                                        Official
                                                        FreeSWITCH Sites<br>
                                                        <a
                                                          moz-do-not-send="true"
href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                                                        <a
                                                          moz-do-not-send="true"
href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                                                        <a
                                                          moz-do-not-send="true"
href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                                                        <br>
                                                        FreeSWITCH-users
                                                        mailing list<br>
                                                        <a
                                                          moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                                        <a
                                                          moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                                          target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                                        UNSUBSCRIBE:<a
                                                          moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                                          target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                                        <a
                                                          moz-do-not-send="true"
href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                                                        <br>
                                                      </blockquote>
                                                    </div>
                                                    <br>
                                                  </div>
                                                </div>
                                              </div>
                                              <br>
_________________________________________________________________________<br>
                                              Professional FreeSWITCH
                                              Consulting Services:<br>
                                              <a moz-do-not-send="true"
href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
                                              <a moz-do-not-send="true"
href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
                                              <br>
                                              FreeSWITCH-powered IP PBX:
                                              The CudaTel Communication
                                              Server<br>
                                              <a moz-do-not-send="true"
href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                                              <br>
                                              Official FreeSWITCH Sites<br>
                                              <a moz-do-not-send="true"
href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                                              <a moz-do-not-send="true"
href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                                              <a moz-do-not-send="true"
href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                                              <br>
                                              FreeSWITCH-users mailing
                                              list<br>
                                              <a moz-do-not-send="true"
href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                              <a moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                              UNSUBSCRIBE:<a
                                                moz-do-not-send="true"
                                                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                              <a moz-do-not-send="true"
href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                                              <br>
                                            </blockquote>
                                          </div>
                                          <span><font color="#888888"><br>
                                              <br clear="all">
                                              <div><br>
                                              </div>
                                              -- <br>
                                              <div dir="ltr">Thanks and
                                                Regards,<br>
                                                Ashwin Jain<br>
                                                Director (Engineering)
                                                <div>MetroGuild</div>
                                              </div>
                                            </font></span></div>
                                        <br>
_________________________________________________________________________<br>
                                        Professional FreeSWITCH
                                        Consulting Services:<br>
                                        <a moz-do-not-send="true"
                                          href="mailto:consulting@freeswitch.org"
                                          target="_blank">consulting@freeswitch.org</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://www.freeswitchsolutions.com"
                                          target="_blank">http://www.freeswitchsolutions.com</a><br>
                                        <br>
                                        FreeSWITCH-powered IP PBX: The
                                        CudaTel Communication Server<br>
                                        <a moz-do-not-send="true"
                                          href="http://www.cudatel.com"
                                          target="_blank">http://www.cudatel.com</a><br>
                                        <br>
                                        Official FreeSWITCH Sites<br>
                                        <a moz-do-not-send="true"
                                          href="http://www.freeswitch.org"
                                          target="_blank">http://www.freeswitch.org</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://wiki.freeswitch.org"
                                          target="_blank">http://wiki.freeswitch.org</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://www.cluecon.com"
                                          target="_blank">http://www.cluecon.com</a><br>
                                        <br>
                                        FreeSWITCH-users mailing list<br>
                                        <a moz-do-not-send="true"
                                          href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                                          target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                          target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                        UNSUBSCRIBE:<a
                                          moz-do-not-send="true"
                                          href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                          target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                        <a moz-do-not-send="true"
                                          href="http://www.freeswitch.org"
                                          target="_blank">http://www.freeswitch.org</a><br>
                                        <br>
                                      </blockquote>
                                    </div>
                                    <br>
                                  </div>
                                </div>
                              </div>
                              <br>
_________________________________________________________________________<br>
                              Professional FreeSWITCH Consulting
                              Services:<br>
                              <a moz-do-not-send="true"
                                href="mailto:consulting@freeswitch.org"
                                target="_blank">consulting@freeswitch.org</a><br>
                              <a moz-do-not-send="true"
                                href="http://www.freeswitchsolutions.com"
                                target="_blank">http://www.freeswitchsolutions.com</a><br>
                              <br>
                              FreeSWITCH-powered IP PBX: The CudaTel
                              Communication Server<br>
                              <a moz-do-not-send="true"
                                href="http://www.cudatel.com"
                                target="_blank">http://www.cudatel.com</a><br>
                              <br>
                              Official FreeSWITCH Sites<br>
                              <a moz-do-not-send="true"
                                href="http://www.freeswitch.org"
                                target="_blank">http://www.freeswitch.org</a><br>
                              <a moz-do-not-send="true"
                                href="http://wiki.freeswitch.org"
                                target="_blank">http://wiki.freeswitch.org</a><br>
                              <a moz-do-not-send="true"
                                href="http://www.cluecon.com"
                                target="_blank">http://www.cluecon.com</a><br>
                              <br>
                              FreeSWITCH-users mailing list<br>
                              <a moz-do-not-send="true"
                                href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                                target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                              <a moz-do-not-send="true"
                                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                              UNSUBSCRIBE:<a moz-do-not-send="true"
                                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                              <a moz-do-not-send="true"
                                href="http://www.freeswitch.org"
                                target="_blank">http://www.freeswitch.org</a><br>
                              <br>
                            </blockquote>
                          </div>
                          <span><font color="#888888"><br>
                              <br clear="all">
                              <div><br>
                              </div>
                              -- <br>
                              <div dir="ltr">Thanks and Regards,<br>
                                Ashwin Jain<br>
                                Director (Engineering)
                                <div>MetroGuild</div>
                              </div>
                            </font></span></div>
                        <br>
_________________________________________________________________________<br>
                        Professional FreeSWITCH Consulting Services:<br>
                        <a moz-do-not-send="true"
                          href="mailto:consulting@freeswitch.org"
                          target="_blank">consulting@freeswitch.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://www.freeswitchsolutions.com"
                          target="_blank">http://www.freeswitchsolutions.com</a><br>
                        <br>
                        FreeSWITCH-powered IP PBX: The CudaTel
                        Communication Server<br>
                        <a moz-do-not-send="true"
                          href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                        <br>
                        Official FreeSWITCH Sites<br>
                        <a moz-do-not-send="true"
                          href="http://www.freeswitch.org"
                          target="_blank">http://www.freeswitch.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://wiki.freeswitch.org"
                          target="_blank">http://wiki.freeswitch.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                        <br>
                        FreeSWITCH-users mailing list<br>
                        <a moz-do-not-send="true"
                          href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                          target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                          target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                        UNSUBSCRIBE:<a moz-do-not-send="true"
                          href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                          target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                        <a moz-do-not-send="true"
                          href="http://www.freeswitch.org"
                          target="_blank">http://www.freeswitch.org</a><br>
                        <br>
                      </blockquote>
                    </div>
                    <br>
                  </div>
                </div>
              </div>
              <br>
_________________________________________________________________________<br>
              Professional FreeSWITCH Consulting Services:<br>
              <a moz-do-not-send="true"
                href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://www.freeswitchsolutions.com"
                target="_blank">http://www.freeswitchsolutions.com</a><br>
              <br>
              FreeSWITCH-powered IP PBX: The CudaTel Communication
              Server<br>
              <a moz-do-not-send="true" href="http://www.cudatel.com"
                target="_blank">http://www.cudatel.com</a><br>
              <br>
              Official FreeSWITCH Sites<br>
              <a moz-do-not-send="true" href="http://www.freeswitch.org"
                target="_blank">http://www.freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
              <a moz-do-not-send="true" href="http://www.cluecon.com"
                target="_blank">http://www.cluecon.com</a><br>
              <br>
              FreeSWITCH-users mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
              UNSUBSCRIBE:<a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
              <a moz-do-not-send="true" href="http://www.freeswitch.org"
                target="_blank">http://www.freeswitch.org</a><br>
              <br>
            </blockquote>
          </div>
          <br>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          <div dir="ltr">Thanks and Regards,<br>
            Ashwin Jain<br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
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>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.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://wiki.freeswitch.org">http://wiki.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>
  </body>
</html>