Hello,
I was hoping someone might be able to help me out, I have a scenario where I need a button on a Cisco Phone where I can send DTMF tones after a call has been setup.
I have tired the following on both IP Communicator and a 8845 but no joy?
<CiscoIPPhoneExecute>
<ExecuteItem URL="SendDigits:1234:1:Cisco/Dialer"/>
</CiscoIPPhoneExecute>
Send DTMF digits with service Button on 6941 du... | Cisco Communities
Source info
Any suggestions would be greatly appreciated.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have you tried it without the training :Cisco/Dialer? As I read it the application ID is not required, and if you in fact specify one then the digits will only be sent to that application ID (which I assume you do not have setup).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
That worked!
Thank you! I will buy you a beer if you are ever in the TO area or the next Cisco live!
Working code to send a DTMF Tone on an active call:
<?xml version='1.0' encoding='us-ascii'?>
<CiscoIPPhoneExecute>
<ExecuteItem URL="SendDigits:123456789:1"/>
</CiscoIPPhoneExecute>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.