Opened 16 years ago
Closed 16 years ago
#635 closed defect (fixed)
Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc3 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Currently when more than one 200/OK are received by UAC due to forking, the second one will be ignored since pjsua-lib doesn't support this.
A cleaner solution is to send BYE to the second call leg if the application is not able to handle multiple call leg.
Change History (2)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
- Summary changed from Better handling of multiple 200/OK received by UAC due to forking to Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking
comment:2 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r2315:
Note that this changeset depends on r2314 which fixed a bug in pjsip_auth_clt_clone()