Created by: Charles Xu on 05-11-2009 01:15:12 PM We have 2 questions as below:
l One is about the count of VOICE message in Inbox Folder: We are now querying `vmrest/mailbox/folders/inbox¿ to get the message count, however the number is for total Inbox messages, which includes voice/fax/email/etc.. If we wanna know the count of voice messages, which API can we use? I tried applying `type=voice¿ filter to `vmrest/mailbox/folders/inbox¿ query but it failed. The background is, we didn¿t want to use `vmrest/mailbox/folders/inbox/messages¿ since it will return all messages with details, that is we are trying to avoid for performance.
l One is about sorting: According to CUMI API(http://zed.cisco.com/confluence/display/CUC/CUMI+-+Specification) the sorting function is supported via ¿sortkey" and "sortorder" parameters as: sortkey=Read,ArrivalTime&sortorder=ASCENDING,DESCENDING. I tried it but it seems I failed to make it.
Subject: RE: Inbox Message Count Replied by: David Wanagel on 05-11-2009 01:26:07 PM I took a look at the implementation of count and discovered we are at the mercy of the underlying message layer and that does not support filters on the generic folder message count. So it seems that despite the performance hit, the only way right now to get a count for a specific type is to call the messages URI along with the specific type. It may be possible to look into getting a filter on the folder count, but I'm pretty sure it is too late in the 8.0 development cycle to get it in the next release. Sorting being broken is a known issue, but I haven't had a chance to look into the implementation. We can respond back to this thread when it has been fixed and promoted.
Hi, I'm trying to build a couple of custom UDS servers to bind di 2 different user profiles for Jabber. The goal is providing a separated phone book for users with profile A (linked to the UDS Server A) and users in profile B (linked to the UDS Server B)
...
view more
Currently, we are using the SMACK library, where we can only get the subscription via AgentID, however, in finesse, we can log in with a username or login name.
Can anyone guide me on how we can subscribe to the XMPP events using a username?
Hi, I am able to create an XMPP connection via CAXL (jabberwerx) with agent id, but when I use a username (loginName) it doesn't make a connection and returns a not-authorized error. I have checked Strophe on the other hand, allows to make...
view more
Demo - Webex Video device Virtual Lamp integration
Objective
Show how easy it is to create a virtual lamp and integrate it with a Webex Video device or bot. Create your own lamp using the virtual lamp bot make it create a ...
view more