OS-X Scripting package for the Asterisk PBX

©2006 Sven Slezak <sunny at mezzo.net>

The Scripting package includes a scriptable Application for use in AppleScript called AsteriskScripter.

Usage:

You can call the AsteriskScripter from AppleScript:

tell application "AsteriskScripter"
  dial "01723764958"
  quit
end tell

Examples included in this package:

Changes and Download:

1.0rc1 - AsteriskScripter is now also a system service.
0.9 - initial release

Install:

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.

  1. Include dialer_extensions.conf into you dialplan (extensions.conf):
    #include dialer_extensions.conf
    
  2. Additionally you have to add an user to the manager.conf file. for example:
    [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
    
	 \ | /
	- :-) -
	 / | \