forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Dial phone, play wav to person on other end?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Tue May 30, 2006 5:56 pm    Post subject: Dial phone, play wav to person on other end? Reply with quote

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
View user's profile Send private message
ShinobiSoft
Professional Member
Professional Member


Joined: 06 Nov 2002
Posts: 790
Location: Knoxville, Tn

PostPosted: Tue May 30, 2006 7:51 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Hooligan
VDS Developer
VDS Developer


Joined: 28 Oct 2003
Posts: 480
Location: California

PostPosted: Wed May 31, 2006 12:03 am    Post subject: Reply with quote

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
View user's profile Send private message
henrywood
Contributor
Contributor


Joined: 21 Sep 2004
Posts: 66
Location: Copenhagen, Denmark

PostPosted: Wed May 31, 2006 1:10 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Wed May 31, 2006 4:26 am    Post subject: Reply with quote

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
View user's profile Send private message
vtol
Valued Contributor
Valued Contributor


Joined: 05 Feb 2004
Posts: 656
Location: Eastern Indiana

PostPosted: Wed May 31, 2006 4:31 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Wed May 31, 2006 5:20 pm    Post subject: Reply with quote

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 Smile )

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
View user's profile Send private message Send e-mail Visit poster's website
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Wed May 31, 2006 5:48 pm    Post subject: Reply with quote

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
View user's profile Send private message
webdaddy
Contributor
Contributor


Joined: 14 Nov 2004
Posts: 151
Location: Raleigh NC

PostPosted: Wed May 31, 2006 9:53 pm    Post subject: Dont Have it Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
MarkTrubo
Contributor
Contributor


Joined: 27 May 2001
Posts: 148
Location: Long Island, NY

PostPosted: Fri Jun 09, 2006 2:18 pm    Post subject: Reply with quote

I'd like to play with that dll as well.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sat Jun 10, 2006 8:51 am    Post subject: Reply with quote

Find attached the original vdsvoice.dll created by Tommy in 1998 !.

I'm not sure if it works with VDS5, but you can try Smile


Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sat Jun 10, 2006 8:52 am    Post subject: Reply with quote

mmm, the file attach thing is not working Sad

Nathan



vdsvoice_dll.zip
 Description:

Download
 Filename:  vdsvoice_dll.zip
 Filesize:  418.35 KB
 Downloaded:  1636 Time(s)



Last edited by Rubes_sw on Sat Jun 10, 2006 3:38 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MarkTrubo
Contributor
Contributor


Joined: 27 May 2001
Posts: 148
Location: Long Island, NY

PostPosted: Sat Jun 10, 2006 10:00 am    Post subject: Reply with quote

Arrrgghh! Can you e-mail it to me? I'll PM you my e-mail.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1565

PostPosted: Sat Jun 10, 2006 3:23 pm    Post subject: Reply with quote

Attachments should work now, had to chmod the dir after reinstalling the new forum...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group