Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] freeswitch hangs


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
sunil.d.admin at gmail...
Guest





PostPosted: Tue Sep 02, 2008 8:20 am    Post subject: [Freeswitch-users] freeswitch hangs Reply with quote

Hi,

When I am starting my freeswitch it stops at the below mentioned point in the console:-


2008-09-02 18:33:18 [CONSOLE] switch_loadable_module.c:778 switch_loadable_module_load_file() Successfully Loaded [mod_cdr_csv]
2008-09-02 18:33:18 [CONSOLE] switch_loadable_module.c:778 switch_loadable_module_load_file() Successfully Loaded [mod_event_socket]
2008-09-02 18:33:18 [NOTICE] switch_loadable_module.c:237 switch_loadable_module_process() Adding Application 'socket'



Please guide me on the same. Is it because of misconfiguration or something missing.

regards,
Sunil
Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Sep 02, 2008 9:36 am    Post subject: [Freeswitch-users] freeswitch hangs Reply with quote

Is something else already running on any of the ports FreeSWITCH might
want to bind to?

/b

On Sep 2, 2008, at 8:19 AM, Sunil Singh wrote:

Quote:
Hi,

When I am starting my freeswitch it stops at the below mentioned
point in the console:-


2008-09-02 18:33:18 [CONSOLE] switch_loadable_module.c:778
switch_loadable_module_load_file() Successfully Loaded [mod_cdr_csv]
2008-09-02 18:33:18 [CONSOLE] switch_loadable_module.c:778
switch_loadable_module_load_file() Successfully Loaded
[mod_event_socket]
2008-09-02 18:33:18 [NOTICE] switch_loadable_module.c:237
switch_loadable_module_process() Adding Application 'socket'



Please guide me on the same. Is it because of misconfiguration or
something missing.

regards,
Sunil


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Brian West
sip:brian@freeswitch.org







_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
anthony.minessale at g...
Guest





PostPosted: Tue Sep 02, 2008 10:31 am    Post subject: [Freeswitch-users] freeswitch hangs Reply with quote

1) Is it trying to do a stun lookup and getting stuck waiting for the reply?

2) Do you have a very strict firewall that might prevent sofia from sending itself a rtp packet on startup?
if you do have a firewall try it with the firewall disabled to confirm.



On Tue, Sep 2, 2008 at 9:33 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Is something else already running on any of the ports FreeSWITCH might
want to bind to?

/b


On Sep 2, 2008, at 8:19 AM, Sunil Singh wrote:

Quote:
Hi,

When I am starting my freeswitch it stops at the below mentioned
point in the console:-


2008-09-02 18:33:18 [CONSOLE] switch_loadable_module.c:778
switch_loadable_module_load_file() Successfully Loaded [mod_cdr_csv]
2008-09-02 18:33:18 [CONSOLE] switch_loadable_module.c:778
switch_loadable_module_load_file() Successfully Loaded
[mod_event_socket]
2008-09-02 18:33:18 [NOTICE] switch_loadable_module.c:237
switch_loadable_module_process() Adding Application 'socket'



Please guide me on the same. Is it because of misconfiguration or
something missing.

regards,
Sunil




Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Brian West
sip:brian@freeswitch.org ([email]sip%3Abrian@freeswitch.org[/email])







_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
sunil.d.admin at gmail...
Guest





PostPosted: Wed Sep 03, 2008 10:53 pm    Post subject: [Freeswitch-users] freeswitch hangs Reply with quote

Hi,

Thanks for the replies.

I recompiled it and now it hangs for some time (2-4 mins) but after that it comes up. I am running it on a normal P4 macine with specialized kernel.

Regarding ports: - Following ports are opened
i) 22 - SSH
ii) 80 - HTTPD
iii) 3306 - MYSQL

Regarding firewall, no firewall is currently running. Earlier it was quiet fast, but now suddely it has become slow.

Thanks & Regards,
Sunil

On Tue, Sep 2, 2008 at 8:59 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
1) Is it trying to do a stun lookup and getting stuck waiting for the reply?

2) Do you have a very strict firewall that might prevent sofia from sending itself a rtp packet on startup?
if you do have a firewall try it with the firewall disabled to confirm.




On Tue, Sep 2, 2008 at 9:33 AM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Is something else already running on any of the ports FreeSWITCH might
want to bind to?

/b


On Sep 2, 2008, at 8:19 AM, Sunil Singh wrote:

Quote:
Hi,

When I am starting my freeswitch it stops at the below mentioned
point in the console:-


2008-09-02 18:33:18 [CONSOLE] switch_loadable_module.c:778
switch_loadable_module_load_file() Successfully Loaded [mod_cdr_csv]
2008-09-02 18:33:18 [CONSOLE] switch_loadable_module.c:778
switch_loadable_module_load_file() Successfully Loaded
[mod_event_socket]
2008-09-02 18:33:18 [NOTICE] switch_loadable_module.c:237
switch_loadable_module_process() Adding Application 'socket'



Please guide me on the same. Is it because of misconfiguration or
something missing.

regards,
Sunil




Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Brian West
sip:brian@freeswitch.org ([email]sip%3Abrian@freeswitch.org[/email])







_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Sep 03, 2008 10:57 pm    Post subject: [Freeswitch-users] freeswitch hangs Reply with quote

You'll wanna disable the stun lookups chances are they are just timing
out. or remove the external.xml profile and see if it stops.

/b

On Sep 3, 2008, at 10:52 PM, Sunil Singh wrote:

Quote:
I recompiled it and now it hangs for some time (2-4 mins) but after
that it comes up. I am running it on a normal P4 macine with
specialized kernel.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services