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

Re: [reSIProcate-users] How to use validateAcceptEnabled()


From the MasterProfile header file:

///enable/disable content validation

virtual bool& validateContentEnabled();

virtual const bool validateContentEnabled() const;

 

///enable/disable Accept header validation

virtual bool& validateAcceptEnabled();

virtual const bool validateAcceptEnabled() const;

 

If you enable these settings – (ie. validateContentEnabled() = true;), then DUM will apply the rules from RFC3261 – section 8.2.3 – see the validateContent, and validateAccept code in DialogUsageManager for more details. 

 

Scott

 

From: resiprocate-users-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Karlsson
Sent: Sunday, July 20, 2008 8:53 AM
To: resiprocate-users@xxxxxxxxxxxxxxx
Subject: [reSIProcate-users] How to use validateAcceptEnabled()

 

Hi all, I do not understand these two functions:

profile->validateAcceptEnabled() and profile->->validateContentEnabled()


Can you please tell me how to use them ?

Thanks