Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

hi any of them know how to implement dtmf in iphone application. thanks in advance.

share|improve this question

closed as not a real question by Kjuly, Mac, Pfitz, Mehul, jv42 Nov 19 '12 at 15:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

You couldn't just do a Google search? The first result for "iPhone DTMF" returns this Google Code project called iPhreak which should include what you're looking for.

share|improve this answer
yes, i got that, but it is runnable state, help me – Jeevanantham May 14 '10 at 4:31

Generating DTMF is easy - you just need to generate two sinusoids at the appropriate frequencies.

Decoding DTMF is a little harder, but it can be implemented using a pair of Goertzel filters.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.