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

RE: [reSIProcate] REFER - looking for guidance regarding configurationof ClientSubscriptionHandler and Profile


There is some refer related info on the wiki:

http://wiki.resiprocate.org/wiki/index.php?title=Dealing_with_REFERs

 

For the client subscription handler – you need to subclass SubscriptionHandler class and pass it to the addClientSubscriptionHanlder method. 

 

Scott

 


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Kovar, William (Bill)
Sent: Wednesday, May 24, 2006 10:38 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] REFER - looking for guidance regarding configurationof ClientSubscriptionHandler and Profile

 

Hi,

 

I'm trying to get REFER support in my UA and would like some pointers regarding what 'wiring' needs to be done.

 

I have already done the following:

 

uacMasterProfile->addSupportedMethod(NOTIFY); // add NOTIFY support for REFER

uacMasterProfile->addSupportedMimeType(REFER, Mime("message", "sipfrag"));

mDum->addClientSubscriptionHandler(???);

Don't exactly know what to do with the ClientSubscriptionHandler callback support.

Any ideas or examples??

 

Bill Kovar