Tagged Questions

0
votes
1answer
69 views

Java program to auto dial a calling card phone number, problem with entering card number

I wrote a Java program to mimic the sounds to dial phone numbers, it works fine except when it comes to phone cards, it needs to dial a local number first (no problem, it successfu …
3
votes
2answers
376 views

How to tell if Cocoa Touch device can make calls?

I'm writing an iPhone application that provides a button to call a phone number. I'm using code like the following to dial the number using a tel: URL in the usual way: NSURL* con …