Telephone icon indicating copy to clipboard operation
Telephone copied to clipboard

Dialpad

Open wamatt opened this issue 13 years ago • 8 comments

Great work Alexei!

Suggestion - Would be great to have a DTMF dialpad to allow things like navigating IVR's.

wamatt avatar Aug 03 '12 10:08 wamatt

Just to be clear. DTMF used to work under line on the "prompt" input box. But that seems to have stopped working for me as well.

wamatt avatar Aug 03 '12 10:08 wamatt

Telephone doesn't send DTMF tones, but if you press keys during a call, is indicates this using SIP INFO or RFC 2833 (see http://www.tlphn.com/faq/ )

For SIP-to-SIP calls, this is fine, but if you call regular phones, you need the SIP gateway to be configured to turn these into audible tones. Otherwise nothing much will happen when you mash the keypad (I managed to fix my own gateway setup and it works great)

But I think that a "Send DTMF inband" option would be useful, as end users wont usually have access to these settings. The pjsip library can do this: http://trac.pjsip.org/repos/wiki/FAQ#inband-dtmf

mike42 avatar Aug 06 '12 23:08 mike42

I agree, this would be a nice feature. Occasionally telephone numbers are written as words e.g. 1-800-TELEPHO. A keypad that displays the letters corresponding to each digit would be helpful.

hiszpanski avatar Nov 12 '12 07:11 hiszpanski

@mike42

About the "Send DTMF inband", I have played with it a little; have a look at my last pull request https://github.com/eofster/Telephone/pull/69

You can also checkout my master branch at https://github.com/pierredavidbelanger/Telephone to have it already integrated (with french localization in bonus!)

pierredavidbelanger avatar Nov 13 '12 03:11 pierredavidbelanger

-1 for a keypad. there are other sip clients which already come with one. Use your keyboard, thats what makes telephone look really simple and minimal.

sts avatar Nov 04 '13 10:11 sts

-1 for keypad, +1 for "Send DTMF inband"

kbrock avatar Jul 28 '14 16:07 kbrock

Hello, there have been several releases of Telephone since this issue was created. Could you please download and run the latest version to confirm this issue still exists.

Sorry for the template response, just trying to clean up and close old issues here.

fulldecent avatar Dec 08 '14 14:12 fulldecent

Working for me. Not very intuitive, but when you focus the current call window and press some keys, they are sent :)

HugoHeneault avatar Aug 30 '17 11:08 HugoHeneault