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

[reSIProcate] DUM API Change


There has been a minor API change to DUM; methods where a SipMessage was returned which was then sent using the usage or DialogUsageManager now return SharedPtr<SipMessage> rather than SipMessage&.

 

This was necessary because modifications performed by a feature to usage creating messages were not persistent(no change in the creator).  Application modifications to the message returned by methods such as DialogUsageManager::makeInviteSession were persistent.  With this change feature and application modification of messages will result in the same behavior.  The change occurred between revision 5755 and 5757.

 

--Derek