Dialectic Icon

Butler

Butler by Many Tricks is a versatile launcher. Among the many options available when using Butler is the ability to select a phone number stored in your Address Book (Contacts) database and send it to Dialectic for dialing. To do this, you will need to modify the AppleScript Butler uses when you select a phone number by following these steps:

script icon
--name: Dial via Dialectic
try
     tell application "Dialectic"
          dial number "[NUMBER]"
     end tell
     set theResult to "[SUCCESS]"
on error
     set theResult to "[ERROR]"
end try
get theResult

Now, when you select a phone number data item from an Address Book contact from Butler and select the AppleScript option (press the tab key to move from the default “Display” to “Dial via Dialectic”), the number will be sent to Dialectic for dialing. Please see the Butler documentation for more information.

You can also use Butler to launch AppleScripts to control Dialectic such as switching the current Location or retrieve your Quick Dial entries. For example scripts (and other items) that could be used to integrate Dialectic & Butler, see the Dialectic Online Resources:

http://www.jonn8.com/dialectic/resources/

Related Topics

Launchers

Online Resources

Was this page helpful? Were there errors, inaccuracies, or typos?
Could something have been explained better? If so, please let us know. 

Copyright © 2017 JNSoftware LLC. All Rights Reserved.
All other products mentioned are copyright of their respective owners.
No endorsement of or affiliation with any third-party product or service is implied.