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.
Hallo,
I have enabled an LDAP users and groups synchronization on customers Callmanager. Synchronization works, but I need to retrieve the synchronized groups from CUCM via AXL request.
Can anybody help me, if this is possible via standard list r...
Hallo,I am trying to retrieve from CallManager an information about roaming device pool name of the IP Phone.I use two functions1, listPhone2, getPhonein AXL schema, both have described, that "roamingDevicePoolName" is one of the returned tags. Unfor...
Hallo,I have developed a simple gadget into finesse 11 on UCCX, which use UCCX admin api to manage skill assignment on resources.I used gadget.io.makerequest and successfully made a GET request to UCCX and successfully received data in XML format for...
Hallo,thank you for reaction. I am comparing two AXL features listPhones and getPhones on the same CUCM and asking the same IP phone on this CUCM. Form the CUCM Configuration GUI, I can see, that DeviceMobility is enabled, and phone is in roaming loc...
Hallo,
Is there any way, after the call transfer, how to show the estimated time in work mode?
When normal inbound call finish, agent can see time, how long is under work mode.
In normal state, agent see time, how long is in ready and not ready state...
Hallo,thank you for your interest. I played with escape /unescape without effect, but maybe you will be more lucky.I made the functional workaround using ajax for HTTP PUT and here is not problem with UTF-8:xmlPut: function (url,document){ $.aj...
One hint, it seems that problem is with UTF-8 char length. All 2-bytes chars are posted perfectly and all 4-byte UTF-8 chars are wrong.Any idea is appriciated.Michal