Opened 15 years ago

Closed 15 years ago

#842 closed defect (fixed)

Error parsing status line in sipfrag message body in call transfer scenario (thanks Tomáš Valenta for the report!)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.3
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by bennylp)

The pjsip_parse_status_line() function fails to parse the status line in sipfrag message body of NOTIFY request initiated by call transfer (REFER).

This would cause "Warning: received NOTIFY with invalid message/sipfrag content" log message to be printed.

The corresponding ticket for 1.0 branch is ticket #843

Change History (2)

comment:1 Changed 15 years ago by bennylp

  • Description modified (diff)

comment:2 Changed 15 years ago by bennylp

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r2695:

  • also added test to reproduce this in pjsip_test
  • also in pjsua_call.c, increase log level for the warning
Note: See TracTickets for help on using tickets.