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 am trying to write script for a callback application which will check if the caller has already left a call for a callback recently. The xml will be something like <CallBack><Filename>CB.xml</Filename><CB><DATE>07/02/2020</DATE><TIME>12:00</TIME>...
Hi,
I have a unity connection 10.5 server integrated with ldap (active directory 2008). I can import voicemail users from ldap.
When I deleted the user from AD I would also like the voicemail user to be removed from unity connection automatically. Th...
Hi, I have a few 2960s switches and would like to use the GUI to configure ports using the smartport function. These seem to be based on predefined macro's which I can't edit. I have created my own macro, how do I enable the macro in the GUI so I can...
I also notice this issue, putting an expressway c of a cluster into maintenance mode. The Jabber does not failover to register via the other expressway c. Just remains unregistered until a restart of Jabber (waited 10 mins). The cucm service paramete...
This is the code I used that returns the values for each element that matches a node in the xml. {try { javax.xml.parsers.DocumentBuilderFactory factory = javax.xml.parsers.DocumentBuilderFactory.newInstance(); javax.xml.parsers.DocumentBui...
Hi Anthony, Thank you for your reply. My understanding was that the java code returns only the nodes that matched the telephone number and then I would only loop through the matched nodes (in this case 2). Where as in Sean's solution I would need to ...
Hi Sean,Thank you for your help. I am sorry I forgot to mention that the xml may be quite large, maybe 100 node entries per callback or more. The looping will work but I may run into the step limit issue or resources on the server as I am loading and...
Hi Anthony,The XML parsing steps only return the first matching node element, it does not handle repeated telephone numbers unless you loop through and parse each element. This file maybe quite large. I think using java will return the matching nodes...