Martin Sloan | Hello, I'm needing to gather caller input for subscribers on our CUCX (8.5.1) cluster and was hoping to get some info on the best approach here. From what I can tell, I need to grab the subscriber URI and then get the call handler URI which will pull the input actions. In the details of that page, something like: https://cucx_ip/vmrest/handlers/callhandlers/c3e58a12-1383-4dc7-9cc4-5c4e122b62ba/menuentries/ I can see actions that are set for different keys, like <TransferNumber>. What I'm wondering is if I should assume a key is set to ignore if there is no <TargetConversation> listed? Also, we have about 7k subscribers and I need to pull this info daily for each one. Would the best approach be to get a list of all subscribers and then iterate through each gathering the caller input actions? I do a decent amount of work with the CUCM API and it seems to be a bit friendlier in accessing the DB with SQLSelects to pull the different tables together. There's also the Subscriber Dump but I'm hoping to schedule a job that runs automagically for us using the API. If anyone has travelled this path and has a recommendation on the most efficient way to gather the info, I would greatly appreaciate the input. Thanks, Marty <a></a> |
| Please sign in to flag this as inappropriate. |