<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks Stanislav,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Much appreciated.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Richard</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 March 2015 at 11:19, Stanislav Sinyagin <span dir="ltr"><<a href="mailto:ssinyagin@gmail.com" target="_blank">ssinyagin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I submitted <a href="https://freeswitch.org/jira/browse/FS-7358" target="_blank">https://freeswitch.org/jira/browse/FS-7358</a><br>
<br>
mod_event_socket is loaded, and then<br>
2015-03-10 11:29:48.367067 [NOTICE] switch_loadable_module.c:102<br>
Thread ended for mod_event_socket<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On Tue, Mar 10, 2015 at 12:04 PM, Steven Ayre <<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>> wrote:<br>
> Are you sure it's trying to load mod_event_socket? Unless it loads that<br>
> module it won't listen on 8021.<br>
><br>
> If it is trying to, perhaps start freeswitch in the foreground (-c option)<br>
> and then (re)load the module once it's running. If there's an error that'll<br>
> hopefully show it up if it's not making it to the log file.<br>
><br>
> On 10 March 2015 at 09:24, Richard Mace <<a href="mailto:richard.mace@gmail.com">richard.mace@gmail.com</a>> wrote:<br>
>><br>
>> Nothing, by the looks of things<br>
>><br>
>> root@FreeSWITCH:~# netstat -an | grep 8021<br>
>> root@FreeSWITCH:~#<br>
>><br>
>> Thanks<br>
>><br>
>><br>
>> On 10 March 2015 at 09:07, Stanislav Sinyagin <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>> wrote:<br>
>>><br>
>>> Richard, what do you see in the output:<br>
>>><br>
>>> netstat -an | grep 8021<br>
>>><br>
>>><br>
>>><br>
>>> On Tue, Mar 10, 2015 at 10:06 AM, Stanislav Sinyagin<br>
>>> <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>> wrote:<br>
>>> > this is exactly what I saw on a system which had no IPv4 address on<br>
>>> > its ethernet ports. FreeSWITCH was just not listening to port 8021,<br>
>>> > without any errors in the log.<br>
>>> ><br>
>>> > On Tue, Mar 10, 2015 at 9:16 AM, Richard Mace <<a href="mailto:richard.mace@gmail.com">richard.mace@gmail.com</a>><br>
>>> > wrote:<br>
>>> >> Hi Bote,<br>
>>> >> Tried this as well, on the local machine:<br>
>>> >><br>
>>> >> root@FreeSWITCH:~# fs_cli 127.0.0.1<br>
>>> >> [ERROR] fs_cli.c:1565 main() Error Connecting [Socket Connection<br>
>>> >> Error]<br>
>>> >><br>
>>> >> root@FreeSWITCH:~# /etc/init.d/freeswitch status<br>
>>> >> [ ok ] freeswitch is running.<br>
>>> >><br>
>>> >> Richard<br>
>>> >><br>
>>> >><br>
>>> >> On 10 March 2015 at 07:11, Bote Man <<a href="mailto:bote_radio@botecomm.com">bote_radio@botecomm.com</a>> wrote:<br>
>>> >>><br>
>>> >>> You could explicitly direct fs_cli to a particular i.p. address<br>
>>> >>> either on<br>
>>> >>> the command line or using a profile definition.<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Bote<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> From: Richard Mace<br>
>>> >>> Sent: Tuesday, 10 March, 2015 02:20<br>
>>> >>> To: FreeSWITCH Users Help<br>
>>> >>> Subject: Re: [Freeswitch-users] fs_cli will not connect on Fresh<br>
>>> >>> install<br>
>>> >>> on Debian<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Hi,<br>
>>> >>><br>
>>> >>> Is there an fs_cli command that I can use that will get me round the<br>
>>> >>> current bug?<br>
>>> >>><br>
>>> >>> Its strange as it's only happened within the last month, as I built a<br>
>>> >>> system recently that worked fine out of the box.<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Thanks<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Richard<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> On 9 March 2015 at 10:37, Richard Mace <<a href="mailto:richard.mace@gmail.com">richard.mace@gmail.com</a>><br>
>>> >>> wrote:<br>
>>> >>><br>
>>> >>> Hi Brian,<br>
>>> >>><br>
>>> >>> Removed the line, and rebooted, but still getting:<br>
>>> >>><br>
>>> >>> root@FreeSWITCH:~# fs_cli<br>
>>> >>> [ERROR] fs_cli.c:1565 main() Error Connecting [Socket Connection<br>
>>> >>> Error]<br>
>>> >>><br>
>>> >>> Richard<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> On 6 March 2015 at 20:42, Brian West <<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>> wrote:<br>
>>> >>><br>
>>> >>> remove<br>
>>> >>><br>
>>> >>> ::1 localhost ip6-localhost ip6-loopback<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> from /etc/hosts<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> its a bug in debian.<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> On Fri, Mar 6, 2015 at 3:33 PM, Richard Mace <<a href="mailto:richard.mace@gmail.com">richard.mace@gmail.com</a>><br>
>>> >>> wrote:<br>
>>> >>><br>
>>> >>> Hi,<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Sorry, I should have clarified that this is running locally on the<br>
>>> >>> machine<br>
>>> >>> running FreeSWITCH.<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Richard<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> On 6 March 2015 at 20:02, Bote Man <<a href="mailto:bote_radio@botecomm.com">bote_radio@botecomm.com</a>> wrote:<br>
>>> >>><br>
>>> >>> On a fresh FS installation fs_cli only connects to 127.0.01<br>
>>> >>> localhost.<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> To connect from a remote machine put a valid routable interface<br>
>>> >>> address<br>
>>> >>> (although I have 0.0.0.0 in mine) in<br>
>>> >>><br>
>>> >>> conf/autoload_configs/event_socket.conf.xml<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> and change the password and maybe even the port depending on the<br>
>>> >>> crackability of your network.<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Then you’ll probably want to configure a profile configuration file<br>
>>> >>> with<br>
>>> >>> tight permissions to avoid having to type the parameters on the<br>
>>> >>> command line<br>
>>> >>> every time you start fs_cli.<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Check the ‘command-line Interface fs_cli’ Confluence page for all the<br>
>>> >>> details.<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Bote<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> From: Richard Mace<br>
>>> >>> Sent: Friday, 06 March, 2015 14:34<br>
>>> >>> Subject: [Freeswitch-users] fs_cli will not connect on Fresh install<br>
>>> >>> on<br>
>>> >>> Debian<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Hi All,<br>
>>> >>><br>
>>> >>> I did a fresh install of both Debian and FreeSWITCH today, following<br>
>>> >>> the<br>
>>> >>> article here:<br>
>>> >>><br>
>>> >>> <a href="https://freeswitch.org/confluence/display/FREESWITCH/Debian" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/Debian</a><br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> However, after installation, fs_cli will not connect. Any ideas?<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Thanks<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>> Richard<br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>><br>
>>> >>><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>
>>> >>> Official FreeSWITCH Sites<br>
>>> >>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>> >>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>>> >>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>> >>><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>
>>> >>><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>
>>> >><br>
>>> >><br>
>>> >><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>
>>> >> Official FreeSWITCH Sites<br>
>>> >> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>> >> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>>> >> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>> >><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>
>>> >><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>
>>><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>
>>> Official FreeSWITCH Sites<br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>><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>
>><br>
>><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>
>> Official FreeSWITCH Sites<br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>><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>
><br>
><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>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
><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>
<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>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<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></div></div></blockquote></div><br></div>