Hi,
On the Unity Connection administration GUI, it's possible to "record" a greeting (System Call Handler > Edit Greeting). Is there a way to do the same thing using a Unity Connection API (by uploading a file for example)?
Thanks,
Fabien
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yes - Connection's REST API allows uploads of all greetings and voice names from WAV files - Cisco Unity Connection Provisioning Interface (CUPI) API -- Index of All CUPI Documentation - DocWiki
you can also use TRAP (telephone record and playback) to record greetings via the REST API as well - if you're a C#/.NET house you can use the .NET SDK for CUPI that has examples on how to do both these things reasonably easily.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thank you for this answer. I will try these requests REST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
1 comment
FYI, the API to actually upload the file seems to be:
PUT /vmrest/handlers/callhandlers/{objectid}/greetings/{greetingtype}/greetingstreamfiles/{language}/audio
Please sign in to leave a comment.