dong83615 / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

Suppress DTMF (or make it optional) when entering destination number #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pressing keys to enter a phone number to call makes DTMF noises on the
speaker. Since no call is in progress these come out the main speaker at a
much louder than expected volume (the same volume as the phone ringing).

A discreet keyclick would be much more appropriate.

(Also note that playing DTMF is meaningless anyway since that is not the
mechanism used for the call signaling. This is true on mobile phones in
general. I don't know why so much phone software insists on carrying over
the illusion of DTMF dialing from POTS to technologies where it is not
pertinent.)

I assume that fixing this issue is a simple matter of changing
"setPlaysSounds:TRUE" to "setPlaysSounds:FALSE" on the DialerPhonePad in
two places in the source code, although something else may need to be added
in order to get a keyclick instead.

I would provide a patch but it seems that according to issue 209 the source
code available in the subversion repository is out of date.

-Phil

Original issue reported on code.google.com by van...@gmail.com on 7 Apr 2009 at 8:19

GoogleCodeExporter commented 9 years ago
Did you define the vibrate mode ?

Original comment by samuelv0...@gmail.com on 8 Apr 2009 at 10:38

GoogleCodeExporter commented 9 years ago
In the next version you can choose to disable the DTMF sound.
The source code is released.

Original comment by samuelv0...@gmail.com on 17 May 2009 at 9:22

GoogleCodeExporter commented 9 years ago
I just uploaded Siphon 2.1.0 rc1 on this site.
http://code.google.com/p/siphon/downloads/list

Original comment by samuelv0...@gmail.com on 3 Sep 2009 at 10:55