Title: | -={ H A C K E R S }=- |
Notice: | Write locked - see NOTED::HACKERS |
Moderator: | DIEHRD::MORRIS |
Created: | Thu Feb 20 1986 |
Last Modified: | Mon Aug 03 1992 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 680 |
Total number of notes: | 5456 |
Just wondering what it would take to accomplish the following: Create some form of procedure that asks the following: Time of Call: Message: Phone Number to Call: This procedure would hand the info to DECtalk somehow. The goal is to have DECtalk call the number at the appropriate time and leave the message, kind of a "voice" reminder system. Any DECtalk types out there that might be able to shed some insite on this??? Ken Veale
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
315.1 | Piece of cake | REGENT::MINOW | Martin Minow -- DECtalk Engineering | Fri Sep 19 1986 16:38 | 9 |
Shouldn't be too hard. There's a conference booking system in Reading that calls you 10 minutes before your meeting. (Contact Don Finnie on VOGON::FINNIE for details.) You should ask this question in the DECtalk notesfile (REGENT::DECTALK). Press KP7 to add this conference. Martin. | |||||
315.2 | Use DTK$ | CASEE::COWAN | Ken Cowan | Sun Oct 12 1986 08:00 | 14 |
Re: .0 It sounds like a trivial exercise using the DTK$ RTL procedures. The hardest part will be doing the queuing part of the application so that you execute a DTK$DIAL_PHONE at the correct time. For info on the DTK routines, find a VMS V4.4 docset. You'll need a bit of DTK$INITIALIZE, DTK$DIAL_PHONE, DTK$SPEAK_TEXT, DTK$HANGUP_PHONE and DTK$TERMINATE. For help on this, try the SMG conference on CLT. KC [former RTLer] |