10-08-2015 04:01 AM - edited 03-14-2019 03:18 PM
Hi all.
I am using UCCX REST API(adminapi) and I need to get extension of queue. CUCM doesn't provide queue feature.
This API doesn't provide extension for queues, because each queue has a defined "cti route point" in CUCM that has this queue extension.
Can anybody know how to retrieve this information?
Thanks a lot, Lukas
Solved! Go to Solution.
10-08-2015 06:39 AM
Hi
Queues do not have extensions.
The CTI Route Point is linked to an APp; the App runs a script. The script may have links to zero, one or more CSQs within it.
The content of the script will not be readable other than by the script editor.
You should be able to get the 'extension' associated with the app by retrieving the Application object - CCX calls a route point a 'trigger'.
Aaron
10-08-2015 06:19 AM
Feedback forum is dedicated to other topic. See description for details.
I moved this thread to more appropriate community.
10-08-2015 06:39 AM
Hi
Queues do not have extensions.
The CTI Route Point is linked to an APp; the App runs a script. The script may have links to zero, one or more CSQs within it.
The content of the script will not be readable other than by the script editor.
You should be able to get the 'extension' associated with the app by retrieving the Application object - CCX calls a route point a 'trigger'.
Aaron
10-09-2015 03:11 AM
Thank you Aaron, I can find it in triggers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide