[reSIProcate] REFER - looking for guidance regarding configuration of ClientSubscriptionHandler and Profile
- From: "Kovar, William (Bill)" <bkovar@xxxxxxxxx>
- Date: Wed, 24 May 2006 10:38:12 -0400
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