[Home]

Summary:ASTERISK-07028: chan_sip.c rev 29904 does not compile.
Reporter:Peter Childs (peter childs)Labels:
Date Opened:2006-05-24 00:28:12Date Closed:2006-05-24 07:32:10
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In function check_user_full a nasty IFDEF if not defined causes a bracketing mismatch which stops compilation

Noticed by CrashHD and confirmed by Qwell on #asterisk-dev


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

Here is nasty code.

#ifdef OSP_SUPPORT
} else if (global_allowguest == 2) {
ast_copy_flags(p, &global_flags, SIP_OSPAUTH);
res = check_auth(p, req, p->randdata, sizeof(p->randdata), "", "", "", sipmethod, uri, reliable, ignore);
}
#endif
Comments:By: Peter Childs (peter childs) 2006-05-24 00:30:30

Sorry -- this is definately not a libpri issue (whoops..)

By: Jason Parker (jparker) 2006-05-24 01:12:34

ping

By: Jason Parker (jparker) 2006-05-24 01:20:10

Please note: The fix that went into trunk was different from the one that went into 1.2, so this only affects 1.2

By: Kevin P. Fleming (kpfleming) 2006-05-24 07:32:09

Fixed in revision 29959.