Hi,
My Cisco Unity version is 7.1.2.20000.
So will it be possible to use CURL in this case ?
thanks/Chandar
In 8.0 it will be possible to use any HTTP client to access the Connection message interface (CUMI). Below is a curl example of retrieving all the inbox messages for a user:
curl -u operator:ecsbulab -v -X GET -H"Accept: application/json" http://$SERVER/vmrest/mailbox/folders/inbox/messages
-Dave