Re: [asterisk-users] Registering a Cisco 7965 on 1.4.26

2010-05-05 Thread Danny Nicholas
Maybe a rtp.conf problem - normal values are 1-2.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of James Lamanna
Sent: Wednesday, May 05, 2010 12:01 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Registering a Cisco 7965 on 1.4.26

Hi,
I'm having a problem trying to get a Cisco 7965 phone registered on
Asterisk 1.4.26.
As we know, Cisco now, for security reasons, has made the phone ports
non-symmetric, in that it sends out UDP requests on a high port and
receives them on a different port.
It seems that, even with 'nat' set to 'no', that Asterisk is not
honoring the Contact header and keeps attempting to send requests back
to the high port number.
I tried this on 1.6.0.9 with nat=no and everything works fine.
Is this a problem with 1.4.26? Is there a 1.4.x version that works? Or
did I manage to screw something up?

Thanks.

-- James

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Registering a Cisco 7965 on 1.4.26

2010-05-05 Thread James Lamanna
Hi,
I'm having a problem trying to get a Cisco 7965 phone registered on
Asterisk 1.4.26.
As we know, Cisco now, for security reasons, has made the phone ports
non-symmetric, in that it sends out UDP requests on a high port and
receives them on a different port.
It seems that, even with 'nat' set to 'no', that Asterisk is not
honoring the Contact header and keeps attempting to send requests back
to the high port number.
I tried this on 1.6.0.9 with nat=no and everything works fine.
Is this a problem with 1.4.26? Is there a 1.4.x version that works? Or
did I manage to screw something up?

Thanks.

-- James

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Registering a Cisco 7965 on 1.4.26

2010-05-05 Thread James Lamanna
On Wed, May 5, 2010 at 10:16 AM, Danny Nicholas da...@debsinc.com wrote:
 Maybe a rtp.conf problem - normal values are 1-2.

I haven't even gotten to the RTP stage, it won't even register on the SIP side
because responses are being sent back to the wrong SIP signaling port.

-- James


 -Original Message-
 From: asterisk-users-boun...@lists.digium.com
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of James Lamanna
 Sent: Wednesday, May 05, 2010 12:01 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [asterisk-users] Registering a Cisco 7965 on 1.4.26

 Hi,
 I'm having a problem trying to get a Cisco 7965 phone registered on
 Asterisk 1.4.26.
 As we know, Cisco now, for security reasons, has made the phone ports
 non-symmetric, in that it sends out UDP requests on a high port and
 receives them on a different port.
 It seems that, even with 'nat' set to 'no', that Asterisk is not
 honoring the Contact header and keeps attempting to send requests back
 to the high port number.
 I tried this on 1.6.0.9 with nat=no and everything works fine.
 Is this a problem with 1.4.26? Is there a 1.4.x version that works? Or
 did I manage to screw something up?

 Thanks.

 -- James


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Registering a Cisco 7965 on 1.4.26

2010-05-05 Thread David White

James,

I'm assuming your talking SIP here.

It's not the Contact header that is important here but the Via header.  
Responses should be going back to whatever port is specified there.

Contact header is used for incoming requests.
Via header is used for responses to outgoing requests.

7965:
10.1.1.1:44392  -  register (Via: SIP/2.0/UDP 10.1.1.1:5060;branch=) - 
asterisk

asterisk should send a response back to 10.1.1.1:5060

from asterisk cli, run 'sip set debug' and post a copy of the REGISTER and 
asterisk's response.

-David

-Original Message-
From: asterisk-users-boun...@lists.digium.com on behalf of James Lamanna
Sent: Wed 5/5/2010 10:01 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Registering a Cisco 7965 on 1.4.26
 
Hi,
I'm having a problem trying to get a Cisco 7965 phone registered on
Asterisk 1.4.26.
As we know, Cisco now, for security reasons, has made the phone ports
non-symmetric, in that it sends out UDP requests on a high port and
receives them on a different port.
It seems that, even with 'nat' set to 'no', that Asterisk is not
honoring the Contact header and keeps attempting to send requests back
to the high port number.
I tried this on 1.6.0.9 with nat=no and everything works fine.
Is this a problem with 1.4.26? Is there a 1.4.x version that works? Or
did I manage to screw something up?

Thanks.

-- James

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Registering a Cisco 7965 on 1.4.26

2010-05-05 Thread Warren Selby
On Wed, May 5, 2010 at 5:05 PM, David White david.wh...@watchguard.comwrote:


 -Original Message-
 From: asterisk-users-boun...@lists.digium.com on behalf of James Lamanna
 Sent: Wed 5/5/2010 10:01 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [asterisk-users] Registering a Cisco 7965 on 1.4.26

 Hi,
 I'm having a problem trying to get a Cisco 7965 phone registered on
 Asterisk 1.4.26.
 As we know, Cisco now, for security reasons, has made the phone ports
 non-symmetric, in that it sends out UDP requests on a high port and
 receives them on a different port.
 It seems that, even with 'nat' set to 'no', that Asterisk is not
 honoring the Contact header and keeps attempting to send requests back
 to the high port number.
 I tried this on 1.6.0.9 with nat=no and everything works fine.
 Is this a problem with 1.4.26? Is there a 1.4.x version that works? Or
 did I manage to screw something up?

 Thanks.

 -- James


Have you tried testing on the latest version of the 1.4.x branch?  I believe
1.4.31 was released a couple days ago.

Are your phones on the same LAN as your asterisk server?  I only found the
port issue to be an issue when I had a phone at a client house or office and
they were connecting to a public server.  Which version of the SIP firmware
are you using on your 7965?

-- 
Thanks,
--Warren Selby
http://www.selbytech.com
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users