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

Re: [reSIProcate-users] varying settings of 100rel and Timer in thesame DUM?



Thanks Scott.

So, you think if I move the member variables and member functions involved in 100rel and Timer to the Profile class , and change the places where they are accessed to get them from InviteSession::getUserProfile() instead of DialogUsageManager::getMasterProfile().

You think I will break anything by doing this?





On Thu, 25 Oct 2007, Scott Godin wrote:

You are correct - since these settings are in the MasterProfile - they
can't be changed per call.  MasterProfile settings are considered system
wide.  It is likely possible to move some of these settings to the
Profile class to meet your needs.

Scott

-----Original Message-----
From: resiprocate-users-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-
users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Michael Trank
Sent: Tuesday, October 23, 2007 2:23 PM
To: resiprocate-users@xxxxxxxxxxxxxxx
Subject: [reSIProcate-users] varying settings of 100rel and Timer in
thesame DUM?


Friends:

Both setUacReliableProvisionalMode() and addSupportedOptionTag() are a
part of the MasterProfile class, and not the UserProfile or Profile.

Am I right that UserProfiles/Profiles cannot be set up with different
settings for reliable provisional mode and Session Timer mode in the
same
DUM?

I would like do makeInviteSession() and create session with these
attributes depending on which type of gateway I am connecting to, but
from
what I can see in the code, these settings are always gotten from
mDum->getMasterProfile().




_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://resiprocate.org/archive/resiprocate-users/