Saturday, April 26, 2014

Cisco Telepresence - sending DTMF using API and cURL

Very similar to my previous post:
http://pandaeatsbamboo.blogspot.hk/2014/04/making-cisco-telepresence-calls-using.html

We can send DTMF using CURL + TC firmware API.  This is useful when you want to join a multipoint video call which has password protected, and you want to automate that.

You can use the same curl command in my previous post, and for the xml file content, this is the sample to use while you are in call:


<Command><DTMFSend command="True"><DTMFString>000000#</DTMFString></DTMFSend></Command>

No comments: