That is a terrible way to start freeswitch when a perfectly good init.d script exists.<div><div><br><br><div class="gmail_quote">On 9 July 2013 16:10, sreekanth <span dir="ltr">&lt;<a href="mailto:sreekanth@sipcosystems.com" target="_blank">sreekanth@sipcosystems.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">just add  &quot;/usr/local/freeswitch/bin/freeswitch -nc&quot;  to /etc/rc/local<br>
before exit 0<br>
<br>
My rc.local file looks like below<br>
#!/bin/sh -e<br>
#<br>
# rc.local<br>
#<br>
# This script is executed at the end of each multiuser runlevel.<br>
# Make sure that the script will &quot;exit 0&quot; on success or any other<br>
# value on error.<br>
#<br>
# In order to enable or disable this script just change the execution<br>
# bits.<br>
#<br>
# By default this script does nothing.<br>
/usr/local/freeswitch/bin/freeswitch -nc<br>
exit 0<br>
------------<br>
cheers !<br>
<br>
<a href="http://askadmin.com" target="_blank">http://askadmin.com</a> <a href="http://sipcosystems.com" target="_blank">http://sipcosystems.com</a><br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-Start-up-Script-Ubuntu-Server-tp3723445p7592714.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-Start-up-Script-Ubuntu-Server-tp3723445p7592714.html</a><br>


Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<div class="HOEnZb"><div class="h5"><br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div></div>