©2006 Sven Slezak <sunny at mezzo.net>
The Scripting package includes a scriptable Application for use in AppleScript called AsteriskScripter.
You can call the AsteriskScripter from AppleScript:
tell application "AsteriskScripter" dial "01723764958" quit end tell
Examples included in this package:
1.0rc1 - AsteriskScripter is now also a system service.
0.9 - initial release
Just copy AsteriskScripter into your Application folder.
To activate the system services you have to log-off and on again.
For the AsteriskScripter to work you need to install the Asterisk.prefspane first and
add some configurations to Asterisk.
dialer_extensions.conf into you dialplan (extensions.conf):
#include dialer_extensions.conf
[dialer] secret = i_dont_say deny = 0.0.0.0/0.0.0.0 permit = 127.0.0.1/255.255.255.0 permit = 192.168.1.0/255.255.255.0 read = system,call,log,verbose,command,agent,user write = system,call,log,verbose,command,agent,user
\ | /
- :-) -
/ | \