| View previous topic :: View next topic |
| Author |
Message |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Tue May 30, 2006 5:56 pm Post subject: Dial phone, play wav to person on other end? |
|
|
Anybody know if it's possible in VDS to dial the modem and when someone
at the other end answers play a wav file to them?
Thanks,
-Garrett
|
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Tue May 30, 2006 7:51 pm Post subject: |
|
|
If I'm not mistaken the VDSRAS.DLL will allow VDS to dial a modem. I've
not tinkered with this dll, and I'm not sure if the name is right either, so
I'm not sure if there's a means to tell if the reciever was picked up on the
other end or not.
_________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Wed May 31, 2006 12:03 am Post subject: |
|
|
I believe that would be a function of the modem... In other words, the hardware would have to support that. I doubt that any standard modem would support it, but I have seen PC cards, generally designed for voice mail systems, that I bet would...
Hooligan
_________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
henrywood Contributor

Joined: 21 Sep 2004 Posts: 66 Location: Copenhagen, Denmark
|
Posted: Wed May 31, 2006 1:10 am Post subject: |
|
|
I believe that any TAPI compliant modem will be able to do this !
I once made a program in VDS doing exactly this - I think I used one of Tommy's DLL from one of this DLL Packs ? Unfortunately, I do no have access to the source at present
Henrik
|
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Wed May 31, 2006 4:26 am Post subject: |
|
|
What I am planning here is a home security system.
Web cams setup throughout the house taking shots every 1/2 second,
images are compared and if any major differences, then something has
moved in the view of the cam.
Computer dials owner's cell phone and gives an audio alert.
I have everything but the playing of a wav file over the modem for the
audio alert.
-Garrett
|
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Wed May 31, 2006 4:31 am Post subject: |
|
|
Hi Garrett
VDSras I think is for w98se only, but I had a hard time even locating it about a year ago, forget what the problem was relating finding it.
|
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Wed May 31, 2006 5:20 pm Post subject: |
|
|
vdsvoice.dll by Tommy Sools can do exactly what you are looking for, and you could also implement call backs to cancel or reset your alarm system i'm sure.
I have the orignal dll from tommy, i have a huge archive of most vds dll's over the years, including most versions of the dll's
(i've always kept them because you just never know )
| Quote: | Visual DialogScript - Voice modem DLL
By Tommy Sools (C) 1998
Software requirements:
-Windows 95/98
-A tapi compatible voice modem
Using this dll you can let the voice modem answer your phone calls so that you can make your computer an answering machine. The dll passes all keypresses on the phone etc. to vds.
Warning! This dll doesn't generate any errorcodes, so you'll see only error 27 or exceptions. I'm not responsible for any possible damage caused by this dll or the included example.
This dll is freeware, so share it with all your friends.
Commands:
'External Vdsvoice.dll' loads the dll.
'Voice rings,<count of rings>' makes that the dll only answers after <count of rings> rings. Use this before voice answer.
'Voice answer' lets start the dll anwering your incoming phone calls.
'Voice play,<wavefile>' plays a wave file over the phoneline. You have to be sure that you are connected.
'Voice stopplay' stops with playing the wave file.
'Voice length,<count of seconds>' specifies the time to record a message.
'Voice record,<wavefile>' starts recording the sounds on the phoneline for the time of the previous command. BE SURE THAT YOU ARE CONNECTED.
'Voice stoprecord' stops the recording to a file. The file will be saved.
'Voice device,<type of modem>' specifies the modem to use. It has to be tapi compatible. If you leave the <type of modem> field empty, a dialog is displayed.
'Voice cancelcall' hangs up the modem.
'Voice dial,<phone number>' dials a phone number.
'Voice sendtone,<phone keys>' sends dtmf tones over the line. You can use a , to for a short delay between the tones.
'Voice maxattempts,<number>' sets the number of times to try to reconnect when the line was busy etc.
'Voice retrywait,<number>' sets the delay between trys to reconnect.
'Voice monitorrecording,<ON/OFF>' is used for turning the monitoring of the recording <ON/OFF>.
'Voice close' closes the connection and the dll. You have to use this command before you exit your script.
Functions:
There are no functions in this dll.
Events:
'<digit>DIAL' occurs when a key on the phonepad is pressed.
'CONNECT' occurs when a connection is established.
'DISCONNECT' occurs when the modem is disconnected.
'PLAYDONE' occurs when a wavefile is finished with playing.
'RECORDSAVED' occurs when a recording is saved.
Please feel free to e-mail any comments, bugs, suggestions etc. to:
tommysools@geocities.com
|
Nathan
|
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Wed May 31, 2006 5:48 pm Post subject: |
|
|
Hi Nathan,
Yup, that's what I need. I'll check my archives to see if I have it already.
Thanks,
-Garrett
|
|
| Back to top |
|
 |
webdaddy Contributor


Joined: 14 Nov 2004 Posts: 151 Location: Raleigh NC
|
Posted: Wed May 31, 2006 9:53 pm Post subject: Dont Have it |
|
|
I also would like to play with it and dont have the DLL. The DLL isnt on Tommy's site either. Can you tell me how I can get it?
WD
_________________ K Wetzel
Programming - Technology - Communications
"The Home of the SLC Security Console"
SLC now available for Linux... |
|
| Back to top |
|
 |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Fri Jun 09, 2006 2:18 pm Post subject: |
|
|
| I'd like to play with that dll as well.
|
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Sat Jun 10, 2006 8:51 am Post subject: |
|
|
Find attached the original vdsvoice.dll created by Tommy in 1998 !.
I'm not sure if it works with VDS5, but you can try
Nathan
|
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
|
| Back to top |
|
 |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Sat Jun 10, 2006 10:00 am Post subject: |
|
|
| Arrrgghh! Can you e-mail it to me? I'll PM you my e-mail.
|
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Sat Jun 10, 2006 3:23 pm Post subject: |
|
|
| Attachments should work now, had to chmod the dir after reinstalling the new forum...
|
|
| Back to top |
|
 |
|