Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] Polycom register problem in private address


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





PostPosted: Wed Apr 08, 2009 10:24 pm    Post subject: [Freeswitch-users] Polycom register problem in private addre Reply with quote

This is because the Polycom doesn't support STUN, RPORT or any other nat traversal technology. You have a couple of choices please review http://wiki.freeswitch.org/wiki/NAT_Traversal

Also review the NDLB-force-rport option for the sofia profile to assume rport. CAUTION this breaks things like cisco phones.


/b

On Apr 8, 2009, at 9:02 PM, zhaoxxqq wrote:
Quote:
hi,
I use FS server at public Address. I use polycom's IP550 at private address(192.168.0.120), Now there is a problem that the IP550 can not register to FS. But when I use account to eyebeam, the registering is OK. the attachment is my IP 550's config file, I think it must be NAT problem. Can anyone can help me solve it?


Brian West
brian@freeswitch.org



-- Meet us at ClueCon! http://www.cluecon.com
Back to top
peder at networkoblivi...
Guest





PostPosted: Thu Apr 09, 2009 10:08 am    Post subject: [Freeswitch-users] Polycom register problem in private addre Reply with quote

You might try entering your external NAT IP into the Polycom config.
I've found that if you specify the external IP, Polycom's generally work
better thru NAT. This is one area where Cisco is superior to Polycom.
On Cisco, you just enable NAT and you don't have to specify the external
IP. Of course Cisco has a whole mess of their own issues too.

Peder


Brian West wrote:
Quote:
This is because the Polycom doesn't support STUN, RPORT or any other nat
traversal technology. You have a couple of choices please
review http://wiki.freeswitch.org/wiki/NAT_Traversal

Also review the NDLB-force-rport option for the sofia profile to assume
rport. CAUTION this breaks things like cisco phones.

/b

On Apr 8, 2009, at 9:02 PM, zhaoxxqq wrote:

Quote:
hi,
I use FS server at public Address. I use polycom's IP550 at private
address(192.168.0.120), Now there is a problem that the IP550 can not
register to FS. But when I use account to eyebeam, the registering is
OK. the attachment is my IP 550's config file, I think it must be NAT
problem. Can anyone can help me solve it?

Brian West
brian@freeswitch.org

-- Meet us at ClueCon! http://www.cluecon.com <http://www.cluecon.com/>





------------------------------------------------------------------------

_______________________________________________
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

_______________________________________________
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
chris at fowler.cc
Guest





PostPosted: Thu Apr 09, 2009 11:03 am    Post subject: [Freeswitch-users] Polycom register problem in private addre Reply with quote

I'm running FS on Amazons' EC2 compute cloud (AWS) and have 30 Polycom
phones working happily in this config.

I modified the Internal profile in
/usr/local/freeswitch/conf/sip_profiles/internal.xml to include:

<param name="aggressive-nat-detection" value="true"/>
<param name="NDLB-force-rport" value="true"/>

The phones connect on port 5060 - nothing specical to config in the
<mac>-phone.cfg file for the phone; just host, port, user/pass.

Chris.

_______________________________________________
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
brian at freeswitch.org
Guest





PostPosted: Thu Apr 09, 2009 11:20 am    Post subject: [Freeswitch-users] Polycom register problem in private addre Reply with quote

Did you request public IP's for your EC2 instance?

/b

On Apr 9, 2009, at 10:51 AM, Chris Fowler wrote:
Quote:
I'm running FS on Amazons' EC2 compute cloud (AWS) and have 30 Polycom
phones working happily in this config.

I modified the Internal profile in
/usr/local/freeswitch/conf/sip_profiles/internal.xml to include:

<param name="aggressive-nat-detection" value="true"/>
<param name="NDLB-force-rport" value="true"/>

The phones connect on port 5060 - nothing specical to config in the
<mac>-phone.cfg file for the phone; just host, port, user/pass.

Chris.


Brian West
brian@freeswitch.org (brian@freeswitch.org)



-- Meet us at ClueCon! http://www.cluecon.com
Back to top
msc at freeswitch.org
Guest





PostPosted: Thu Apr 09, 2009 11:24 am    Post subject: [Freeswitch-users] Polycom register problem in private addre Reply with quote

Hey, this would be great info to put on the wiki... (hint hint wink wink nudge nudge) Smile
-MC

On Thu, Apr 9, 2009 at 8:51 AM, Chris Fowler <chris@fowler.cc> wrote:
Quote:
I'm running FS on Amazons' EC2 compute cloud (AWS) and have 30 Polycom
phones working happily in this config.

I modified the Internal profile in
/usr/local/freeswitch/conf/sip_profiles/internal.xml to include:

   <param name="aggressive-nat-detection" value="true"/>
   <param name="NDLB-force-rport" value="true"/>

The phones connect on port 5060 - nothing specical to config in the
<mac>-phone.cfg file for the phone; just host, port, user/pass.

Chris.

_______________________________________________
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
chris at fowler.cc
Guest





PostPosted: Thu Apr 09, 2009 11:38 am    Post subject: [Freeswitch-users] Polycom register problem in private addre Reply with quote

Brian: Did you request public IP's for your EC2 instance?

Yes; there is an Elastic IP (EIP) associated with the instance.

Also specify the EIP in vars.xml
<X-PRE-PROCESS cmd="set" data="bind_server_ip=<insert EIP here>"/>
<X-PRE-PROCESS cmd="set" data="external_rtp_ip=<insert EIP here>"/>
<X-PRE-PROCESS cmd="set" data="external_sip_ip=<insert EIP here>"/>

Quote:
Quote:
Re: Wiki
Yup I need to get on this.

FWIW - I work for RightScale; our computer room is empty except for
routers and switches. *Everything* else lives in the Cloud Smile

Cheers, Chris.

_______________________________________________
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