< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] differentiating multiple dialogs


AppDialog and AppDialogSets mirror the concepts of SIP Dialogs and DialogSets.  For an outbound Invite usage there exists one DialogSet/AppDialogSet and one Dialog/AppDialog per forked leg of the call.  Other usages only have a DialogSet/AppDialogSet - ie. Registrations never form a SIP Dialog.

Scott

On Tue, Jun 29, 2010 at 3:29 AM, Klaus Darilion <klaus.mailinglists@xxxxxxxxx> wrote:


Am 28.06.2010 17:53, schrieb Klaus Darilion:

Thanks.

One thing that is yet not clear to me is why there is AppDialog and
AppDialogSet. At first guess I would think that there may be several
AppDialog objects related to an AppDialogSet object, but the examples
all have a 1:1 mapping.

Also I found out that the makeRegistration() method does not take an
AppDialog, but an AppDialogSet as parameter, which also lets me think
that a REGISTER creates an DialogSet which maybe relates to several
dialogs. Or am I completely wrong?

Apperently I was wrong as all make... functions take an AppDialogSet, no AppDialog.

So, what is the idea (difference) of having AppDialog and AppDialogSet?

thanks
Klaus