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.
I have a problem in the code with CallCtlConnDialingEv.This is my code for getting calledAddress:String callCalled = Optional.ofNullable(ciscoCall.getCalledAddress()).map(Address::getName).orElse("!EMPTY!");My code for getting currentCalledAddress:St...
Hi,Could some Cisco Employee (maybe @ zowu ?) add new permitted users to my Devnet Sandbox lab and make the reservation time longer (for example for a month)? I cannot add new Permitted users to my sandbox for UCCX as discussed here:https://community...
Hi, Could some Cisco Employee (maybe @ zowu ?) add new permitted users to my Devnet Sandbox lab and make the reservation time longer (for example for a month)? I cannot add new Permitted users to my sandbox for UCCX as discussed here:https://communit...
I am trying to make a call to another internal number from Cisco Jabber for Android (to another Cisco Jabber from Android) and I am not able to do it ;/I can dial out to extension like for example 6001, 6002, 6013 (UCCX extensions). I am using UCCX S...
Is it possible to somehow test Cisco Jabber for Android with Cisco UCCX Sandbox (or with Cisco Collaboration Sandbox)?I am trying to do it but it is very problematic. There is only one Cisco VPN account, so I cannot normally log in using 3 Cisco Jabb...
Thanks, I will try. I requested few users attached to the same VPN reservation.https://community.cisco.com/t5/devnet-sandbox/adding-new-permitted-users-for-devnet-labs-request/m-p/4595907#M7360
upchaurasia was right, to resolve the issue I have to create a separate thread for running each make call so that the code will not be blocking. I got the answer from Cisco team from DevNet - Provider object is Thread-safe.
I analysed the problem and we had ~30 seconds of waiting until making the call because there were many requests sent to our application to make the call. So many that it was stack (many requests were waiting to be done - user clicked the button to ma...
kkhlebop -I confirm that the solution mentioned on the Webex that you mentioned works. But I also had to Cycle one another service - Apache Server on AW1. Not listed until you check 'All' in the window.