SV: [reSIProcate] DUM and Privacy

Jan Granqvist jan_granqvist at yahoo.com
Wed Apr 19 02:35:15 CDT 2017


I've tested the patch and it works.
Thanks/Janne

   

 Den tisdag, 18 april 2017 21:56 skrev Scott Godin <sgodin at sipspectrum.com>:
 

 Thanks for reporting this.  I think I see what's causing it.  
Are you able to try out the following fix and see if it works for you?
Modify the following code around line 1000 in dum/Dialog.cxx   if (mDialogSet.mUserProfile->isAnonymous())   {       request.header(h_Privacys).push_back(PrivacyCategory(Symbols::id));
   }

to be
   if (mDialogSet.mUserProfile->isAnonymous())   {       request.remove(h_Privacys);       request.header(h_Privacys).push_back(PrivacyCategory(Symbols::id));   }
Thanks,Scott
On Tue, Apr 18, 2017 at 6:13 AM, Jan Granqvist via resiprocate-devel <resiprocate-devel at resiprocate.org> wrote:

______________________________ _________________
resiprocate-devel mailing list
resiprocate-devel at resiprocate. org
https://list.resiprocate.org/ mailman/listinfo/resiprocate- devel

---------- Forwarded message ----------
From: Jan Granqvist <jan_granqvist at yahoo.com>
To: "resiprocate-devel at resiprocate.org" <resiprocate-devel at resiprocate.org>
Cc: 
Bcc: 
Date: Tue, 18 Apr 2017 10:13:17 +0000 (UTC)
Subject: DUM and Privacy
Hi all,
Noticed an undesirable effect making an outbound call when the user profile returns true for method isAnonymous, that is DUM adds the privacy header to the INVITE signal.For each following reINVITEs in the dialog method Dialog::makeRequest keeps adding another 'id' to the privacy header.I'm using version 1.10.0.
BR/Janne





   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20170419/02cce388/attachment.htm>


More information about the resiprocate-devel mailing list