[asterisk-bugs] [Asterisk 0015342]: parsing of sip register lines is still broken
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jun 17 05:17:32 CDT 2009
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=15342
======================================================================
Reported By: ffs
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15342
Category: Channels/chan_sip/Registration
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 201260
Request Review:
======================================================================
Date Submitted: 2009-06-17 05:17 CDT
Last Modified: 2009-06-17 05:17 CDT
======================================================================
Summary: parsing of sip register lines is still broken
Description:
A register line within sip.conf has the following format:
[transport://]user[:secret[:authuser]]@domain[:port][/extension][~expiry]
[^]
To extract the extension the parser is searching for '/' in the whole line
(from right to left).
As [/extension] is optional this causes trouble if there is no extension
defined and [transport://] [^] is set.
Suggested solution: parse extension and expiry after the last '@'
character.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-06-17 05:17 ffs New Issue
2009-06-17 05:17 ffs Asterisk Version => SVN
2009-06-17 05:17 ffs Regression => No
2009-06-17 05:17 ffs SVN Branch (only for SVN checkouts, not tarball
releases) => trunk
2009-06-17 05:17 ffs SVN Revision (number only!) => 201260
======================================================================
More information about the asterisk-bugs
mailing list