Dialpad
Great work Alexei!
Suggestion - Would be great to have a DTMF dialpad to allow things like navigating IVR's.
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.
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
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.
@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!)
-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.
-1 for keypad, +1 for "Send DTMF inband"
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.
Working for me. Not very intuitive, but when you focus the current call window and press some keys, they are sent :)