Opened 7 years ago
Closed 7 years ago
#2028 closed defect (fixed)
Cannot send UPDATE when call is ringing
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.7 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Scenario:
- A calls B
- B send ringing/180 response
- A changes IP address, so it shutdowns transport, unregisters and reregisters.
- A tries to update its Contact header via UPDATE without SDP, but fails, log lines:
pjsua_call.c ....Sending UPDATE on call 0 pjsua_call.c .....Unable to send UPDATE because another media operation is in progress
In this case, i.e: there is pending SDP offer/answer, UPDATE without SDP should not be stopped as it won't change the media session.
Thanks Michael Ayles for the report.
Change History (1)
comment:1 Changed 7 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5629: