Questions tagged [dialing]

33 questions
14
votes
1 answer

How to construct a telephone number link on Android that includes an extension

On a web page I have a link to a telephone number with extension like this: call now When I tap this link in an iPhone browser, the iPhone will dial 011234404 and then when the call is answered it will dial the…
Farthest Shore
  • 279
  • 4
  • 12
9
votes
3 answers

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 would dial up, assuming you have a modem hooked up. For…
Rob
  • 2,363
  • 7
  • 36
  • 54
7
votes
1 answer

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 dialing. is there anything that makes a…
Ank
  • 71
  • 2
4
votes
3 answers

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, dials more numbers, waits for a reply, dials more…
joseph ruth
  • 219
  • 2
  • 12
4
votes
1 answer

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 Dialing Computer B (with the Phone number) 2)…
Shahin
  • 12,543
  • 39
  • 127
  • 205
3
votes
1 answer

How to hide dialled number during calling in Android

I want to know how to we can hide the dialed number from screen when user make any call from android device. We don't want to allow user to see the dialed number. waiting for reply..
SuperDude
  • 91
  • 2
  • 6
2
votes
1 answer

How to start an Activity from a dialed phone code (e.g. #120)

I am trying to launch my app from a dialed code (say #120) on the phone dialer. I believe I've seen some apps that do this already. So to launch the app, the user would go to the phone and try to make a call to #120, which would open my activity…
user914453
  • 65
  • 4
2
votes
1 answer

How to create a click to call button without navigating away from the current page?

I have a "Click to call" button on my website. Then the user clicks it, he/she is navigated to a different page. Here is my HTML markup Call…
Junior
  • 11,602
  • 27
  • 106
  • 212
2
votes
1 answer

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 against it This works fine in the U.S. but…
sehugg
  • 3,615
  • 5
  • 43
  • 60
1
vote
2 answers

powershell: launching phone numbers to default voip program

I am writing a program that pulls multiple client details from get-aduser one property i grab is get-aduser.phonenumber I am displaying the number correctly to a link label. my question is how do i get the link to dial to the default voip program on…
Listor
  • 93
  • 9
1
vote
1 answer

How to enter an option during voice calls using at commands

I've been using a sim900 module to replicate many of the functions found in a basic cellphones for an embedded project. I've been successful with most functions with the exception of entering options during a voice call. I am actually looking for a…
Interfacer
  • 11
  • 2
1
vote
1 answer

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#, is it technically possible? Thanks.
Galileo-Maya
  • 61
  • 1
  • 8
1
vote
3 answers

How to give dial functionality to the icon

I need to do whenever click on number or dial icon it's going to dialing in our mobile. I have done whenever click on number it's going to dial, but I don't no how to give same for the icon. .contact-list { background: #fff; background-size:…
VK Chikkadamalla
  • 229
  • 9
  • 24
1
vote
1 answer

Fixed Dialing Number (FDN) how to create list of allowed numbers programmatically

I would like to create/update the FDN list programmatically. Any idea where this journey should begin? Maybe somebody before me had similar issue and can help me with this. For any code examples which will push my work forward I will be very…
Duz
  • 11
  • 3
1
vote
2 answers

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: and the FURLCreateStringByAddingPercentEscapes…
addzo
  • 845
  • 3
  • 13
  • 37
1
2 3