[asterisk-bugs] [Asterisk 0010431]: Asterisk ignores port in register directive
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Sep 4 09:52:50 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=10431
======================================================================
Reported By: amatory
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 10431
Category: Channels/chan_sip/Registration
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Asterisk Version: 1.4.10
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: suspended
Fixed in Version:
======================================================================
Date Submitted: 08-11-2007 19:14 CDT
Last Modified: 09-04-2007 09:52 CDT
======================================================================
Summary: Asterisk ignores port in register directive
Description:
I have seen this error in both Asterisk 1.2.18 and 1.4.6.
I have the following register string in sip.conf
register=username:password at 192.168.14.250:6060/username
Asterisk should thus send the register request to: 192.168.14.250 at port
6060. However, it sends the request to standard 5060 port. Here is the
output from CLI
Retransmitting http://bugs.digium.com/view.php?id=5 (NAT) to
192.168.14.250:5060:
REGISTER sip:192.168.14.250:6060 SIP/2.0
Via: SIP/2.0/UDP 192.168.14.104:5070;branch=z9hG4bK3a63040b;rport
From: <sip:username at 192.168.14.250>;tag=as7857a350
To: <sip:username at 192.168.14.250>
Call-ID: 7dba5db402361ef80ba686c94f60bc51 at 127.0.0.1
CSeq: 102 REGISTER
User-Agent: Asterisk PBX
Max-Forwards: 70
Expires: 120
Contact: <sip:username at 192.168.14.104:5070>
Event: registration
Content-Length: 0
======================================================================
----------------------------------------------------------------------
file - 09-04-07 09:52
----------------------------------------------------------------------
Suspended due to lack of feedback. If you can provide the needed
information feel free to reopen with it.
Issue History
Date Modified Username Field Change
======================================================================
09-04-07 09:52 file Resolution open => suspended
09-04-07 09:52 file Assigned To => file
09-04-07 09:52 file Note Added: 0069896
======================================================================
More information about the asterisk-bugs
mailing list