开发者

iPhone tonepad functionality in two-way/conference calls

It's easy enough to, for example, make a call from an iPhone app and then use the comma pause character to send DTMF signals to navigate through a tonepad menu:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://somenumber,,1,,2"]];

But it doesn't seem to work if you are already in a call, and want to place a second call. When I try this from the app with the code above, it dials somenumberbut seems to ignore the ,,1,,2 completely. Can anyone confirm this开发者_StackOverflow社区?


From my testing I discovered that iOS indeed ignores any instances of ,,1 etc, once you have established a phone call with the first party.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜