©2006 Sven Slezak <sunny at mezzo.net>
This FileMaker Plug-In lets you dial with the Asterisk PBX.
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 )
1.1 - universal binary version
1.0 - initial release
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
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
\ | /
- :-) -
/ | \