Requirement for JAIN SIP API - Clone Dialog
Lebing Xie <[email protected]>
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Organization | Fraunhofer Fokus |
| Message-ID | <[email protected]> |
Hallo, I am implementing a forking proxy, the incoming initial request will be forked to different destinations. In case of multiple 200s, for every incoming 200, JAIN Stack will create a new Dialog, it is great. But in order to proxying the 200 to upstream statefully, I would like to clone the Dialog on terminating leg(for every 200, the proxy is based on a B2BUA, acording to 3261). Now I clone the Dialog after downcasting it to NIST-SIP-Dialog, it would be better that add clone to JAIN SIP API -Dialog. urs Lebing