CUC Forums

« Back to CUPI Questions

API creates voice message and send to mailbox?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Dear all, 
 
I'm going to create a voice message and send to a mailbox.
The voice message would be a .wav file. 
 
Does unity connectoin API can do the above activity?
>> create a new voice mail and sent to a mailbox?
 
Thanks
Sam

Seems there is no API to do these kinds of action,
and finally I have to develop a program that can generate/capture the UDP signal in order to accomplish the objective.

Seems there is no API to do these kinds of action,
and finally I have to develop a program that can generate/capture the UDP signal in order to accomplish the objective.

 
Yes, you can do this with Connection of course - CUMI is a REST based API for sending/fetching messages with Connection:
 
http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_APIs

The CUMI API can send the message to "Email mailbox",
but I can't find the command to send VOICE message to "Unity Mailbox" ?
and the .VOICE messasge (.Wav) file is located in a window-based server's hard drive...
Does it have to use combine with the CUTI ?

The CUMI API can send the message to "Email mailbox",
but I can't find the command to send VOICE message to "Unity Mailbox" ?
and the .VOICE messasge (.Wav) file is located in a window-based server's hard drive...
Does it have to use combine with the CUTI ?


CUMI is for sending voice messages (.wav files) to Unity Connection mailboxes - not sure what you're talking about with it being intended for email - that's not the case.  If you review the documentation at the link I provided it has examples on how to do just that.

Thanks Jeff~! I will have a look on that! Maybe I need to try the sample code first.