Re: [Freeswitch-users] Polycom register problem in private address

2009-04-09 Thread pe...@networkoblivion.com
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:
 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:
 
 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
 br...@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


Re: [Freeswitch-users] Polycom register problem in private address

2009-04-09 Thread Chris Fowler
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


Re: [Freeswitch-users] Polycom register problem in private address

2009-04-09 Thread Brian West

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

/b

On Apr 9, 2009, at 10:51 AM, Chris Fowler wrote:


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
br...@freeswitch.org

-- Meet us at ClueCon!  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


Re: [Freeswitch-users] Polycom register problem in private address

2009-04-09 Thread Michael Collins
Hey, this would be great info to put on the wiki... (hint hint wink wink
nudge nudge) :)
-MC

On Thu, Apr 9, 2009 at 8:51 AM, Chris Fowler ch...@fowler.cc wrote:

 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

___
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


Re: [Freeswitch-users] Polycom register problem in private address

2009-04-09 Thread Chris Fowler
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/

 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 :-)

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


Re: [Freeswitch-users] Polycom register problem in private address

2009-04-08 Thread Brian West
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:


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
br...@freeswitch.org

-- Meet us at ClueCon!  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