[asterisk-commits] dvossel: branch 1.6.2 r207486 - /branches/1.6.2/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 20 15:46:51 CDT 2009
Author: dvossel
Date: Mon Jul 20 15:46:47 2009
New Revision: 207486
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=207486
Log:
Blocked revisions 207484 via svnmerge
........
r207484 | dvossel | 2009-07-20 15:45:26 -0500 (Mon, 20 Jul 2009) | 16 lines
reg->username is parsed only once on sip reload
The registration string can contain an expanded user portion of the
form user at domain. This expanded user portion was stored in
reg->username and parsed each time there is a registration refresh.
Now, the domain portion of the user is parsed and stored separately
in the regdomain field.
(closes issue #14331)
Reported by: Nick_Lewis
Patches:
chan_sip.c.domainparse3.patch uploaded by Nick (license 657)
Tested by: Nick_Lewis, dvossel
........
Modified:
branches/1.6.2/ (props changed)
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list