Audio and Video Endpoints

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Please note that Remote Expert Mobile announced end-of-life and support will end on February 28, 2022.

Forum Posts

Hello,I am trying to build an application that is able to push a CiscoIPPhoneExecute element to a huge number of phones (5,000-10,000) in the shortest possible time. For this purpose I created a new Application User in the CUCM. The application has a...

PeterF by Level 1
  • 2288 Views
  • 3 replies
  • 0 Helpful votes

I am using the following configuration parameters to ConnectUser function in JabberCommon.js:var demo_config = {    domain: "psdtemea.cisco.com",     maxGraphAge: 5,     unsecureAllowed: true,        atSymbolAllowed: true,    logPersistence: false,  ...

Hi,I'm trying to add a user using perl and seem to be struggling, I'm quite familiar with PERL with AXL\SOAP but the REST formatting seems to be eluding meuse LWP::UserAgent;use LWP::Protocol::https;$LOGFILE="logfile.txt";$USER = '<removed>';$PASSWOR...

m.batts by Level 4
  • 1274 Views
  • 6 replies
  • 0 Helpful votes

HI,We have a requirement where a third person can monitor the peer to peer chat communication between two users. Is it possible to see live chat transcript between 2 persons through CAXL libraries?Thanks,Jayasree

jalladi by Cisco Employee
  • 1099 Views
  • 1 replies
  • 1 Helpful votes

Hi,We are working on integrating CUCM using Jabber SDK. I wanted to know what all ports the Cisco web communicator add-on uses to communicate with the CUCM server? Also it would be more helpful, if you point me Cisco Web Communicator documentation.Th...