More information about the Underscore mailing list

[_] direct dialling?

Tim Brayshaw tim at twisty.com
Wed Mar 17 13:48:03 GMT 2004

On Mar 17, 2004, at 11:06, Andrew Parkhouse wrote:


>> Another thing I know nothing about...
>>
>> - what kind of kit/software is required to do direct dialling of a
>> phone number from an address book or CRM software? (this would be a
>> remote html application running in a browser)
>
> forgot, Mac solution preferred, but not essential

Really don't know anything about this but... this might work in
applescript:

set phonenumber to "000012345678"
tell application "Internet Connect"
connect to telephone number phonenumber
end tell

Something a bit like this as a helper app for a mime-type of
"text/telephone-number" might be able to dial from a webpage?

Tim