Tagged Questions
The dialing tag has no wiki summary.
6
votes
2answers
89 views
How to find the windows dialing rules in .NET
This should be simple, but isn't apparently. Since..Windows 3 or so, there is a control panel called Phone or Phone & Modem. In that control panel is a bunch of information about how a modem ...
5
votes
1answer
105 views
How to differentiate between a missed call and an refuse to answer?
I am designing an application in which I need to differentiate between a call rejected by the receiver (by pressing the dialing button) with the one not answered and is disconnected by the one who is ...
5
votes
4answers
5k 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* contactTelURL = [NSURL
...
4
votes
3answers
71 views
Interaction with phone on iPhone
Our company has recent started switching from Blackberries to iPhones and the biggest complaint (such as it is) is that the you can not start a dial sequence (that dials a number, waits for a pickup, ...
4
votes
1answer
632 views
Call a computer with another computer (Dial up Modem)
is it possible to call Computer A with Computer B in Same Country via theirs dial up modems?
i mean use computer as telephone (with Dial Up modem)
i no need transferring voice just :
1) Computer A ...
2
votes
1answer
570 views
Dealing with international phone numbers on iPhone
I have an app which uses contact data in the following ways:
To send an SMS from the client
To send an SMS from our server
To upload a user's phone number to a database where others can match ...
1
vote
1answer
309 views
Manage two voice modems in C#
I need information how to link two voice modems to each other.
From modem 1 I dial and play a .wav file
then I dial modem 2 and link them to allow them speak.
What do I need to link two modems in C#, ...
1
vote
1answer
366 views
DTMF # and * workaround in iOS4?
I have read all the posts about DTMF and iPhone. I know that the characters "#" and "*" are disallowed by the SDK for security reasons. I have tried the stringByAddingPercentEscapesUsingEncoding: ...
1
vote
3answers
231 views
How to send a dial string from the computer to asterisks to call a phone?
I've been trying to figure out how to send a dial string to the asterisks server which should then handle a call to the phone with that extension. I know there are programs like X-Lite and such but I ...
1
vote
1answer
577 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 successfully connects to a ...
0
votes
0answers
65 views
Procomm Aspect Script Help
I need some help writing a script to make a connection to each entry in a .txt file.
Ex. 1-555-555-5555
I am having troubles using $CARRIER and $DIALING system variables using PW5.exe
The following ...
0
votes
2answers
142 views
Android & iOS access number dialing
I am very new to both these operating systems so please excuse me if my question is basic :-)
We are planning a secure dialing system which means dialiing 2 numbers in one phone number dailing ...
0
votes
3answers
234 views
Dialing a number
I read some reference about how to make a call programmatically on the iPhone, so I put this in my code :
UIApplication *app = [UIApplication sharedApplication];
NSString *urlString = [NSString ...
0
votes
1answer
525 views
International Assist on iPhone
Does anyone know if the International Assist feature on the iPhone works when dialing a number using the tel:// URL scheme from an application? For those unfamiliar, IA automatically prefixes the "+1" ...
-1
votes
2answers
55 views
specific task for reading a string
I have work to do in C, but I have problems with dialing the server,
It receives data in format xxx2yyyy3zzz
and the needed data is in "yyyy" between 2 and 3 needs to be saved in A, and "zzz" after ...
-2
votes
1answer
17 views
Android - Stop Dialing on tapping HTML
I have create an Android application, in which I have use an HTML calendar. In device Motorola Droid X2, when user select date, the dialer is come and making the call. I need to restrict it.
Whether ...