reverse minor sip registration regression
authorDavid Vossel <dvossel@digium.com>
Tue, 15 Dec 2009 18:43:06 +0000 (18:43 +0000)
committerDavid Vossel <dvossel@digium.com>
Tue, 15 Dec 2009 18:43:06 +0000 (18:43 +0000)
commit181f617fd7ac47a01214dba1de2f4dce7e2e4f56
treea8708730679de3d970305d80fd80b6a6e06ee44f
parent2204f89a1dd9b2ad13a53d6fad207d1a246f9238
reverse minor sip registration regression

A registration regression caused by a code tweak in (issue #14331)
and a bug fix in (issue #15539) caused some sip registration
config entries to be constructed incorrectly.  Origially
issue #14331 contained the code tweak as well as a bug fix, but since
the issue was reported as a tweak the bug fix portion was moved into
issue #15539.  Both the tweak and the bug fix contained minor incorrect
logic that resulted in some SIP registrations to fail.

(issue #14331)
(issue #15539)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@235132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c