< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
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) 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 |