문제

Wanted to know if there is a way to decode the DTMF signals (sent from other phones) into numbers so that the number can be manipulated as required?

For eg: If I am pressing 1234 from phone A during a call I should be able to get that 1234 number on the Android phone B.

도움이 되었습니까?

해결책

As far as I know this is not supported yet.

You can't tap into the voice call sound stream, so there is no way you can detect DTMF tones by yourself even if you wanted to.

다른 팁

I think it is possible by using this project.

here is the link

https://code.google.com/p/dtmf-decoder/source/checkout

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top