Re: Error -15266
Re: Error -15266
- Subject: Re: Error -15266
- From: Luther Fuller <email@hidden>
- Date: Mon, 28 Apr 2008 14:15:31 -0500
On Apr 28, 2008, at 12:45 PM, Peter Bunn wrote:
Don't know if this helps or not...
A recent thread on AppleScript Discussions revealed that Internet
Connect
(from Tiger) still works just fine as a stand alone application in
Leopard...
By chance, does Internet Connect have the dialing feature you need?
My first reply was based on opening Internet Connect and visually
inspecting its interface.
I continued to look for possibilities and finally got around to
looking at the Internet Connect dictionary.
There are 'connect' and 'disconnect' commands. Could they possibly
work to dial a number?
I tried this ...
tell application "Internet Connect"
connect to telephone number "1234567" -- my number, use your number
delay 10
disconnect
quit
end tell
And it worked!
The dictionary says ...
connect specifier : the object for the command
I don't know what the 'specifier' is and the dictionary does not
explain, so I just left that blank.
There is a problem with the sound from the phone feeding to the audio-
out and into my speakers causing a feedback problem. I'll have to fix
that. Perhaps I could write a script saved as a appl-bundle containing
a copy of IC fixed so that it will not appear in the Dock. There are
possibilities here. But, I've got to fix my -15266 problem first.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden