Autodialer for Vonage® via Callback
Installation
- Read the Vonage SoftPhone Autodialer script into the AppleScript Script Editor.
- Adjust the configuration parameters according to your preferences
(see script).
- Before dialing can work, you must set these properties acording to
your Vonage service:
- VonagePhoneNumber: Your Vonage phone number with the
dialing prefix for your country (eg, 1 for the US and Canada). Value
is a string like "12024561000".
- VonageUserName: The name that you use to log in to the
Vonage dashboard. Value is a string like "YourLoginName"
- VonagePassword: The password that you use to log in to the
Vonage dashboard. Value is a string like "YourLoginPassword" .
- If you want the Vonage callback option to be available only at
certain locations (as specified in the Network Pane of
your System Preferences), set the
property LocationsForVonageCallback to the names of those
locations. Value is a list like {"Home-LAN", "Home-Wireless"}.
- If you want to be asked for confirmation before dialing, set the
property ConfirmBeforeDialingP to true.
- Save the autodialer as a script of type "Run Only" in your folder
~/Library/Address Book PlugIns/ or, if available to all computer
users, in /Library/Address Book PlugIns/
- Relaunch Address Book after saving the script.
- Now, a new "Dial ... via Vonage Callback" option will be available from
the context menu for any dial-able telephone number in the Apple
Address Book.
- Have fun!
Back to Autodialer Plug-ins for Apple Address Book