10-17-2012 01:12 AM - edited 03-14-2019 10:41 AM
Referring to the voicemail.aef script example (https://supportforums.cisco.com/message/3531998#3531998 ), how can I retrieve or playback the stored voicemail messages (stored in en_GB/documents/voicemail) on the UCCX 8.5.1 server using asp or php code. I want the web page to list date, caller’s number and voicemails for pay back using SQL?
Solved! Go to Solution.
10-18-2012 02:21 AM
Hi,
I am not sure whether it works with 8.5.1 but with 8.0.2 the prompt files are accessible by HTTP.
http://ipaddress:9080/Prompts/filename.wav e.g. http://10.20.30.40:9080/Prompts/recording.wav
If it is still supported with 8.5.1, then the only thing you have to do is a mechanism that actually takes care of the metadata like the caller's number. Or, even easier, use it as a file naming convention. Like recording_20121022_1445_725099603.wav would mean it was created 22nd Octover 2012 at 14:45 and the ANI was 725099603.
G.
10-17-2012 02:54 AM
Hi,
it would be easier to save the recordings directly in a database table off the UCCX server and then use a php script above that database table.
G.
10-17-2012 03:33 AM
Here's how you save a recording in a database:
10-17-2012 05:36 AM
Unfortunately my UCCX server is using a standard license, java and database access are restricted in my scripts.
10-18-2012 02:21 AM
Hi,
I am not sure whether it works with 8.5.1 but with 8.0.2 the prompt files are accessible by HTTP.
http://ipaddress:9080/Prompts/filename.wav e.g. http://10.20.30.40:9080/Prompts/recording.wav
If it is still supported with 8.5.1, then the only thing you have to do is a mechanism that actually takes care of the metadata like the caller's number. Or, even easier, use it as a file naming convention. Like recording_20121022_1445_725099603.wav would mean it was created 22nd Octover 2012 at 14:45 and the ANI was 725099603.
G.
10-18-2012 02:39 AM
Your HTTP method works for UCCX 8.5.1, thanks
04-25-2013 02:22 AM
Hi all,
i can get the default language by url but cant get to any others. Can you get prompts by URL from different languages?
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