Opened 16 years ago
Closed 16 years ago
#860 closed defect (fixed)
REFER is sent instead of SUBSCRIBE with Expires=0 when when transferee doesn't terminate subscription after call transfer
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.3 |
Component: | pjsip | Version: | trunk |
Keywords: | sipit24 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
After call transfer is complete, normally transferee should terminate the subscription caused by REFER by sending NOTIFY with Subscription-State: terminated.
When transferee doesn't do that, transferer should terminate it by sending SUBSCRIBE with Expires: 0.
We don't do that, but instead we maintain the subscription, and when it is about to expire, we will send REFER again to refresh the subscription.
Change History (3)
comment:1 Changed 16 years ago by bennylp
- Milestone changed from Sipit24 to release-1.3
- Version changed from Sipit24 to trunk
comment:2 Changed 16 years ago by bennylp
- Keywords sipit24 added
comment:3 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Several fixes in r2750: