<br><br><div class="gmail_quote">2010/6/4 Christian Löschenkohl <span dir="ltr">&lt;<a href="mailto:christian.loeschenkohl@xpirio.com">christian.loeschenkohl@xpirio.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
thank you very much<br>
<br>
updating to the latest version did cure all my problems<br>
i will stay on trunk from now on<br>
<br>
sorry that i didn&#39;t try this as first step<br>
<br>
br<br>
<div class="im"><br></div></blockquote><div><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.<br>
&lt;9&gt;:cat rebuild-freeswitch.sh<br>#!/bin/sh<br>freeswitch -stop<br>make current<br>cd libs/esl<br>make<br>make perlmod<br>cd ../..<br>sleep 10<br>freeswitch -nc -nonat<br><br>Be sure to build all the ESL-ish mods that you use.<br>
-MC<br></div></div>