<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 2, 2015, at 11:11 AM, Sharath Kumar &lt;<a href="mailto:shakumarsoftware@gmail.com" class="">shakumarsoftware@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I am not building my own apr-util. If I try to build FS with --without-ldap option, the main FS configure script fails with this message "<div class="">The configure of apr-util does not have ldap disabled either.</div><div class=""><br class=""></div></div></div></blockquote><div><br class=""></div>Fails with what message?</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">Platform: standard x86_64-linux but with a custom kernel.</div><div class=""><br class=""></div><div class="">Trying to cross-compile on a Ubuntu 14.4 host.</div><div class=""><br class=""></div><div class="">1. I'm running bootstrap.sh [ I'm not sure whether I should run this it seems like it is for Debian] &nbsp;<br class=""></div></div></div></blockquote><div><br class=""></div>Thats correct, you should be running this.</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">2. A makefile that basically calls the top-level configure script and calls make.</div><div class=""><br class=""></div><div class=""><div class="">PHONY : $(X86_64_ARCH)/freeswitch</div><div class="">$(X86_64_ARCH)/freeswitch: $(freeswitch_loc)/configure</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; cd $(TOP)</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; mkdir -p $@</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; cd $@ &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export PKG_CONFIG_PATH=$(X86_64_INSTALL)/usr/lib/pkgconfig &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export ac_cv_func_malloc_0_nonnull=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export ac_cv_func_realloc_0_nonnull=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export apr_cv_mutex_recursive=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export ac_cv_file__dev_urandom=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export ac_cv_file__dev_ptmx=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export ac_cv_file__dev_zero=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export ac_cv_func_setpgrp_void=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export apr_cv_process_shared_works=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export apr_cv_mutex_robust_shared=no &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export apr_cv_tcp_nodelay_with_cork=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export ac_cv_sizeof_struct_iovec=8 &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export apr_cv_mutex_recursive=yes &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; export ac_cv_file_dbd_apr_dbd_mysql_c=no &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; $(freeswitch_loc)/bootstrap.sh &amp;&amp; \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; $(freeswitch_loc)/configure \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --build=`uname -m` \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --host=$(X86_64_ARCH) \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --exec-prefix=/usr \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --prefix=/var/lib/freeswitch \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --libexecdir=/usr/lib \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --libdir=/usr/lib \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --sysconfdir=/etc/freeswitch \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --datarootdir=/usr/share \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --includedir=/usr/include/freeswitch \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --with-modinstdir=/usr/lib/freeswitch/mod \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --localstatedir=/var \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --with-rundir=/var/run \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --disable-core-libedit-support \</div></div></div></div></blockquote><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --enable-static \</div></div></div></div></blockquote>why --enable-static ?<br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --disable-debug \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --disable-core-odbc-support \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --disable-system-xmlrpc-c \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --without-erlang \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --without-python \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --with-sysroot=$(X86_64_INSTALL) \</div></div></div></div></blockquote><div><br class=""></div><div>this looks mostly good</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;64,1-8 &nbsp; &nbsp; &nbsp; &nbsp;38%</div></div><div class=""><div class="">CPPFLAGS="-I$(freeswitch_loc)/src/include -D_GNU_SOURCE" \</div></div></div></div></blockquote><div><br class=""></div><div>Why are you adding -D_GNU_SOURCE? &nbsp;Is this line actually needed?</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CFLAGS="-Wno-error=strict-aliasing \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -Wno-error=unused-value"</div></div></div></div></blockquote><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">&nbsp; &nbsp; &nbsp; &nbsp; sed -e 's/^DEFAULT_INCLUDES = -I./DEFAULT_INCLUDES = -I$$(abs_builddir)/g' \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -i $@/libs/tiff-4.0.2/libtiff/Makefile</div></div></div></div></blockquote><div>What is this for?</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">&nbsp; &nbsp; &nbsp; &nbsp; sed -e '/DTHREADSAFE/ a TCC += $$(CPPFLAGS) $$(LDFLAGS)' \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -i $@/libs/sqlite/Makefile</div></div></div></div></blockquote><div><br class=""></div>What is this for? (note on master, we use system sqlite)</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">&nbsp; &nbsp; &nbsp; &nbsp; sed -e 's%-DSWITCH_DECLARE_CLASS%-I$(freeswitch_loc)/src/include -I$(X86_64_BUILD)/freeswitch/src/include -DSWITCH_DECLARE_CLASS%g' \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -i $@/Makefile</div></div></div></div></blockquote><div><br class=""></div>What is this for? &nbsp;That symbol doesn't even exist in the core Makefile, so this line is actually doing nothing at all. &nbsp;I don't think you actually need to add the -I$(X86_64_BUILD)/freeswitch/src/include explicitly here, it will likely get added where it needs to be from stuff from pkg-config (at least on master)</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">&nbsp; &nbsp; &nbsp; &nbsp; $(MAKE) -C $@ $(X86_64_BUILD)/freeswitch/modules.conf</div></div></div></div></blockquote><div><br class=""></div>What does this do?</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">&nbsp; &nbsp;$(MAKE) -j $(SIMUL) -C $@ DESTDIR=$(X86_64_INSTALL) \</div><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CPPFLAGS="-I$(freeswitch_loc)/src/include -D_GNU_SOURCE -DHAVE_UINT64_T" \</div></div></div></blockquote><div><br class=""></div>What is this CPPFLAGS for?</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">I also ran autoconf --reconf to generate Makefile.in from the Makefile.am file.</div><div class=""><br class=""></div></div></div></blockquote><div><br class=""></div><div>you shouldn't have to do that</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">I will definitely migrate to the master but I wanted to try and see if 1.4 builds.&nbsp;</div></div></div></blockquote><div><br class=""></div>I have done quite a lot in the master build system that moves quite a few libraries (although not apr-utils) out of our build system. &nbsp;This will require you to repackage seperately a few more libs for your cross toolchain, but should greatly simplify the cross of freeswitch itself. &nbsp;I have also done quite a bit of work fixing srcdir and cross builds in master that is not in the 1.4 branch. &nbsp;It is likely much easier for you to accomplish this on master (although I do have working cross builds on 1.4, its a lot more painful to make work right)</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><br class=""></div><div class="">Am I doing something obviously wrong here ?</div><div class=""><br class=""></div><div class="">Mike, Thank you so much!</div><div class=""><br class=""></div><div class="">Shaks</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Sep 1, 2015 at 7:06 PM, Michael Jerris <span dir="ltr" class="">&lt;<a href="mailto:mike@jerris.com" target="_blank" class="">mike@jerris.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">those are out of apr-util but we don't use them, and I thought that in our configure we pass to that we disable those.&nbsp; What steps exactly are you going through trying to build this?&nbsp; You shouldn't need to be building your own apr libs, those should build as part of our build proces, and in my experience they should cross easily. &nbsp;can you reply with some details of the platform your trying to cross to and why your build scripts look like so far?&nbsp; Also, we are getting ready to release 1.6 very soon.&nbsp; If you are already making a huge version jump I would reccomend you working off master which will become 1.6 instead of 1.4.<div class=""><div class="h5"><span class=""></span><div class=""><div class=""><br class="">On Tuesday, September 1, 2015, Sharath Kumar &lt;<a href="mailto:shakumarsoftware@gmail.com" target="_blank" class="">shakumarsoftware@gmail.com</a>&gt; wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr" class="">Mike,<div class="">That is great! I ran it through autoconf and It compiles now but I have strange linking errors in&nbsp;<a href="http://libfreeswitch.la/" target="_blank" class="">libfreeswitch</a>.so :(.&nbsp; Does FS require LDAP lib or is it the apr-util that is not being linked not sure? I searched for these symbols in the older FS and it is nowhere to be found in the .so. The sources also don't have them! Any help would be great!<div class=""><br class=""></div><div class="">thank you,</div><div class="">Shaks<br class=""><div class=""><br class=""></div><div class=""><br class=""><div class=""><div class="">./.libs/libfreeswitch.so: undefined reference to `ber_free'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_err2string'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_get_dn_ber'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_get_option'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_sasl_bind'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_search_ext'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_memfree'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_msgfree'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_first_message'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_unbind_ext'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_get_attribute_ber'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ber_memfree'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_next_message'</div><div class="">./.libs/libfreeswitch.so: undefined reference to `ldap_pvt_url_scheme2proto'</div><div class=""><br class=""></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Sep 1, 2015 at 1:50 PM, Michael Jerris <span dir="ltr" class="">&lt;<a class="">mike@jerris.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Recent code uses automake.&nbsp; The rules are in there:<div class=""><br class=""></div><div class=""><div style="margin:0px;font-size:13px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)" class="">:grep lib_LTLIBRARIES Makefile.am</div><div style="margin:0px;font-size:13px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)" class="">lib_LTLIBRARIES&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <a href="http://libfreeswitch.la/" target="_blank" class="">libfreeswitch.la</a></div><div class=""><div class=""><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">On Sep 1, 2015, at 3:39 PM, Sharath Kumar &lt;<a class="">shakumarsoftware@gmail.com</a>&gt; wrote:</div><br class=""><div class=""><div dir="ltr" class=""><div class="">Mike,</div><div class="">Thank you! I was migrating from FS 1.0.6 to 1.4.21 and the old one *had* the speex in the lib. I guess the latest doesn't use it. thanks for the clarification. I guess I will have to manually build speex for my embedded target and install it as a package.</div><div class=""><div class="">I am also confused about building the FS library i.e "<a href="http://libfreeswitch.la/" target="_blank" class="">libfreeswitch.la</a>". In the older FS, there is a Makefile.in that had rules to make the&nbsp;<a href="http://libfreeswitch.la/" target="_blank" class="">libfreeswitch.la</a>. I may not have looked hard enough but the newer one (Makefile.in) doesn't seem to have any rules to build <a href="http://libfreeswitch.la/" target="_blank" class="">libfreeswitch.la</a>. Am I completely mistaken ?</div><div class=""><br class=""></div><div class="">thank you,</div><div class="">Shaks&nbsp;</div><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Sep 1, 2015 at 10:38 AM, Michael Jerris <span dir="ltr" class="">&lt;<a class="">mike@jerris.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">There is no without-speex, as we use some speex functionality in the core.&nbsp; We use system packages for the speex library, as detected using pkg-config.&nbsp; I'm not sure how you could get an error building freeswitch that is attempting to build speex, as we do not build speex.<br class="">
<div class=""><div class=""><br class="">
<br class="">
&gt; On Aug 31, 2015, at 4:52 PM, Sharath Kumar &lt;<a class="">shakumarsoftware@gmail.com</a>&gt; wrote:<br class="">
&gt;<br class="">
&gt; Hi,<br class="">
&gt;<br class="">
&gt; I'm trying to cross-compile for an embedded target and building the latest production build from source but it fails trying to build speex.<br class="">
&gt;<br class="">
&gt; I also noticed in the libs directory there is no speex folder, so I had to copy it from some other place.<br class="">
&gt;<br class="">
&gt; How do I disable speex from compiling ? is it with --without-speex in the configure script ?<br class="">
&gt;<br class="">
&gt; thanks,<br class="">
&gt; Shaks<br class="">
</div></div>&gt; _________________________________________________________________________<br class="">
<br class="">
<br class="">
_________________________________________________________________________<br class="">
Professional FreeSWITCH Consulting Services:<br class="">
<a class="">consulting@freeswitch.org</a><br class="">
<a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
<a href="http://www.cluecon.com/" rel="noreferrer" target="_blank" class="">http://www.cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class="">
</blockquote></div><br class=""></div></div></div></div>
_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a class="">consulting@freeswitch.org</a><br class=""><a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class=""><br class="">Official FreeSWITCH Sites<br class=""><a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class=""><a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class=""><a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class=""><br class="">FreeSWITCH-users mailing list<br class=""><a class="">FreeSWITCH-users@lists.freeswitch.org</a><br class=""><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class=""><a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a></div></blockquote></div><br class=""></div></div></div></div><br class="">_________________________________________________________________________<br class="">
Professional FreeSWITCH Consulting Services:<br class="">
<a class="">consulting@freeswitch.org</a><br class="">
<a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
<a href="http://www.cluecon.com/" rel="noreferrer" target="_blank" class="">http://www.cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class=""></blockquote></div><br class=""></div></div></div></div></div></div>
</blockquote></div></div>
</div></div><br class="">_________________________________________________________________________<br class="">
Professional FreeSWITCH Consulting Services:<br class="">
<a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">
<a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
<a href="http://www.cluecon.com/" rel="noreferrer" target="_blank" class="">http://www.cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class=""></blockquote></div><br class=""></div></div></div></div>
_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></body></html>