[Freeswitch-users] outbound socket problem / fs_ivrd general protection, segfault

Michael Collins msc at freeswitch.org
Mon Jun 7 09:37:08 PDT 2010


2010/6/4 Christian Löschenkohl <christian.loeschenkohl at xpirio.com>

> thank you very much
>
> updating to the latest version did cure all my problems
> i will stay on trunk from now on
>
> sorry that i didn't try this as first step
>
> br
>
>
FYI, I use this shell script on a few test boxes. I keep it in the root of
the src tree and run it whenever I want to update to the latest, which is
usually each morning when I arrive at my desk.
<9>:cat rebuild-freeswitch.sh
#!/bin/sh
freeswitch -stop
make current
cd libs/esl
make
make perlmod
cd ../..
sleep 10
freeswitch -nc -nonat

Be sure to build all the ESL-ish mods that you use.
-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100607/1b58126b/attachment.html 


More information about the FreeSWITCH-users mailing list