Opened 14 years ago
Closed 14 years ago
#1190 closed defect (fixed)
Remote dialog info is not updated if 100 (Trying) response contains To tag parameter (thanks Marcus Froeschl for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
When the 100 (Trying) response to dialog establishing requests (such as INVITE or SUBSCRIBE) contains a To tag, the dialog will not update the remote information (remote target, route set, and capability) in the subsequent 1xx responses with the same tag.
One of the results of this bug is PRACK will contain wrong Request URI and route set, causing it to be sent to the wrong destination.
This bug was introduced by ticket #620 in PJSIP version 1.0-rc3.
Change History (2)
comment:1 Changed 14 years ago by bennylp
- Description modified (diff)
- Summary changed from Dialog is not updated if 100 (Trying) response contains To tag parameter (thanks Marcus Froeschl for the report) to Remote dialog info is not updated if 100 (Trying) response contains To tag parameter (thanks Marcus Froeschl for the report)
comment:2 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3397]) Fixed #1190: Remote dialog info is not updated if 100 (Trying) response contains To tag parameter (thanks Marcus Froeschl for the report)