Comment #3 on issue 33 by jean.deruelle: Improve Forking to get the
Original Dialog
http://code.google.com/p/jain-sip/issues/detail?id=33
This issue was updated by revision af9df6e17304.
Backport to TelScale Branch
When processing a response, if the ClientTransaction detects a modification
of the to-tag, it will spawn a new Dialog. This could happen by example if
Alice would Invite a forking proxy whom would 180ring Bob but finally 200Ok
on Carol. In this scenario, Alice's application layer might have difficulty
to find back its context because the applicationData provided on the
initial Dialog had been lost since the dialog had been overriden by the
stack.
git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2170
8e71dc83-d81e-6649-80f2-80b843a9b2be
(cherry picked from commit ffd4f548b611ffe35a430fb0d991aa6276634951)
(cherry picked from commit 001d9546b3e1fca74a125769786a67ab1171476f)