Changes between Version 1 and Version 2 of Ticket #842


Ignore:
Timestamp:
May 12, 2009 3:57:31 PM (15 years ago)
Author:
bennylp
Comment:

Fixed in r2695:

  • also added test to reproduce this in pjsip_test
  • also in pjsua_call.c, increase log level for the warning

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #842

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #842 – Description

    v1 v2  
    11The {{{pjsip_parse_status_line()}}} function fails to parse the status line in {{{sipfrag}}} message body of NOTIFY request initiated by call transfer ({{{REFER}}}). 
    22 
     3This would cause "Warning: received NOTIFY with invalid message/sipfrag content" log message to be printed. 
     4 
    35The corresponding ticket for 1.0 branch is ticket #843