Opened 6 years ago

Closed 6 years ago

#2072 closed defect (fixed)

on_call_transfer_status() callback is not called when REFER is responded with failure response

Reported by: riza Owned by: bennylp
Priority: normal Milestone: release-2.8
Component: pjsua-lib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Scenario:

A                      B
<-- Established call -->
--------  REFER   ----->
<-------  4xx     ------ 

Currently, the log will print:
"Warning: received NOTIFY without message body"
and the on_call_transfer_status() callback is not called.

Thanks to Joshua Elliott for the report.

Change History (1)

comment:1 Changed 6 years ago by riza

  • Resolution set to fixed
  • Status changed from new to closed

In 5710:

Close #2072: Call on_call_transfer_status() callback when REFER is responded with failure response.

Note: See TracTickets for help on using tickets.