Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] New install can't register softphone


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
larclap at yahoo.com
Guest





PostPosted: Sat May 09, 2009 9:53 am    Post subject: [Freeswitch-users] New install can't register softphone Reply with quote

I’ve just installed fs-1.0.4pre7 quick-and-dirty and tried to connect a softphone to fs, but the phone refuses to register. I have tried two different ones (EyeBeam and Zoiper), but neither can register.

I have turned off all firewalls(XP firewall, Outpost) on the client machine where the softphone is installed. I can ping the freeswitch machine from the client and I can ping the client machine from the freeswitch machine.

The wireshark conversation is:

12 1.539643 192.168.10.11 192.168.10.29 SIP Request: SUBSCRIBE sip:1000@192.168.10.29;transport=UDP
13 1.539676 192.168.10.11 192.168.10.29 SIP Request: SUBSCRIBE sip:1000@192.168.10.29;transport=UDP
14 1.539722 192.168.10.11 192.168.10.29 SIP Request: REGISTER sip:192.168.10.29;transport=UDP
15 1.539757 192.168.10.11 192.168.10.29 SIP Request: REGISTER sip:192.168.10.29;transport=UDP
16 1.540027 192.168.10.29 192.168.10.11 ICMP Destination unreachable (Host administratively prohibited)

where 192.168.10.11 is the client machine and 192.168.10.29 is freeswitch. Freeswitch is running on CentOS 5.3.

What is keeping the freeswitch machine from pinging the client?

Thanks, Lars
Back to top
anthony.minessale at g...
Guest





PostPosted: Sat May 09, 2009 10:16 am    Post subject: [Freeswitch-users] New install can't register softphone Reply with quote

probably iptables

try
/etc/init.d/iptables stop

if it starts working, go back and fix the rules or leave it off if you are already in a private network.



On Sat, May 9, 2009 at 9:52 AM, Lars Zeb <larclap@yahoo.com (larclap@yahoo.com)> wrote:
Quote:

I’ve just installed fs-1.0.4pre7 quick-and-dirty and tried to connect a softphone to fs, but the phone refuses to register. I have tried two different ones (EyeBeam and Zoiper), but neither can register.
 
I have turned off all firewalls(XP firewall, Outpost) on the client machine where the softphone is installed.  I can ping the freeswitch machine from the client and I can ping the client machine from the freeswitch machine.
 
The wireshark conversation is:
 
12           1.539643              192.168.10.11     192.168.10.29     SIP          Request: SUBSCRIBE sip:1000@192.168.10.29 ([email]sip%3A1000@192.168.10.29[/email]);transport=UDP
13           1.539676              192.168.10.11     192.168.10.29     SIP          Request: SUBSCRIBE sip:1000@192.168.10.29 ([email]sip%3A1000@192.168.10.29[/email]);transport=UDP
14           1.539722              192.168.10.11     192.168.10.29     SIP          Request: REGISTER sip:192.168.10.29;transport=UDP
15           1.539757              192.168.10.11     192.168.10.29     SIP          Request: REGISTER sip:192.168.10.29;transport=UDP
16           1.540027              192.168.10.29     192.168.10.11     ICMP     Destination unreachable (Host administratively prohibited)
 
where 192.168.10.11 is the client machine and 192.168.10.29 is freeswitch. Freeswitch is running on CentOS 5.3.
 
What is keeping the freeswitch machine from pinging the client?
 
Thanks, Lars


_______________________________________________
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
larclap at yahoo.com
Guest





PostPosted: Sat May 09, 2009 12:49 pm    Post subject: [Freeswitch-users] New install can't register softphone Reply with quote

Sorry, I rebooted both machines and now can hear the moh. Thanks.

From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Lars Zeb
Sent: Saturday, May 09, 2009 9:48 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] New install can't register softphone



Logged onto root and typed:

/etc/init.d/iptables save
/etc/init.d/iptables stop

Message: Unloading iptables modules

ps –ef shows no iptables running

Still cannot register phone


From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Anthony Minessale
Sent: Saturday, May 09, 2009 8:15 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] New install can't register softphone


probably iptables

try
/etc/init.d/iptables stop

if it starts working, go back and fix the rules or leave it off if you are already in a private network.


On Sat, May 9, 2009 at 9:52 AM, Lars Zeb <larclap@yahoo.com (larclap@yahoo.com)> wrote:
I’ve just installed fs-1.0.4pre7 quick-and-dirty and tried to connect a softphone to fs, but the phone refuses to register. I have tried two different ones (EyeBeam and Zoiper), but neither can register.

I have turned off all firewalls(XP firewall, Outpost) on the client machine where the softphone is installed. I can ping the freeswitch machine from the client and I can ping the client machine from the freeswitch machine.

The wireshark conversation is:

12 1.539643 192.168.10.11 192.168.10.29 SIP Request: SUBSCRIBE sip:1000@192.168.10.29 ([email]sip%3A1000@192.168.10.29[/email]);transport=UDP
13 1.539676 192.168.10.11 192.168.10.29 SIP Request: SUBSCRIBE sip:1000@192.168.10.29 ([email]sip%3A1000@192.168.10.29[/email]);transport=UDP
14 1.539722 192.168.10.11 192.168.10.29 SIP Request: REGISTER sip:192.168.10.29;transport=UDP
15 1.539757 192.168.10.11 192.168.10.29 SIP Request: REGISTER sip:192.168.10.29;transport=UDP
16 1.540027 192.168.10.29 192.168.10.11 ICMP Destination unreachable (Host administratively prohibited)

where 192.168.10.11 is the client machine and 192.168.10.29 is freeswitch. Freeswitch is running on CentOS 5.3.

What is keeping the freeswitch machine from pinging the client?

Thanks, Lars



_______________________________________________
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
larclap at yahoo.com
Guest





PostPosted: Sat May 09, 2009 2:55 pm    Post subject: [Freeswitch-users] New install can't register softphone Reply with quote

Logged onto root and typed:

/etc/init.d/iptables save
/etc/init.d/iptables stop

Message: Unloading iptables modules

ps –ef shows no iptables running

Still cannot register phone


From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Anthony Minessale
Sent: Saturday, May 09, 2009 8:15 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] New install can't register softphone


probably iptables

try
/etc/init.d/iptables stop

if it starts working, go back and fix the rules or leave it off if you are already in a private network.



On Sat, May 9, 2009 at 9:52 AM, Lars Zeb <larclap@yahoo.com (larclap@yahoo.com)> wrote:
I’ve just installed fs-1.0.4pre7 quick-and-dirty and tried to connect a softphone to fs, but the phone refuses to register. I have tried two different ones (EyeBeam and Zoiper), but neither can register.

I have turned off all firewalls(XP firewall, Outpost) on the client machine where the softphone is installed. I can ping the freeswitch machine from the client and I can ping the client machine from the freeswitch machine.

The wireshark conversation is:

12 1.539643 192.168.10.11 192.168.10.29 SIP Request: SUBSCRIBE sip:1000@192.168.10.29 ([email]sip%3A1000@192.168.10.29[/email]);transport=UDP
13 1.539676 192.168.10.11 192.168.10.29 SIP Request: SUBSCRIBE sip:1000@192.168.10.29 ([email]sip%3A1000@192.168.10.29[/email]);transport=UDP
14 1.539722 192.168.10.11 192.168.10.29 SIP Request: REGISTER sip:192.168.10.29;transport=UDP
15 1.539757 192.168.10.11 192.168.10.29 SIP Request: REGISTER sip:192.168.10.29;transport=UDP
16 1.540027 192.168.10.29 192.168.10.11 ICMP Destination unreachable (Host administratively prohibited)

where 192.168.10.11 is the client machine and 192.168.10.29 is freeswitch. Freeswitch is running on CentOS 5.3.

What is keeping the freeswitch machine from pinging the client?

Thanks, Lars



_______________________________________________
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
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