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

Re: [reSIProcate] More than one Dialog in DialogSet


Hm... Conferencing don't requires multiple Dialogs of course but IMHO it
would be convenient not to make your own new classes for conferencing but
use existing infrastructure of AppDialogSet's and AppDialog's for that... 

SG> My understanding is that multiple Dialogs only exist in a DialogSet if
SG> the initial request is forked (or for implied REFER subscriptions).  I
SG> don't think Conferencing requires multiple Dialogs within a DialogSet.
SG> Either way - I don't believe it is possible in DUM to do this.
SG>  
SG> -----Original Message-----
SG> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
SG> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
SG> stensil
SG> Sent: Monday, August 22, 2005 1:31 AM
SG> To: resiprocate-devel list
SG> Subject: [reSIProcate] More than one Dialog in DialogSet
SG> 
SG> It is not absolutely clear for me how I can create more than one Dialog
SG> in one DialogSet (for example for conference) using DUM...
SG> Function DialogUsageManager::makeInviteSession(...) *always* create new
SG> DialogSet.