cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1320
Views
5
Helpful
1
Replies

UCCX 7.0(1)SR03 - I need a Script to collect digits and write to file

jacob.nunley
Level 1
Level 1

I'm trying to come up with a script that will Collect digits and write them to a file. XML, CSV, I really don't care what type of file.  Is this possible?

Thank you

  Jacob

1 Reply 1

Steven Pawlak
Level 1
Level 1

Yes this is possible. You would use a Collect Digits step, Keyword Transform Document step, and a Write Document step.

The Keyword Transform is the important one, it works like a template. Most of the file is boilerplate and there is a single variable %var% that you can write the collected value to.

This is not a way to write to a file like a log file would be. You are allowed 1 file per call.

If you are looking to track caller collected digits per call over time, I would suggest using Set Enterprise Call Info step and use one of the Custom Call variables. Then pull them out of the database with a custom report or use the canned CCV report.