Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,We have a customer who wants to place Cisco 8865 in the user cubicals, without plugging them to LAN. And user Laptop should be connected to phone via ethernet. Cisco 8865 can connect to WLAN and perform phone functions, but we need to know if a PC...
Hi, I'm trying to make an API call from a UCCX script to an external Server. This particular external server requires to obtain a tokent first from it and then make the API call using that token (Bearer Token authentication) to get data. This works w...
We want to show an Avatar for users who have turned off their video during a meeting. Similarly to Webex Meetings. Is this possible in CMS ? Has anyone tried this out ?Thanks
Hi, Has anyone got Cisco Meeting Server (CMS version 3.0) working with live streaming (RTMP) without support of other components (like vBrick, WOWZA) ?? From CMS 3.0 release notes, it seems capable of providing a RTMP stream for outside (e.g. sending...
Has anyone registered Webex Kit / Kit Plus to CUCM and conducted Adhoc video conferences between them ? Without using Webex Meeting Service ? Our Customer wants to register newly purchased few Webex kit / kit plus devices to existing CUCM (ver 12) an...
Hi, Thank you very much for the link. It was exactly the issue I was facing. With the points mentioned in that, I could get it working. Adding "" for username and password allowed to instruct REST call not to use Simple authentication, and adding "Au...
@Anthony Holloway Excellent tip as always. Have been struggling with few API calls that needed bearer token authentication instead of Simple authentication. Using "" for username / password and adding a new header "Authorization" with the Bearer toke...
Thank you for the reply. I have seen that user's Jabber profile image is shown in CMS grid when video is turned off, in one of the CMS demo sessions. Test users joined from Jabber in that dcoud session. I have to test this out, in our environment, us...
Hi, I’m trying to get the same thing done from uccx editor (Rest api call). From postman it works with basic authentication and form-data in body. Trying to map the form-data into uccx header / body. No success yet.