问题描述
我正在使用UCMA V1.0而我正在尝试使用SIPSubscription类来获取状态信息!这个的eventPackageName是什么?
ie:我使用了eventPackageName ="vnd-microsoft-roaming-contacts",我得到了我的联系人列表(我觉得它很棒),但我找不到了与此相关的信息,我试图猜测并使用"vnd-microsoft-roaming-state"和"vnd-microsoft-roaming-presence"但没有成功。
注意:我用过这个:
SipSubscription mySipSubscription = new SipSubscription(_endPoint,new RealTimeAddress(" sip:[email protected]")," vnd-microsoft-roaming-contacts" ;,这);
如果有一个存在/状态的eventPackageName,那么ISipSubscriptionProcessor实现怎么样,它需要特殊的东西吗?
非常感谢帮助。
Tks,
DD
I’m using UCMA V1.0 and I’m trying to use SIPSubscription class to obtain presence information! What is the eventPackageName for this?
i.e : I used eventPackageName = "vnd-microsoft-roaming-contacts" and I got my contacts list (great it works I thought), but I can’t find any more info related to this, I tried to guess and used "vnd-microsoft-roaming-state" and "vnd-microsoft-roaming-presence" without success.
Note: I used this:
SipSubscription mySipSubscription = new SipSubscription(_endPoint, new RealTimeAddress("sip:[email protected]"), "vnd-microsoft-roaming-contacts", this);
If there is a eventPackageName for presence/state, what about the ISipSubscriptionProcessor implementation, will it need any thing peculiar?
Help is really appreciated.
Tks,
DD
这篇关于UCMA中的SipSubscription!显示信息的eventPackageName是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!