[Home]

Summary:ASTERISK-07032: chan_sip.c version 29904 breaks authentication
Reporter:Andrew Lindh (andrew)Labels:
Date Opened:2006-05-24 14:56:30Date Closed:2006-05-24 16:25:05
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Since the chan_sip.c version 29904 for branch 1.2 my SIP phones no longer work (polycom, cisco, grandstream, sipura, etc). When they place an outbound call they fail authentication and enter the default (guest) context.

The version before this update returned 0 if res>0, now it just continues....
It was at about line 10425 and 10824 "return 0;"

The quick fix is to add "if (res) return 0;" after the two new code segments to emulate what was happening before, correct or not.
Comments:By: Kevin P. Fleming (kpfleming) 2006-05-24 16:25:05

Fixed in branch-1.2 revision 30098. Sorry about that :-(