Comment #2 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 9577ae2a3c53.
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.
___
Using DialogExt, add a mapping between the new forked dialog and the former
know dialog
git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2171
8e71dc83-d81e-6649-80f2-80b843a9b2be
(cherry picked from commit 17afeef36dcc90c33f9a0d1b6cfe6873c581b4e1)