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

[reSIProcate] REFER - looking for guidance regarding configuration of 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