CUC Forums

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Is it possible to just do a PUT/POST to activate the MWI on a phone?  If not I am assuming using CUMI to send a message is the preferred route. 
I have read:
[url=http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_Messaging_Interface_(CUMI)_API_--_Sending_a_Voice_Message_with_One_or_More_Attachments]http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_Messaging_Interface_(CUMI)_API_--_Sending_a_Voice_Message_with_One_or_More_Attachments
[url=http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_Messaging_Interface_(CUMI)_API_--_HTTP_Samples]http://docwiki.cisco.com/wiki/Cisco_Unity_Connection_Messaging_Interface_(CUMI)_API_--_HTTP_Samples
Thanks

you can't flip on/off the MWI directly (even via ODBC directly) - the lights should always be in synch with the mailstore state (i.e. unread VM message = on, no unread messages=off) - allowing 3rd parties to bypass that and mess with the light directly is not a good idea.
if you want to flip the light on you'll need to leave a message - not sure what the end goal you're working towards here is...

RE: MWI light
Answer
11/19/12 5:46 PM as a reply to Jeff Lindborg.
 We are working on a application that does phone checkout.  It will use JTAPI to ensure the MWI is active on a phone.  This helps us validate the users vm is setup correctly in relation to the phone.  I will look into sending the message via CUMI...
Thanks!