<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div></div>
<div>Nathan,</div><div><br></div><div>After build and install flite to /usr/local, I build freeswitch as below,</div><div><br></div><div>1. ./devel-bootstrap.sh --prefix=/home/kxie/freeswitch-dev-install</div><div>2. change modules.conf to enable flite</div><div>3. make</div><div>4. make install</div><div><br></div><div>/Kaiduan</div><div><br></div>
</div><div id="yahoo_quoted_6906363042" class="yahoo_quoted">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
<div>
On Thursday, September 6, 2018, 2:02:20 PM EDT, Nathan Neulinger <nneul@mst.edu> wrote:
</div>
<div><br></div>
<div><br></div>
<div><div id="yiv2896947454"><div>
<div class="yiv2896947454moz-cite-prefix">
<div id="yiv2896947454rwhMsgHeader">kaiduan - when you _built_ freeswitch, did
you make sure it built using the extra libs you installed
manually?<br clear="none">
</div>
<div><br clear="none">
</div>
<div>I do custom builds of all of the dependent libs on my box
(ubuntu 16), and install into /local/fslibs/install, and then
during build I use:</div>
<div><br clear="none">
</div>
<div> export
PKG_CONFIG_PATH=/local/fslibs/install/lib/pkgconfig:/usr/share/pkgconfig<br clear="none">
cd /local/freeswitch/src<br clear="none">
./configure -C --disable-fhs
--prefix=/local/freeswitch/server<br clear="none">
</div>
<div><br clear="none">
</div>
<div>At that point I don't have to set any env vars to get FS to
launch. <br clear="none">
</div>
<div><br clear="none">
</div>
<div>-- Nathan<br clear="none">
<div class="yiv2896947454yqt1840084124" id="yiv2896947454yqtfd24877"><hr id="yiv2896947454rwhMsgHdrDivider" style="border:0;border-top:1px solid #B5C4DF;padding:0;margin:10px 0 5px 0;width:100%;"><span style="margin:-1.3px 0 0 0 !important;"><font style="font:13px Tahoma !important;color:#000000;" face="Tahoma" color="#000000"><b>From:</b> Michael Jerris
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-rfc2396E" ymailto="mailto:mike@jerris.com" target="_blank" href="mailto:mike@jerris.com"><mike@jerris.com></a></font></span><br clear="none">
<span style="margin:-1.3px 0 0 0 !important;"><font style="font:13px Tahoma !important;color:#000000;" face="Tahoma" color="#000000"><b>Sent:</b> Thu,
Sep 6, 2018 4:04 AM CDT</font></span><br clear="none">
<span style="margin:-1.3px 0 0 0 !important;"><font style="font:13px Tahoma !important;color:#000000;" face="Tahoma" color="#000000"><b>To:</b>
FreeSWITCH Users Help
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-rfc2396E" ymailto="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" href="mailto:freeswitch-users@lists.freeswitch.org"><freeswitch-users@lists.freeswitch.org></a></font></span><br clear="none">
<span style="margin:-1.3px 0 0 0 !important;"><font style="font:13px Tahoma !important;color:#000000;" face="Tahoma" color="#000000"><b>Subject:</b>
[Freeswitch-users] mod_flite fails due to undefined symbol:
cmu_lex_init</font></span><br clear="none">
<br clear="none">
</div></div><div class="yiv2896947454yqt1840084124" id="yiv2896947454yqtfd91040">
</div></div><div class="yiv2896947454yqt1840084124" id="yiv2896947454yqtfd01636">
<blockquote type="cite" style="border:none !important;margin-left:0px !important;margin-right:0px !important;margin-top:0px !important;padding-left:0px !important;padding-right:0px !important;">
</blockquote></div></div><div class="yiv2896947454yqt1840084124" id="yiv2896947454yqtfd11380"></div><div><div class="yiv2896947454yqt1840084124" id="yiv2896947454yqtfd35164">
I don’t see this issue on debian. ld.so.conf might fix it, or
building to /usr instead of /usr/local. Check out our debian
directory for how we build the packages for debian as a hint. On
debian 9 we just started using system packages as they now have
working flite 2.0 in the distro, see master for the patches
necessary for that to work without pkg-config (which unfortunately
the debian package does not have)
<div class="yiv2896947454">
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">Our deb directory is here: <a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="https://freeswitch.org/stash/projects/SD/repos/libflite/browse/debian">https://freeswitch.org/stash/projects/SD/repos/libflite/browse/debian</a></div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">You might want to use the src from this git
checkout as I’m not sure the tarball has our debian packaging
in it or not.</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
</div>
<div class="yiv2896947454">Mike</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">
<div class="yiv2896947454">
<div><br clear="none" class="yiv2896947454">
<blockquote class="yiv2896947454" type="cite" style="border:none !important;margin-left:0px !important;margin-right:0px !important;margin-top:0px !important;padding-left:0px !important;padding-right:0px !important;">
<div class="yiv2896947454">On Sep 5, 2018, at 5:52 PM, kaiduan xie <<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:kaiduanx@yahoo.ca" target="_blank" href="mailto:kaiduanx@yahoo.ca">kaiduanx@yahoo.ca</a>>
wrote:</div>
<br clear="none" class="yiv2896947454Apple-interchange-newline">
<div class="yiv2896947454">
<div class="yiv2896947454">
<div class="yiv2896947454" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;">
<div class="yiv2896947454">With the command as below,</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454"><span class="yiv2896947454">
</span><div class="yiv2896947454">LD_PRELOAD="/usr/local/lib/libflite_cmu_us_kal.so
/usr/local/lib/libflite_usenglish.so
/usr/local/lib/libflite_cmulex.so
/usr/local/lib/libflite.so" ./bin/freeswitch</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">I finally got mod_flite working on
Ubuntu 16.04 with Freeswitch 1.8.0 source code</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">So the question is why Freeswitch
does not load above libraries by itself?</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">/Kaiduan</div>
</div>
<div class="yiv2896947454yahoo_quoted" id="yiv2896947454yahoo_quoted_6283072082">
<div class="yiv2896947454" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
<div class="yiv2896947454"> On Wednesday, September 5, 2018,
11:54:07 AM EDT, kaiduan xie via
FreeSWITCH-users <<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>>
wrote: </div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">
<div class="yiv2896947454ymsg4046446798" id="yiv2896947454ymsg21605">
<div class="yiv2896947454" id="yiv2896947454">
<div class="yiv2896947454">
<div class="yiv2896947454" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;">
<div class="yiv2896947454">Thanks Michael.</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">I downloaded the flite
2.0 from <a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="http://files.freeswitch.org/downloads/libs/flite-2.0.0.tar.gz">http://files.freeswitch.org/downloads/libs/flite-2.0.0.tar.gz</a> and
build it as below</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">./configure
--enable-shared</div>
<div class="yiv2896947454">make</div>
<div class="yiv2896947454">make install</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">build and run
freeswitch-1.8, the same error
occurred again.</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">However mod_flite was
successfully loaded if I ran
freeswitch as below (used LD_PRELOAD
to load libflite_cmulex)</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454"><span class="yiv2896947454"></span>
<div class="yiv2896947454">kxie@kxie-Inspiron-3656:~/freeswitch-install$
pwd</div>
<div class="yiv2896947454">/home/kxie/freeswitch-install</div>
<div class="yiv2896947454">kxie@kxie-Inspiron-3656:~/freeswitch-install$
LD_PRELOAD=/usr/local/lib/libflite_cmulex.so ./bin/freeswitch</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">/Kaiduan</div>
<br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454yqt5830741987" id="yiv2896947454yqt40116">
<div class="yiv2896947454yahoo_quoted" id="yiv2896947454yahoo_quoted_6540687529">
<div class="yiv2896947454" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
<div class="yiv2896947454"> On Tuesday,
September 4, 2018, 12:32:54 PM
EDT, Michael Jerris <<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:mike@jerris.com" target="_blank" href="mailto:mike@jerris.com">mike@jerris.com</a>>
wrote: </div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454">
<div class="yiv2896947454" id="yiv2896947454">
<div class="yiv2896947454">Our build
requires flite 2.0 …. Our
latest Debian unstable and
1.8 repos have these
packages, for ubuntu you
likely need to build these
packages yourself from our
support deps in stash.<br clear="none" class="yiv2896947454">
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
<blockquote class="yiv2896947454" type="cite" style="border:none !important;margin-left:0px !important;margin-right:0px !important;margin-top:0px !important;padding-left:0px !important;padding-right:0px !important;">
<div class="yiv2896947454">On
Sep 3, 2018, at
12:26 PM, kaiduan
xie via
FreeSWITCH-users
<<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>>
wrote:</div>
<br clear="none" class="yiv2896947454Apple-interchange-newline">
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
<div class="yiv2896947454yqt8931697906" id="yiv2896947454yqt13661">
<div class="yiv2896947454" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;"><span class="yiv2896947454" style="font-family:-webkit-system-font, Helvetica Neue, Helvetica, sans-serif;"><b class="yiv2896947454">From: </b></span><span class="yiv2896947454" style="font-family:-webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">kaiduan
xie <<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:kaiduanx@yahoo.ca" target="_blank" href="mailto:kaiduanx@yahoo.ca">kaiduanx@yahoo.ca</a>><br clear="none" class="yiv2896947454">
</span></div>
<div class="yiv2896947454" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;"><span class="yiv2896947454" style="font-family:-webkit-system-font, Helvetica Neue, Helvetica, sans-serif;"><b class="yiv2896947454">Subject: </b></span><span class="yiv2896947454" style="font-family:-webkit-system-font, Helvetica Neue, Helvetica, sans-serif;"><b class="yiv2896947454">mod_flite fails due to undefined symbol:
cmu_lex_init</b><br clear="none" class="yiv2896947454">
</span></div>
<div class="yiv2896947454" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;"><span class="yiv2896947454" style="font-family:-webkit-system-font, Helvetica Neue, Helvetica, sans-serif;"><b class="yiv2896947454">Date: </b></span><span class="yiv2896947454" style="font-family:-webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">August
30, 2018 at
7:10:06 PM EDT<br clear="none" class="yiv2896947454">
</span></div>
<div class="yiv2896947454" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;"><span class="yiv2896947454" style="font-family:-webkit-system-font, Helvetica Neue, Helvetica, sans-serif;"><b class="yiv2896947454">To: </b></span><span class="yiv2896947454" style="font-family:-webkit-system-font, Helvetica Neue, Helvetica, sans-serif;">FreeSWITCH
Users Help
<<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br clear="none" class="yiv2896947454">
</span></div>
<br clear="none" class="yiv2896947454">
<br clear="none" class="yiv2896947454">
<div class="yiv2896947454">
<div class="yiv2896947454" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;">
<div class="yiv2896947454"><span class="yiv2896947454"></span>
<div class="yiv2896947454" style="">Hi
all,</div>
<div class="yiv2896947454" style=""><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454" style="">I
build and run
FreeSwitch
1.6.20 from
source on
Ubuntu 16.0.4
xenial, the
mod_filte
failed while
loading,</div>
<div class="yiv2896947454" style=""><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454" style="">
<div class="yiv2896947454">2018-08-30
19:03:30.786468 [CRIT] switch_loadable_module.c:1522 Error Loading
module
/home/kxie/freeswitch-dev-install/lib/freeswitch/mod/mod_flite.so</div>
<div class="yiv2896947454">**/usr/local/lib/libflite_cmu_us_slt.so.1:
undefined
symbol:
cmu_lex_init**</div>
<div class="yiv2896947454"><br clear="none" class="yiv2896947454">
</div>
Any idea to
solve this
issue?</div>
<div class="yiv2896947454" style=""><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454" style="">Many
thanks,</div>
<div class="yiv2896947454" style=""><br clear="none" class="yiv2896947454">
</div>
<div class="yiv2896947454" style="">/Kaiduan</div>
<br clear="none" class="yiv2896947454">
</div>
</div>
</div>
</div>
<br clear="none" class="yiv2896947454">
<br clear="none" class="yiv2896947454">
_________________________________________________________________________<br clear="none" class="yiv2896947454">
Professional
FreeSWITCH Services<br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:sales@freeswitch.com" target="_blank" href="mailto:sales@freeswitch.com">sales@freeswitch.com</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="https://freeswitch.com">https://freeswitch.com</a><br clear="none" class="yiv2896947454">
<br clear="none" class="yiv2896947454">
Official FreeSWITCH
Sites<br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://freeswitch.com/oss">https://freeswitch.com/oss</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://freeswitch.org/confluence">https://freeswitch.org/confluence</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://cluecon.com">https://cluecon.com</a><br clear="none" class="yiv2896947454">
<br clear="none" class="yiv2896947454">
FreeSWITCH-users
mailing list<br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-abbreviated" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none" class="yiv2896947454">
UNSUBSCRIBE:<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://freeswitch.com">https://freeswitch.com</a></div>
</blockquote>
</div>
<br clear="none" class="yiv2896947454">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="yiv2896947454yqt5830741987" id="yiv2896947454yqt47956">_________________________________________________________________________<br clear="none" class="yiv2896947454">
Professional FreeSWITCH Services<br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:sales@freeswitch.com" target="_blank" href="mailto:sales@freeswitch.com">sales@freeswitch.com</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="https://freeswitch.com/">https://freeswitch.com</a><br clear="none" class="yiv2896947454">
<br clear="none" class="yiv2896947454">
Official FreeSWITCH Sites<br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="https://freeswitch.com/oss">https://freeswitch.com/oss</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="https://freeswitch.org/confluence">https://freeswitch.org/confluence</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="https://cluecon.com/">https://cluecon.com</a><br clear="none" class="yiv2896947454">
<br clear="none" class="yiv2896947454">
FreeSWITCH-users mailing list<br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none" class="yiv2896947454">
UNSUBSCRIBE:<a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none" class="yiv2896947454">
<a rel="nofollow" shape="rect" class="yiv2896947454" target="_blank" href="https://freeswitch.com/">https://freeswitch.com</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br clear="none" class="yiv2896947454">
</div>
</div>
<br clear="none">
<fieldset class="yiv2896947454mimeAttachmentHeader"></fieldset>
<pre class="yiv2896947454moz-quote-pre">_________________________________________________________________________
Professional FreeSWITCH Services
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-abbreviated" ymailto="mailto:sales@freeswitch.com" target="_blank" href="mailto:sales@freeswitch.com">sales@freeswitch.com</a>
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://freeswitch.com">https://freeswitch.com</a>
Official FreeSWITCH Sites
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://freeswitch.com/oss">https://freeswitch.com/oss</a>
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://freeswitch.org/confluence">https://freeswitch.org/confluence</a>
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://cluecon.com">https://cluecon.com</a>
FreeSWITCH-users mailing list
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-abbreviated" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-freetext" target="_blank" href="https://freeswitch.com">https://freeswitch.com</a></pre></div>
<pre class="yiv2896947454moz-signature">--
------------------------------------------------------------
Nathan Neulinger <a rel="nofollow" shape="rect" class="yiv2896947454moz-txt-link-abbreviated" ymailto="mailto:nneul@mst.edu" target="_blank" href="mailto:nneul@mst.edu">nneul@mst.edu</a>
Missouri S&T Information Technology (573) 612-1412
System Administrator - Architect
</pre><div class="yiv2896947454yqt1840084124" id="yiv2896947454yqtfd68222">
</div></div></div><div class="yqt1840084124" id="yqtfd41827">_________________________________________________________________________<br clear="none">Professional FreeSWITCH Services<br clear="none"><a shape="rect" ymailto="mailto:sales@freeswitch.com" href="mailto:sales@freeswitch.com">sales@freeswitch.com</a><br clear="none"><a shape="rect" href="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br clear="none"><br clear="none">Official FreeSWITCH Sites<br clear="none"><a shape="rect" href="https://freeswitch.com/oss" target="_blank">https://freeswitch.com/oss</a><br clear="none"><a shape="rect" href="https://freeswitch.org/confluence" target="_blank">https://freeswitch.org/confluence</a><br clear="none"><a shape="rect" href="https://cluecon.com" target="_blank">https://cluecon.com</a><br clear="none"><br clear="none">FreeSWITCH-users mailing list<br clear="none"><a shape="rect" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none"><a shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">UNSUBSCRIBE:<a shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none"><a shape="rect" href="https://freeswitch.com" target="_blank">https://freeswitch.com</a></div></div>
</div>
</div></div></body></html>