473,815 Members | 2,857 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can my computer dial a number?

Sorry if this is offtopic.

I'm developing a website which, among other things, has contacts. I
would like my users to be able to click on a number and have the
computer dial that number. Is this possible? At least in Windows? Any
suggestions are appreciated.

(Can this be done with a trusted java applet?)

Many thank in advance!

Bura
Jul 20 '05 #1
5 2123
I have read the following message from bu*****@yahoo.c om (Bura Tino)
and have decided to lend my vast knowledge.

The writer said:
Sorry if this is offtopic.

I'm developing a website which, among other things, has contacts. I
would like my users to be able to click on a number and have the
computer dial that number. Is this possible? At least in Windows? Any
suggestions are appreciated.

(Can this be done with a trusted java applet?)

Many thank in advance!

Bura


and my reply is:
Not if they're using the modem to be online.

--
Dennis M. Marks
http://www.dcs-chico.com/~denmarks/
Replace domain.invalid with dcsi.net
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 20 '05 #2
> I'm developing a website which, among other things, has contacts. I
would like my users to be able to click on a number and have the
computer dial that number. Is this possible? At least in Windows? Any
suggestions are appreciated.

(Can this be done with a trusted java applet?)


So you want it to be possible for someone to land on your web page, and
then your program hangs up their modem and makes international phone
calls? I suppose a followup question is how to suppress the dialtone
sound so that people don't know you are doing this.
Jul 20 '05 #3
Douglas Crockford <no****@covad.n et> wrote in message news:<c6******* *************** ****@msgid.mega newsservers.com >...
I'm developing a website which, among other things, has contacts. I
would like my users to be able to click on a number and have the
computer dial that number. Is this possible? At least in Windows? Any
suggestions are appreciated.

(Can this be done with a trusted java applet?)


So you want it to be possible for someone to land on your web page, and
then your program hangs up their modem and makes international phone
calls? I suppose a followup question is how to suppress the dialtone
sound so that people don't know you are doing this.


So are you saying that this is impossible because of security
concerns? Is there any solution if you make some assumptions. I'm
writing an web application which is only accessible on the local
network and used by about 10 people.
Jul 20 '05 #4
>>>I'm developing a website which, among other things, has contacts. I
would like my users to be able to click on a number and have the
computer dial that number. Is this possible? At least in Windows? Any
suggestion s are appreciated. (Can this be done with a trusted java applet?)
So you want it to be possible for someone to land on your web page, and
then your program hangs up their modem and makes international phone
calls? I suppose a followup question is how to suppress the dialtone
sound so that people don't know you are doing this.
So are you saying that this is impossible because of security
concerns? Is there any solution if you make some assumptions. I'm
writing an web application which is only accessible on the local
network and used by about 10 people.


I hope this is impossible, but the browser makers often surprise us and
themselves with what they do make possible. With Microsoft, there is
always a way. Where do you want to go today?

Your best bet is to trick your users into accepting the installation of
a trojan horse which will, as an .exe, then have unlimited access to all
of the capabilities of their machines, with unlimited potential for
mischief and destruction. Email attachments are very popular.

http://www.crockford.com/
Jul 20 '05 #5

"Douglas Crockford" <no****@covad.n et> wrote in message
news:3e******** *************** ****@msgid.mega newsservers.com ...
I'm developing a website which, among other things, has contacts. I
would like my users to be able to click on a number and have the
computer dial that number. Is this possible? At least in Windows? Any
suggestion s are appreciated.(Can this be done with a trusted java applet?)So you want it to be possible for someone to land on your web page, and
then your program hangs up their modem and makes international phone
calls? I suppose a followup question is how to suppress the dialtone
sound so that people don't know you are doing this.
So are you saying that this is impossible because of security
concerns? Is there any solution if you make some assumptions. I'm
writing an web application which is only accessible on the local
network and used by about 10 people.


I hope this is impossible, but the browser makers often surprise us and
themselves with what they do make possible. With Microsoft, there is
always a way. Where do you want to go today?

Your best bet is to trick your users into accepting the installation of
a trojan horse which will, as an .exe, then have unlimited access to all
of the capabilities of their machines, with unlimited potential for
mischief and destruction. Email attachments are very popular.


If it is on a local Intranet, refer the OP to HTAs.

http://www.crockford.com/

Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6207
by: Firewalker | last post by:
Hello guys, I was wondering if you can give m little help with this. I am trying to write a small program that dial a phone number through the modem. Is it possible to do it in java? Any help? I searched the internet and all the netwroking website are about the internet and http!!! Thanks alot guys
4
2765
by: john_20_28_2000 | last post by:
Does anyone know of anything out there that I can use to dial up a numeric pager, leave a number and then hang up? It is not a "fancy" pager. No message, not text, no nothing. Just a regular old pager. I have looked at the various SMS stuff, but it all goes to text message, etc. Nothing for a regular pager. I have a asp.net page, using c#. User clicks a button that says "Page Me." Somehow the box with the modem dials up the pager...
2
2875
by: Dan Sikorsky | last post by:
How can you dial a phone number, wait for the receiver to pick up, and play a .wav file if the call was picked up?
1
1386
by: ACaunter | last post by:
Hi all, I was wondering if there was a way to auto-dial a list of numbers and play a recorded message to them. asp.net can email, fax.. so i'm guessing it must be able to dial a regular phone number too, it's just how do I play some audio once a connection has been made.. any ideas?? -- AdamPC@hotmail.com
0
1096
by: john_20_28_2000 | last post by:
Does anyone know of anything out there that I can use to dial up a numeric pager, leave a number and then hang up? It is not a "fancy" pager. No message, not text, no nothing. Just a regular old pager. I have looked at the various SMS stuff, but it all goes to text message, etc. Nothing for a regular pager. I have a asp.net page. User clicks a button that says "Page Me." Somehow the box with the modem dials up the pager and leaves the...
2
2117
by: mohamed farouk | last post by:
hi everyone i have sql database containing the name of person and his telephone number, i select the name from combo box and I want to click on the button make dial action so i can open the port of the modem to dial specific number thanks
1
1751
by: nime | last post by:
Is there any way to dial a number? I tried to use old friend MSComm activex but it's better if there is a formless method, an API for example... I couldn't find any info about MSCommlib.dll I want to dial a few numbers.
0
1339
by: telcoboy | last post by:
Hi Guys, I;m a bit out of my depth here and was wondering if someone could point me in the right direction. We have an Oracle Database and want to put a button on the form to dial the number in the box. the phone system uses a TAPI interface and I can get other windows apps to dial numbers. I cant find anything on how to go about doing it in Oracle, just VB. Thanks in advance TB
5
3816
by: balach | last post by:
how can i dial a cell number from c# application regardless whether it is console or window application, i also want that the number dialed from application should be visible on screen of my cell phone. how could i do it thanks
0
9610
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10672
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10427
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10143
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5710
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3886
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3030
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.