[reSIProcate] Track invite sessions
Hi,
I'm a writing a SIP driver and i need to manage several simultaneous
outgoing calls (no imcoming call yet). Then, i wonder what is the best way
to track invite sessions from creation to termination (succesfull or not).
Actually, i'd like to know how to identify a session when callbacks are
called. I think it has something to do with AppDialogSet but i have no idea
how to use it and especially how to know, from an InviteSessionHandler,
which AppDialogSet it belongs to.
Thanks for your anwser.
Regards,
Dom.