Hi, thanks for the reply, <br><br>I tried it both with fs down and it didn&#39;t work, also when it was turned on, no results either.<br>
Any other ideas please? i really wanna fix it without having to start from zero.<br><br>thank you very much<br><br>On the Freeswitch console i keep getting the message:<br><font size="1">2009-01-24 10:03:23 [DEBUG] mod_event_socket.c:1791 listener_run() Connection Open from <a href="http://127.0.0.1:54741">127.0.0.1:54741</a><br>
2009-01-24 10:03:23 [DEBUG] mod_event_socket.c:1914 listener_run() Session complete, waiting for children<br>2009-01-24 10:03:23 [DEBUG] mod_event_socket.c:1938 listener_run() Connection Closed</font><br><br>This is what i did in the other console:<br>
<font size="1">-bash-3.2# cd /usr/src/freeswitch-1.0.2/libs/esl/<br>-bash-3.2# make clean<br>rm -f *.o src/*.o testclient testserver fs_cli libesl.a *~ src/*~ src/include/*~<br>-bash-3.2# make<br>cc&nbsp; -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -c src/esl.c -o src/esl.o<br>
cc&nbsp; -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -c src/esl_event.c -o src/esl_event.o<br>cc&nbsp; -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -c src/esl_threadmutex.c -o src/esl_threadmutex.o<br>
cc&nbsp; -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -c src/esl_config.c -o src/esl_config.o<br>ar rcs libesl.a src/esl.o src/esl_event.o src/esl_threadmutex.o src/esl_config.o<br>
ranlib libesl.a<br>cc&nbsp; -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes fs_cli.c -o fs_cli -L. -L../../libs/libedit/src/.libs -lncurses -lpthread -lesl -ledit<br>
cc&nbsp; -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes testclient.c -o testclient -L. -lncurses -lpthread -lesl<br>
cc&nbsp; -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes testserver.c -o testserver -L. -lncurses -lpthread -lesl<br>
-bash-3.2# ./fs_cli<br>-bash-3.2# <br></font><br><div class="gmail_quote"><br></div><br>