2010/3/20 Ovidiu Sas osas@voipembedded.com:
In your case, wouldn't be enought if the dialog is created after the spiral occurs?
How do you know that a spiral will occur?
Perhaps you are interested in creating a dialgo if the request comes from a certain address... just wondering.
I mean, without creating it for the first time the INVITE arrives to the proxy (so just invoke dlg_manage() after the spiral).
If you have one single dialog for four media endpoints, how are you going to manage them? - first INVITE: UAC + P2 - second INVITE: P2 + UAS
Ok, so in this case you would need a dialog for each time the same INVITE arrives to the proxy, right?
Regards.