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

[reSIProcate-users] The DUM send 489 Event package not support when received presence SUBSCRIBE.


Hi all, when my UA received the presence SUBSCRIBE, it's replied 489 - Event package not support.

I have wrote these code:

    mMasterProfile->addSupportedMethod(SUBSCRIBE);
    static const Data presenceEvent("presence");
    mDum.addClientSubscriptionHandler(presenceEvent, this);

Any thing missed ?

Thanks