<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Error While upgrading from 1.05 to latest Git head</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Make spandsp-reconf then make current again<BR>
<BR>
<BR>
On 10/10/13 11:24 AM, "Lloyd Aloysius" <<a href="lloyd.aloysius@gmail.com">lloyd.aloysius@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Verdana, Helvetica, Arial">Visal<BR>
<BR>
Did you install all the dependencies for the 1.5 ?<BR>
<BR>
<a href="http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide">http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide</a><BR>
<BR>
Lloyd<BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Verdana, Helvetica, Arial"><BR>
</FONT></SPAN><FONT FACE="Verdana, Helvetica, Arial"><FONT COLOR="#CC6600"><FONT SIZE="2"><SPAN STYLE='font-size:10pt'><B> <<a href="http://www.sunteltech.ca/blog/">http://www.sunteltech.ca/blog/</a>> <BR>
</B></SPAN></FONT></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
<BR>
On Thu, Oct 10, 2013 at 12:12 PM, Vishal Kakkar <<a href="vishal.kakkar@gmail.com">vishal.kakkar@gmail.com</a>> wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Hi All,<BR>
<BR>
Today i tried to upgrade FS from (Version 1.5.2b git a433b97 2013-06-07 17:29:42Z) to latest one using make current.<BR>
<BR>
Following is the error i am getting-<BR>
<BR>
<BR>
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fvisibility=hidden -o libspeexdsp.la <<a href="http://libspeexdsp.la">http://libspeexdsp.la</a>> -rpath /usr/local/freeswitch/lib -no-undefined -version-info 6:0:5 preprocess.lo jitter.lo mdf.lo fftwrap.lo filterbank.lo resample.lo buffer.lo scal.lo smallft.lo -lm<BR>
ar cru .libs/libspeexdsp.a preprocess.o jitter.o mdf.o fftwrap.o filterbank.o resample.o buffer.o scal.o smallft.o<BR>
ranlib .libs/libspeexdsp.a<BR>
creating libspeexdsp.la <<a href="http://libspeexdsp.la">http://libspeexdsp.la</a>> <BR>
(cd .libs && rm -f libspeexdsp.la <<a href="http://libspeexdsp.la">http://libspeexdsp.la</a>> && ln -s ../libspeexdsp.la <<a href="http://libspeexdsp.la">http://libspeexdsp.la</a>> libspeexdsp.la <<a href="http://libspeexdsp.la">http://libspeexdsp.la</a>> )<BR>
make[4]: Leaving directory `/home/installers/freeswitch/libs/speex/libspeex'<BR>
Making all in include<BR>
make[4]: Entering directory `/home/installers/freeswitch/libs/speex/include'<BR>
Making all in speex<BR>
make[5]: Entering directory `/home/installers/freeswitch/libs/speex/include/speex'<BR>
make[5]: Nothing to be done for `all'.<BR>
make[5]: Leaving directory `/home/installers/freeswitch/libs/speex/include/speex'<BR>
make[5]: Entering directory `/home/installers/freeswitch/libs/speex/include'<BR>
make[5]: Nothing to be done for `all-am'.<BR>
make[5]: Leaving directory `/home/installers/freeswitch/libs/speex/include'<BR>
make[4]: Leaving directory `/home/installers/freeswitch/libs/speex/include'<BR>
make[4]: Entering directory `/home/installers/freeswitch/libs/speex'<BR>
make[4]: Leaving directory `/home/installers/freeswitch/libs/speex'<BR>
make[3]: Leaving directory `/home/installers/freeswitch/libs/speex'<BR>
make[2]: Leaving directory `/home/installers/freeswitch/libs/speex'<BR>
cat /home/installers/freeswitch/src/include/switch_cpp.h | perl /home/installers/freeswitch/build/strip.pl <<a href="http://strip.pl">http://strip.pl</a>> > /home/installers/freeswitch/src/include/switch_swigable_cpp.h<BR>
make "OUR_MODULES=$(if test -z "" ; then tmp_mods="$(grep -v "#" /home/installers/freeswitch/modules.conf | sed -e "s|^.*/||" | sort | uniq )"; else tmp_mods="" ; fi ; mods="$(for i in $tmp_mods ; do echo $i-all ; done )"; echo $mods )" "OUR_CLEAN_MODULES=$(if test -z "" ; then tmp_mods="$(grep -v "#" /home/installers/freeswitch/modules.conf | sed -e "s|^.*/||" | sort | uniq )"; else tmp_mods="" ; fi ; mods="$(for i in $tmp_mods ; do echo $i-clean ; done )"; echo $mods )" "OUR_INSTALL_MODULES=$(if test -z "" ; then tmp_mods="$(grep -v "#" /home/installers/freeswitch/modules.conf | sed -e "s|^.*/||" | sort | uniq )"; else tmp_mods="" ; fi ; mods="$(for i in $tmp_mods ; do echo $i-install ; done)"; echo $mods )" "OUR_UNINSTALL_MODULES=$(if test -z "" ; then tmp_mods="$(grep -v "#" /home/installers/freeswitch/modules.conf | sed -e "s|^.*/||" | sort | uniq )"; else tmp_mods="" ; fi ; mods="$(for i in $tmp_mods ; do echo $i-uninstall ; done)"; echo $mods )" "OUR_DISABLED_MODULES=$(tmp_mods="$(grep "#" /home/installers/freeswitch/modules.conf | grep -v "##" | sed -e "s|^.*/||" | sort | uniq )"; mods="$(for i in $tmp_mods ; do echo $i-all ; done )"; echo $mods )" "OUR_DISABLED_CLEAN_MODULES=$(tmp_mods="$(grep "#" /home/installers/freeswitch/modules.conf | grep -v "##" | sed -e "s|^.*/||" | sort | uniq )"; mods="$(for i in $tmp_mods ; do echo $i-clean ; done )"; echo $mods )" "OUR_DISABLED_INSTALL_MODULES=$(tmp_mods="$(grep "#" /home/installers/freeswitch/modules.conf | grep -v "##" | sed -e "s|^.*/||" | sort | uniq )"; mods="$(for i in $tmp_mods ; do echo $i-install ; done)"; echo $mods )" "OUR_DISABLED_UNINSTALL_MODULES=$(tmp_mods="$(grep "#" /home/installers/freeswitch/modules.conf | grep -v "##" | sed -e "s|^.*/||" | sort | uniq )"; mods="$(for i in $tmp_mods ; do echo $i-uninstall ; done)"; echo $mods )" `test -n "" || echo -s` all-recursive<BR>
make[2]: Entering directory `/home/installers/freeswitch'<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:52,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/logging.h:85: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âspan_log_testâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:56,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/queue.h:67: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âqueue_emptyâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:77,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/crc.h:65: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âcrc_itu32_checkâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/crc.h:98: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âcrc_itu16_checkâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:78,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/async.h:175: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/async.h:209: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:79,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/hdlc.h:96: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/hdlc.h:97: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/hdlc.h:180: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/hdlc.h:182: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:88,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/bell_r2_mf.h:181: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/bell_r2_mf.h:254: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:93,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v8.h:138: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v8.h:150: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:94,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v42.h:89: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v42.h:90: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:96,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v29rx.h:159: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:97,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v29tx.h:121: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v29tx.h:129: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:98,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v17rx.h:244: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:99,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v17tx.h:108: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v17tx.h:117: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v17tx.h:117: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:103,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v22bis.h:160: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v22bis.h:181: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:104,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v27ter_rx.h:79: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:105,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v27ter_tx.h:90: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v27ter_tx.h:98: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:109,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/v18.h:121: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:112,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t4_tx.h:365: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:117,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t85.h:67: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before ât85_analyse_headerâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:118,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t42.h:79: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before ât42_analyse_headerâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:122,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t30.h:193: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:123,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t30_api.h:232: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t30_api.h:373: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t30_api.h:436: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t30_api.h:443: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:126,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t35.h:88: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before ât35_decodeâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:127,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/at_interpreter.h:119: error: expected specifier-qualifier-list before âboolâ<BR>
cc1: warnings being treated as errors<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/at_interpreter.h:132: warning: struct has no members<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:130,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_core.h:317: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_core.h:323: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_core.h:329: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_core.h:369: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_core.h:375: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:131,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_non_ecm_buffer.h:89: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_non_ecm_buffer.h:99: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:132,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_gateway.h:54: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_gateway.h:66: error: expected specifier-qualifier-list before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_gateway.h:129: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_gateway.h:138: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_gateway.h:170: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_gateway.h:177: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:133,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_terminal.h:77: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_terminal.h:84: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_terminal.h:115: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t38_terminal.h:125: error: expected declaration specifiers or â...â before âboolâ<BR>
In file included from /home/installers/freeswitch/libs/spandsp/src/spandsp.h:134,<BR>
from ./src/include/private/switch_core_pvt.h:35,<BR>
from src/switch.c:53:<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t31.h:96: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t31.h:103: error: expected declaration specifiers or â...â before âboolâ<BR>
/home/installers/freeswitch/libs/spandsp/src/spandsp/t31.h:111: <B>error: expected declaration specifiers or â...â before âboolâ<BR>
</B>/home/installers/freeswitch/libs/spandsp/src/spandsp/t31.h:118: <B>error: expected declaration specifiers or â...â before âboolâ<BR>
</B>make[2]: *** [freeswitch-switch.o] Error 1<BR>
make[2]: Leaving directory `/home/installers/freeswitch'<BR>
make[1]: *** [all] Error 2<BR>
make[1]: Leaving directory `/home/installers/freeswitch'<BR>
make: *** [current] Error 2<BR>
[xx@yy freeswitch]$ <BR>
<BR>
<BR>
Please help what am i doing wrong.. Earlier it used to upgrade with no issues.<BR>
<BR>
My OS : Linux host.abc.com <<a href="http://host.abc.com">http://host.abc.com</a>> 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux<BR>
<BR>
Thanks,<BR>
-Vishal.<BR>
<BR>
_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>-- <BR>
Ken<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><BR>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><BR>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><BR>
</U></FONT>irc.freenode.net #freeswitch<BR>
</SPAN></FONT>
</BODY>
</HTML>