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

RE: [reSIProcate] how can I add some parameters in response?


onReadyToSend was going to be the intended way to do this – but it has not yet been implemented.  There appears to be two new DialogUsageManager API’s that were recently added – that may be able to be used for this – but I’m not sure.  Maybe the author can comment on these. : )

 

      void addOutgoingFeature(resip::SharedPtr<DumFeature> feat);

      void setOutgoingMessageInterceptor(resip::SharedPtr<DumFeature> feat);

 

Scott

 


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Noiile
Sent: Monday, August 15, 2005 10:54 PM
To: resiprocate-devel
Subject: [reSIProcate] how can I add some parameters in response?

 

resiprocate-devel, Hello

 

Can I add some parameters in my response of ServerInviteSession? If yes, pls tell me how.

Maybe InviteSessionHandler::onReadyToSend() can help me, but I found that it does be called by any function in dum. Why?

Thanks.

 

 

2005-8-16