#1097 closed enhancement (fixed)
Support sending UPDATE without SDP
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.7 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently pjsip_inv_update() requires SDP offer param, while some applications may need to send UPDATE without SDP, e.g: session timer.
Change History (2)
comment:1 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 14 years ago by bennylp
- Milestone changed from Known-Issues-and-Ideas to release-1.7
Note: See
TracTickets for help on using
tickets.
(In [3215]) Fixes #1047 (Don't send UPDATE if remote doesn't support it (thanks Bogdan Krakowski for the report)) and fixes #1097 (Support sending UPDATE without SDP). Details: