<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I already check and it seem like there
      nothing about installing on busybox. Seem like there only a init
      script compatible with it on the wiki.<br>
      <br>
<a class="moz-txt-link-freetext" href="https://www.google.ca/search?q=wiki+freeswitch#q=site:wiki.freeswitch.org+busybox">https://www.google.ca/search?q=wiki+freeswitch#q=site:wiki.freeswitch.org+busybox</a><br>
      that lead me to this link :<br>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Freeswitch_init#BusyBox_Based_Systems">http://wiki.freeswitch.org/wiki/Freeswitch_init#BusyBox_Based_Systems</a><br>
      <br>
      The only error I found for now was to install gawk instead of
      using busybox's awk. The still some error starting freeswitch that
      seem related to user and permission. I'm debugging it right now.<br>
      <br>
      I will also try on openwrt, also on a MIPS CPU (Atheros AR71XX)
      just in case.<br>
      <br>
      Where should I send information for the wiki once it done ?<br>
      <br>
      Le 2013-10-18 16:03, Michael Jerris a &eacute;crit&nbsp;:<br>
    </div>
    <blockquote
      cite="mid:314788CF-EF56-4D10-9134-2B196EED1B47@jerris.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      Would you mind making sure the wiki has some notes on how to
      successfully build on busybox?
      <div><br>
        <div>
          <div>On Oct 18, 2013, at 3:44 PM, Michel Blais &lt;<a
              moz-do-not-send="true"
              href="mailto:michel@targointernet.com">michel@targointernet.com</a>&gt;
            wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <div dir="ltr">
              <div>It seem like it builded fine with gawk instead of
                busybox's awk.<br>
                <br>
              </div>
              Thank you both for your help.<br>
            </div>
            <div class="gmail_extra"><br>
              <br>
              <div class="gmail_quote">2013/10/16 Jeff Leung <span
                  dir="ltr">&lt;<a moz-do-not-send="true"
                    href="mailto:jleung@v10networks.ca" target="_blank">jleung@v10networks.ca</a>&gt;</span><br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">Install
                  gawk and have that gawk's path take precedence over
                  the default path variable.<br>
                  <div class="HOEnZb">
                    <div class="h5"><br>
                      Michel Blais &lt;<a moz-do-not-send="true"
                        href="mailto:michel@targointernet.com">michel@targointernet.com</a>&gt;
                      wrote:<br>
                      <br>
                      Busybox don't include a full version of every
                      command. It's a shell that<br>
                      include most commande with only the most used
                      option but often lack usefull<br>
                      feature. It's use to save space on embedded
                      device.<br>
                      <br>
                      I didn't know the -R option so I was not sur about
                      what you where looking<br>
                      for but the're no line with NAWK in the make file
                      but if I look for AWK, I<br>
                      get this :<br>
                      <br>
                      # grep AWK Makefile<br>
                      &nbsp; $(AWK) 'BEGIN { files["."] = "" } { files[$$2] =
                      files[$$2] " " $$1; \<br>
                      AWK = awk<br>
                      &nbsp; &nbsp; $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1
                      } \<br>
                      &nbsp; &nbsp; $(AWK) 'BEGIN { files["."] = ""; dirs["."] =
                      1; } \<br>
                      &nbsp; &nbsp; &nbsp; $(AWK) '{ files[$$0] = 1; nonempty = 1; } \<br>
                      &nbsp; &nbsp; &nbsp; $(AWK) '{ files[$$0] = 1; nonempty = 1; } \<br>
                      &nbsp; &nbsp; &nbsp; $(AWK) '{ files[$$0] = 1; nonempty = 1; } \<br>
                      <br>
                      Thanks<br>
                      <br>
                      <br>
                      <br>
                      <br>
                      2013/10/16 Michael Jerris &lt;<a
                        moz-do-not-send="true"
                        href="mailto:mike@jerris.com">mike@jerris.com</a>&gt;<br>
                      <br>
                      &gt; Not sure why your grep is funky.. but the -R
                      isn't necessary&#8230; This is<br>
                      &gt; going to be limitations of the tools in
                      busybox I suspect.<br>
                      &gt;<br>
                      &gt; grep NAWK &nbsp;Makefile<br>
                      &gt;<br>
                      &gt; ?<br>
                      &gt;<br>
                      &gt; On Oct 16, 2013, at 2:01 PM, Michel Blais -
                      Support technique - Targo<br>
                      &gt; communication &lt;<a moz-do-not-send="true"
                        href="mailto:michel@targointernet.com">michel@targointernet.com</a>&gt;
                      wrote:<br>
                      &gt;<br>
                      &gt; &gt; The awk command is the one include by
                      busybox, same for grep. Could it<br>
                      &gt; &gt; be the problem ?<br>
                      &gt; &gt;<br>
                      &gt; &gt; # grep -R ^NAWK Makefile<br>
                      &gt; &gt; grep: invalid option -- 'R'<br>
                      &gt; &gt; BusyBox v1.19.0 (2012-08-28 21:32:52
                      PDT) multi-call binary.<br>
                      &gt; &gt;<br>
                      &gt; &gt; Thanks<br>
                      &gt; &gt;<br>
                      &gt; &gt; Le 2013-10-16 16:50, Michael Jerris a
                      &eacute;crit :<br>
                      &gt; &gt;&gt; libs/sqlite/mkopcodeh.awk:125: &nbsp;
                      &nbsp;printf "#define NOPUSH_MASK_%d<br>
                      &gt; 0x%04x\n", i, nopush[i]<br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt;
                      libs/sqlite/Makefile.in:373:opcodes.h: &nbsp;parse.h
                      $(TOP)/src/vdbe.c<br>
                      &gt; $(TOP)/mkopcodeh.awk<br>
                      &gt; &gt;&gt; libs/sqlite/Makefile.in:374: &nbsp; &nbsp;cat
                      parse.h $(TOP)/src/vdbe.c | $(NAWK)<br>
                      &gt; -f $(TOP)/mkopcodeh.awk &gt;opcodes.h<br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt; &lt;7&gt;:grep NOPUSH_MASK
                      ./libs/sqlite/opcodes.h<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_0 0x3fbc<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_1 0x3e5b<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_2 0x71ef<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_3 0x7fce<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_4 0xffff<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_5 0xcdef<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_6 0xb6d7<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_7 0x33af<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_8 0xf86f<br>
                      &gt; &gt;&gt; #define NOPUSH_MASK_9 0x0000<br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt; take a look at the contents of your
                      generated opcodes.h and see what<br>
                      &gt; you find in there. &nbsp;The logic would be in
                      mkopcodeh.awk. &nbsp;Also possible you<br>
                      &gt; don't have awk installed&#8230; check out the
                      definition of NAWK var:<br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt; &lt;11&gt;:grep -R ^NAWK &nbsp;Makefile<br>
                      &gt; &gt;&gt; Makefile:NAWK = awk<br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt; Mike<br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt; On Oct 16, 2013, at 1:38 PM, Michel
                      Blais - Support technique - Targo<br>
                      &gt; communication &lt;<a moz-do-not-send="true"
                        href="mailto:michel@targointernet.com">michel@targointernet.com</a>&gt;
                      wrote:<br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt;&gt; Hi,<br>
                      &gt; &gt;&gt;&gt;<br>
                      &gt; &gt;&gt;&gt; I have a build error blocking at
                      vdbeaux.c, build output following at<br>
                      &gt; &gt;&gt;&gt; bottom. OS is Vyatta based on
                      debian 6.0.6. Arch is MIPS64, the CPU a<br>
                      &gt; &gt;&gt;&gt; Cavium octeon+ 50XX. I was not
                      able to find anything on this build<br>
                      &gt; &gt;&gt;&gt; error. It would be appreciated
                      if anybody could help.<br>
                      &gt; &gt;&gt;&gt;<br>
                      &gt; &gt;&gt;&gt; Thanks<br>
                      &gt; &gt;&gt;&gt; Michel<br>
                      &gt; &gt;&gt;&gt;<br>
                      &gt; &gt;&gt;&gt; # make<br>
                      &gt; &gt;&gt;&gt; config.status: creating Makefile<br>
                      &gt; &gt;&gt;&gt; config.status: creating
                      include/apr.h<br>
                      &gt; &gt;&gt;&gt; config.status: creating build/<a
                        moz-do-not-send="true"
                        href="http://apr_rules.mk/" target="_blank">apr_rules.mk</a><br>
                      &gt; &gt;&gt;&gt; config.status: creating
                      build/pkg/pkginfo<br>
                      &gt; &gt;&gt;&gt; config.status: creating
                      apr-1-config<br>
                      &gt; &gt;&gt;&gt; config.status: WARNING: &nbsp;'<a
                        moz-do-not-send="true"
                        href="http://apr-config.in/" target="_blank">apr-config.in</a>'
                      seems to ignore the<br>
                      &gt; &gt;&gt;&gt; --datarootdir settg<br>
                      &gt; &gt;&gt;&gt; config.status: creating apr.pc<br>
                      &gt; &gt;&gt;&gt; config.status: creating
                      test/Makefile<br>
                      &gt; &gt;&gt;&gt; config.status: creating
                      test/internal/Makefile<br>
                      &gt; &gt;&gt;&gt; config.status: creating
                      include/arch/unix/apr_private.h<br>
                      &gt; &gt;&gt;&gt; config.status: executing libtool
                      commands<br>
                      &gt; &gt;&gt;&gt; rm: can't remove 'libtoolT': No
                      such file or directory<br>
                      &gt; &gt;&gt;&gt; config.status: executing default
                      commands<br>
                      &gt; &gt;&gt;&gt; config.status: include/apr.h is
                      unchanged<br>
                      &gt; &gt;&gt;&gt; config.status:
                      include/arch/unix/apr_private.h is unchanged<br>
                      &gt; &gt;&gt;&gt; touch src/include/switch.h<br>
                      &gt; &gt;&gt;&gt; make[1]: Entering directory
                      `/usr/src/freeswitch/libs/apr'<br>
                      &gt; &gt;&gt;&gt; make[2]: Entering directory
                      `/usr/src/freeswitch/libs/apr'<br>
                      &gt; &gt;&gt;&gt; make[2]: Nothing to be done for
                      `local-all'.<br>
                      &gt; &gt;&gt;&gt; make[2]: Leaving directory
                      `/usr/src/freeswitch/libs/apr'<br>
                      &gt; &gt;&gt;&gt; make[1]: Leaving directory
                      `/usr/src/freeswitch/libs/apr'<br>
                      &gt; &gt;&gt;&gt; touch src/include/switch.h<br>
                      &gt; &gt;&gt;&gt; make[1]: Entering directory
                      `/usr/src/freeswitch/libs/apr-util'<br>
                      &gt; &gt;&gt;&gt; Making all in xml/expat<br>
                      &gt; &gt;&gt;&gt; make[2]: Entering directory<br>
                      &gt; `/usr/src/freeswitch/libs/apr-util/xml/expat'<br>
                      &gt; &gt;&gt;&gt; make[3]: Entering directory<br>
                      &gt; &gt;&gt;&gt;
                      `/usr/src/freeswitch/libs/apr-util/xml/expat/lib'<br>
                      &gt; &gt;&gt;&gt; make[3]: Nothing to be done for
                      `all'.<br>
                      &gt; &gt;&gt;&gt; make[3]: Leaving directory<br>
                      &gt; &gt;&gt;&gt;
                      `/usr/src/freeswitch/libs/apr-util/xml/expat/lib'<br>
                      &gt; &gt;&gt;&gt; make[2]: Leaving directory<br>
                      &gt; `/usr/src/freeswitch/libs/apr-util/xml/expat'<br>
                      &gt; &gt;&gt;&gt; make[2]: Entering directory
                      `/usr/src/freeswitch/libs/apr-util'<br>
                      &gt; &gt;&gt;&gt; make[2]: Nothing to be done for
                      `local-all'.<br>
                      &gt; &gt;&gt;&gt; make[2]: Leaving directory
                      `/usr/src/freeswitch/libs/apr-util'<br>
                      &gt; &gt;&gt;&gt; make[1]: Leaving directory
                      `/usr/src/freeswitch/libs/apr-util'<br>
                      &gt; &gt;&gt;&gt; touch src/include/switch.h<br>
                      &gt; &gt;&gt;&gt; make[1]: Entering directory
                      `/usr/src/freeswitch/libs/sqlite'<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; sort -n -b -k 3 opcodes.h | awk
                      -f ./mkopcodec.awk &gt;opcodes.c<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; gcc -g -O2 -g -O2 -o
                      mkkeywordhash ./tool/mkkeywordhash.c<br>
                      &gt; &gt;&gt;&gt; ./mkkeywordhash
                      &gt;keywordhash.h<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./libtool --tag=CC
                      --mode=compile gcc -g -O2 -g -O2 -DOS_UNIX=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_USLEEP=1c<br>
                      &gt; &gt;&gt;&gt; libtool: compile: &nbsp;gcc -g -O2 -g
                      -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1<br>
                      &gt; &gt;&gt;&gt; -DHAVE_FDATASYo<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c: In function
                      'opcodeNoPush':<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:247: error:
                      'NOPUSH_MASK_0' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:247: error:
                      (Each undeclared identifier is reported<br>
                      &gt; only<br>
                      &gt; &gt;&gt;&gt; once<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:247: error: for
                      each function it appears in.)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:247: error:
                      'NOPUSH_MASK_1' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:248: error:
                      'NOPUSH_MASK_2' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:248: error:
                      'NOPUSH_MASK_3' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:249: error:
                      'NOPUSH_MASK_4' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:249: error:
                      'NOPUSH_MASK_5' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:250: error:
                      'NOPUSH_MASK_6' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:250: error:
                      'NOPUSH_MASK_7' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:251: error:
                      'NOPUSH_MASK_8' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; ./src/vdbeaux.c:251: error:
                      'NOPUSH_MASK_9' undeclared (first use in<br>
                      &gt; &gt;&gt;&gt; this funct)<br>
                      &gt; &gt;&gt;&gt; make[1]: *** [vdbeaux.lo] Error
                      1<br>
                      &gt; &gt;&gt;&gt; make[1]: Leaving directory
                      `/usr/src/freeswitch/libs/sqlite'<br>
                      &gt; &gt;&gt;&gt; make: *** [libs/sqlite/<a
                        moz-do-not-send="true"
                        href="http://libsqlite3.la/" target="_blank">libsqlite3.la</a>]
                      Error 2<br>
                      &gt; &gt;&gt;&gt;<br>
                      &gt; &gt;&gt;&gt;<br>
                      &gt;
_________________________________________________________________________<br>
                      &gt; &gt;&gt;&gt; Professional FreeSWITCH
                      Consulting Services:<br>
                      &gt; &gt;&gt;&gt; <a moz-do-not-send="true"
                        href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
                      &gt; &gt;&gt;&gt; <a moz-do-not-send="true"
                        href="http://www.freeswitchsolutions.com/"
                        target="_blank">http://www.freeswitchsolutions.com</a><br>
                      &gt; &gt;&gt;&gt;<br>
                      &gt; &gt;&gt;&gt; FreeSWITCH-powered IP PBX: The
                      CudaTel Communication Server<br>
                      &gt; &gt;&gt;&gt; <a moz-do-not-send="true"
                        href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
                      &gt; &gt;&gt;&gt;<br>
                      &gt; &gt;&gt;&gt; Official FreeSWITCH Sites<br>
                      &gt; &gt;&gt;&gt; <a moz-do-not-send="true"
                        href="http://www.freeswitch.org/"
                        target="_blank">http://www.freeswitch.org</a><br>
                      &gt; &gt;&gt;&gt; <a moz-do-not-send="true"
                        href="http://wiki.freeswitch.org/"
                        target="_blank">http://wiki.freeswitch.org</a><br>
                      &gt; &gt;&gt;&gt; <a moz-do-not-send="true"
                        href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
                      &gt; &gt;&gt;&gt;<br>
                      &gt; &gt;&gt;&gt; FreeSWITCH-users mailing list<br>
                      &gt; &gt;&gt;&gt; <a moz-do-not-send="true"
                        href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                      &gt; &gt;&gt;&gt; <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>
                      &gt; &gt;&gt;&gt; UNSUBSCRIBE:<br>
                      &gt; <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>
                      &gt; &gt;&gt;&gt; <a moz-do-not-send="true"
                        href="http://www.freeswitch.org/"
                        target="_blank">http://www.freeswitch.org</a><br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt;<br>
                      &gt;
_________________________________________________________________________<br>
                      &gt; &gt;&gt; Professional FreeSWITCH Consulting
                      Services:<br>
                      &gt; &gt;&gt; <a moz-do-not-send="true"
                        href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
                      &gt; &gt;&gt; <a moz-do-not-send="true"
                        href="http://www.freeswitchsolutions.com/"
                        target="_blank">http://www.freeswitchsolutions.com</a><br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt; FreeSWITCH-powered IP PBX: The
                      CudaTel Communication Server<br>
                      &gt; &gt;&gt; <a moz-do-not-send="true"
                        href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt; Official FreeSWITCH Sites<br>
                      &gt; &gt;&gt; <a moz-do-not-send="true"
                        href="http://www.freeswitch.org/"
                        target="_blank">http://www.freeswitch.org</a><br>
                      &gt; &gt;&gt; <a moz-do-not-send="true"
                        href="http://wiki.freeswitch.org/"
                        target="_blank">http://wiki.freeswitch.org</a><br>
                      &gt; &gt;&gt; <a moz-do-not-send="true"
                        href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
                      &gt; &gt;&gt;<br>
                      &gt; &gt;&gt; FreeSWITCH-users mailing list<br>
                      &gt; &gt;&gt; <a moz-do-not-send="true"
                        href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                      &gt; &gt;&gt; <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>
                      &gt; &gt;&gt; UNSUBSCRIBE:<br>
                      &gt; <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>
                      &gt; &gt;&gt; <a moz-do-not-send="true"
                        href="http://www.freeswitch.org/"
                        target="_blank">http://www.freeswitch.org</a><br>
                      &gt; &gt;<br>
                      &gt; &gt;
_________________________________________________________________________<br>
                      &gt; &gt; Professional FreeSWITCH Consulting
                      Services:<br>
                      &gt; &gt; <a moz-do-not-send="true"
                        href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
                      &gt; &gt; <a moz-do-not-send="true"
                        href="http://www.freeswitchsolutions.com/"
                        target="_blank">http://www.freeswitchsolutions.com</a><br>
                      &gt; &gt;<br>
                      &gt; &gt; FreeSWITCH-powered IP PBX: The CudaTel
                      Communication Server<br>
                      &gt; &gt; <a moz-do-not-send="true"
                        href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
                      &gt; &gt;<br>
                      &gt; &gt; Official FreeSWITCH Sites<br>
                      &gt; &gt; <a moz-do-not-send="true"
                        href="http://www.freeswitch.org/"
                        target="_blank">http://www.freeswitch.org</a><br>
                      &gt; &gt; <a moz-do-not-send="true"
                        href="http://wiki.freeswitch.org/"
                        target="_blank">http://wiki.freeswitch.org</a><br>
                      &gt; &gt; <a moz-do-not-send="true"
                        href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
                      &gt; &gt;<br>
                      &gt; &gt; FreeSWITCH-users mailing list<br>
                      &gt; &gt; <a moz-do-not-send="true"
                        href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                      &gt; &gt; <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>
                      &gt; &gt; 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>
                      &gt; &gt; <a moz-do-not-send="true"
                        href="http://www.freeswitch.org/"
                        target="_blank">http://www.freeswitch.org</a><br>
                      &gt;<br>
                      &gt;<br>
                      &gt;
_________________________________________________________________________<br>
                      &gt; Professional FreeSWITCH Consulting Services:<br>
                      &gt; <a moz-do-not-send="true"
                        href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
                      &gt; <a moz-do-not-send="true"
                        href="http://www.freeswitchsolutions.com/"
                        target="_blank">http://www.freeswitchsolutions.com</a><br>
                      &gt;<br>
                      &gt; FreeSWITCH-powered IP PBX: The CudaTel
                      Communication Server<br>
                      &gt; <a moz-do-not-send="true"
                        href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
                      &gt;<br>
                      &gt; Official FreeSWITCH Sites<br>
                      &gt; <a moz-do-not-send="true"
                        href="http://www.freeswitch.org/"
                        target="_blank">http://www.freeswitch.org</a><br>
                      &gt; <a moz-do-not-send="true"
                        href="http://wiki.freeswitch.org/"
                        target="_blank">http://wiki.freeswitch.org</a><br>
                      &gt; <a moz-do-not-send="true"
                        href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
                      &gt;<br>
                      &gt; FreeSWITCH-users mailing list<br>
                      &gt; <a moz-do-not-send="true"
                        href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                      &gt; <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>
                      &gt; 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>
                      &gt; <a moz-do-not-send="true"
                        href="http://www.freeswitch.org/"
                        target="_blank">http://www.freeswitch.org</a><br>
                      &gt;<br>
                      <br>
_________________________________________________________________________<br>
                      Professional FreeSWITCH Consulting Services:<br>
                      <a moz-do-not-send="true"
                        href="mailto:consulting@freeswitch.org">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">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>
                    </div>
                  </div>
                </blockquote>
              </div>
              <br>
            </div>
_________________________________________________________________________<br>
            Professional FreeSWITCH Consulting Services:<br>
            <a moz-do-not-send="true"
              href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
            <a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
            <br>
            FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
            <a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a><br>
            <br>
            Official FreeSWITCH Sites<br>
            <a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
            <a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
            <a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a><br>
            <br>
            FreeSWITCH-users mailing list<br>
            <a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<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>
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>
            <a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre class="moz-signature" cols="72">_________________________________________________________________________
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>
  </body>
</html>