[Home]

Summary:ASTERISK-11107: rev 94660 breaks realtime_peer
Reporter:Dmitry Andrianov (dimas)Labels:
Date Opened:2007-12-24 03:28:07.000-0600Date Closed:2007-12-24 09:41:40.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 11631.patch
Description:The peer is actually found in the first block (by peername + host=dynamic) but later

       if (!var && sin) {
...
       } else
               return NULL;

retuns NULL and users can not autheticate.

****** ADDITIONAL INFORMATION ******

Patch fixes the issue.
Comments:By: Digium Subversion (svnbot) 2007-12-24 09:36:56.000-0600

Repository: asterisk
Revision: 94763

U   branches/1.4/channels/chan_sip.c

------------------------------------------------------------------------
r94763 | tilghman | 2007-12-24 09:36:56 -0600 (Mon, 24 Dec 2007) | 5 lines

Another bit of bad logic in realtime_peer
Reported by: dimas
Patch by: dimas
(Closes issue ASTERISK-11107)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=94763

By: Digium Subversion (svnbot) 2007-12-24 09:41:40.000-0600

Repository: asterisk
Revision: 94764

_U  trunk/

------------------------------------------------------------------------
r94764 | tilghman | 2007-12-24 09:41:40 -0600 (Mon, 24 Dec 2007) | 13 lines

Merged revisions 94763 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r94763 | tilghman | 2007-12-24 09:39:56 -0600 (Mon, 24 Dec 2007) | 5 lines

Another bit of bad logic in realtime_peer
Reported by: dimas
Patch by: dimas
(Closes issue ASTERISK-11107)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=94764