#1242 closed enhancement (fixed)
Too many re-INVITEs sent by PJSUA-LIB, to lock codec and to conclude ICE negotiation
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | sipit28 | Cc: | |
Backport to 1.x milestone: | Backported: | no |
Description
If remote sends answer with multiple codecs, we will send re-INVITE to lock to one of the codec. When ICE negotiation completes, we would also need to send re-INVITE to update the default candidate (as per ICE spec).
It would be nice if these re-INVITES are combined, to reduce message round-trips, because anyway we are not able to send/receive media until ICE negotiation completes.
Based on SIPit tests, some remote may also not be able to handle re-INVITE before ICE negotiation completes.
Change History (6)
comment:1 Changed 14 years ago by bennylp
- Milestone changed from release-1.10 to Known-Issues-and-Ideas
- Type changed from defect to enhancement
comment:2 Changed 12 years ago by nanang
- Backported unset
- Milestone changed from Known-Issues-and-Ideas to release-2.0.5
comment:3 Changed 12 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 12 years ago by nanang
In 4350:
comment:5 Changed 12 years ago by nanang
In 4353:
comment:6 Changed 12 years ago by nanang
In 4356:
Note: See
TracTickets for help on using
tickets.
In 4342: