Programatically Dial a Phone number and pass DTMF using the iPhone SDK
Posted
by L. DPenha
on Stack Overflow
See other posts from Stack Overflow
or by L. DPenha
Published on 2009-02-25T03:57:27Z
Indexed on
2010/03/25
4:13 UTC
Read the original article
Hit count: 632
iphone
How do you programatically do the following from the iPhone SDK
1) Programatically Dial a Phone Number through the iPhone SDK
2) Bypass the dial / cancel prompt that the iPhone brings up
3) Send additional DTMF after the number is dialed just like how you would program pauses into a regular phone.
I know you can make a tel:// call but the issue is that it brings up the dial / cancel prompt and after that it prevents any future DTMF from being sent.
© Stack Overflow or respective owner