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've posted earlier regarding this but got the answer that it was not an issue on the Cisco side.I can now 100% confirm that it is.The sample code provided at https://developer.cisco.com/docs/jabber-web/#!downloads-and-documents/sample-code con...

Hi AllWe implemented the Cisco Jabber SDK on our customers. The current configuration to register the Jabber SDK to CUCM is like below var cucmServers = [];cucmServers.push("192.168.48.16");cwic.LoginController.setCUCMServers(cucmServers); As you can...

mbieyasid by Level 1
  • 1749 Views
  • 9 replies
  • 0 Helpful votes

Hi - I'm trying to 'blank' out both the  'sshUserId' and 'sshPwd' fields using the updatePhone method but this only works on the former (sshUserId) and not with sshPwd.Using Python 3.7.x - here's my snippet: resp = service.updatePhone(name = 'SEP1234...