Phone Dialer
Gary Rathbone
gary.rathbone at btclick.com
Sun Feb 2 10:12:00 EST 2003
Looking in the archives I found the following...
--------------------------------------------------
> How can I make Revolution dial?, I mean make a phone call!!!
if you have the phone number stored in a variable, (let's get radical and
call this variable lPhoneNumber), then you can call it in a handler with the
following:
open file "modem:" --open modem port
write "ATS0=0S7=1D" & lPhoneNumber & cr to file "modem:"
close file "modem:" --close it so you don't wonder why you can't use
the modem in another app.
--------------------------------------------------
Hope this helps.
Regards
Gary Rathbone
> -----Original Message-----
> From: use-revolution-admin at lists.runrev.com
> [mailto:use-revolution-admin at lists.runrev.com] On Behalf Of
> wortboiler FITZ
> Sent: 02 February 2003 13:57
> To: Revolution List
> Subject: Phone Dialer
>
>
> I take it that simply dialing a phone number with RR isn't as simple
> as in HC, where one could simply type into the message box"dial
> #######".
> I have nearly finished a stack that requires the program to to alert
> me when a condition is met. I had not even checked on dialing, (as I
> was evidently a little spoiled with the ease of HC) and therefore am
> caught short again..
> All I can see in the docs are related to actual communications with
> servers and covers more technical information than I need to know at
> this time(I hope).
> My aspirations do not rise to that level as of yet, as I
> would simply
> like my phone to ring a few times and hang up, alerting me to
> get to a
> computer and check the website.
> Thanks in advance,
> mike
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-> revolution
>
More information about the use-livecode
mailing list