Opened 5 years ago

Closed 5 years ago

#2226 closed defect (fixed)

Subscription gets terminated when NOTIFY in call transfer is challenged

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

Description

When subscription is established by call transfer (or REFER), the authentication challenge is handled by invite module, so when evsub module tries to process the challenge (again), it will fail and subscription will be terminated.

Similar issue was reported in #2164, however the patch does not work if the subscription is established by call transfer.

Thanks to Mikhail Morozov for the report.

Change History (1)

comment:1 Changed 5 years ago by nanang

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

In 6060:

Fix #2226: Skip authentication handling in evsub module if it is already done by other module.

Note: See TracTickets for help on using tickets.