Asterisk FileMaker Plug-In for Mac OS-X

©2006 Sven Slezak <sunny at mezzo.net>

This FileMaker Plug-In lets you dial with the Asterisk PBX.

Usage:

Included is a FileMaker example Database.
To call the Plug-In you need to create a Script which inserts a calculated result.
You don't actually want to insert anything, but need to use this script step to call the Plug-In.
In the calculation choose from External Functions: Asterisk

mezzo_DialAsterisk( Your_Database::The_Phone_Number )

Changes and Download:

1.1 - universal binary version
1.0 - initial release

Install:

Just copy the Asterisk.fmplugin file into the Extensions directory of your FileMaker installation.
For the Asterisk Plug-In to configure you need Asterisk.prefspane first and

  1. Include dialer_extensions.conf into you dialplan (extensions.conf):
    #include dialer_extensions.conf
    
  2. 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
    
	 \ | /
	- :-) -
	 / | \