02-18-2015 04:05 PM - edited 03-18-2019 04:02 AM
Hi!
Got a question that I can't find a documented answer for. On endpoints running any version of TC software, is there any way to get the endpoint to generate the DTMF tones for A, B, C, or D?
My gut feeling is no, if only because the graphical DTMF pad does not have those buttons (only 0-9, *, #). The reason for asking is a customer is trying to call into an AT&T bridge which has one of those letters in the PIN.
Thanks!
Solved! Go to Solution.
02-18-2015 05:14 PM
You can do it via the command line:
xcommand DTMFSend DTMFString: A
or, you can send the whole PIN at once, ie if the PIN is 1A2B3C4D5 you can:
xcommand DTMFSend DMTFString: 1A2B3C4D5
Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.
02-18-2015 05:14 PM
You can do it via the command line:
xcommand DTMFSend DTMFString: A
or, you can send the whole PIN at once, ie if the PIN is 1A2B3C4D5 you can:
xcommand DTMFSend DMTFString: 1A2B3C4D5
Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.
02-19-2015 08:27 AM
Hi Wayne,
Thanks for the answer. After reading it I realized I hadn't actually tried sending a letter DTMF. The perils of internet research I suppose. ;-) Looking in the logs of my endpoint I saw that I was receiving the letter DTMF from the endpoint I was connected to.
2015-02-19T08:13:50.499-08:00 ppc appl[2785]: 1424.41 H323Call I: h323_call_handler::handleH323DtmfInd(p=2, s=1): Incoming DTMF 2015-02-19T08:13:50.501-08:00 ppc appl[2785]: 1424.42 MainEvents I: DTMFReceived(p=2) 'A'
Thanks again!
02-19-2015 12:06 PM
As a follow up, here are some other hopefully helpful tidbits;
- The letter (A, B, C or D) must be capitalized in the command string
- The codec will not send anything outside of the scope of DTMF (i.e. E-Z)
Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide