IPCX Scripts on 8.5(1) using write document function problem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2011 07:45 PM - edited 03-14-2019 07:34 AM
We have written a script which allows us to record prompts and then save them to the local hard disk which we then manually deploy to various servers. Now this works fine when it was on a windows platform as we had direct access to the local hard disk however with version 8.5(1) this now runs on VOS hence this feature has now gone away, therefore we need to find another solution.
In summary these are the steps the script uses:-
1. We use the “media Recording object” to record the prompt and then store the results in a Document variable. We can then replay, erase, re-record until we are happy with it.
2. Once we are happy with the prompt we write the prompt to the local disk using the “Document Write Document object”. Now that this isn’t an option therefore we want to write to another location.
Does anyone have any ideas on how to write to a remote directory?
Any help would be most welcome.
Jamie
- Labels:
-
Other Contact Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2011 10:27 PM
You will be happy to know that you can write to local disk, and I even created a tutorial on how to FTP that local file off to an external server.
https://supportforums.cisco.com/message/3305564
Of course, do not forget about the option to upload to the repository, if it's a prompt that you will use in a script (and want backedup/sync'd via HA).
