10-18-2013 04:56 AM - edited 03-15-2019 05:55 AM
Hi,
I have to write the Caller number (Get Call Contact Info) in a file and then read this file from external application with a scheduled activity.
I have an UCCX 9.0.2 Standard.
How Can I do it?
What is the steps list that I have to insert in the .aef script?
Can I have create/modify a file in an external path?
If I can only create/modify a file in uccx repository... how can I read/empty it from an external application?
Thanks.
10-18-2013 08:32 AM
I found the solution and everything works fine
1) Write Document(doc to "/opt/cisco/uccx/Customer/test.txt")
NO System.getProperty("uccx.customer.dir") because In Cisco Unified CCX Standard, you can enter only simple expressions unless you also have a Java license. You automatically have a Java license with the other four Cisco Unified CCXproducts.
2) CLI comand : file uccx get custom_file test.txt
to move it to folder sftp on a different server
10-18-2013 09:27 AM
That's great that you found your own solution.
Some other options to explore, and there's even a few more than this (some options require Premium):
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.
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