Re: Using Applescript To Dial a Phone Number Mac OS X
Re: Using Applescript To Dial a Phone Number Mac OS X
- Subject: Re: Using Applescript To Dial a Phone Number Mac OS X
- From: roy whelden <email@hidden>
- Date: Tue, 8 Apr 2003 10:15:02 -0700
Hello Don,
You can make Applescript dial a phone number using code like this:
tell application "Internet Connect" to connect to telephone number
"5551212"
This is not an ideal solution because Internet Connect expects a modem
handshake, etc, after dialing the number. It will exit with an error
message if it doesn't get to do the handshake. This is not an elegant
solution, but it does work.
Maybe someone has a better solution.
Roy Whelden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.