File: README

package info (click to toggle)
libasterisk-agi-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 196 kB
  • ctags: 149
  • sloc: perl: 1,777; makefile: 53
file content (35 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Asterisk Perl Modules
by James Golovich <james@gnuinter.net>


These are all modules for interfacing with the Asterisk open source pbx
system.

The main site for these files is http://asterisk.gnuinter.net, or soon
to be found at a CPAN mirror near you.

There is a mailing list setup to discuss asterisk-perl related topics,
you can subscribe by sending an empty email to 
asterisk-perl-subscribe@lists.gnuinter.net

Some documentation is in the the perl modules, use perldoc to read it
(example: perldoc Asterisk::AGI)

To install these modules just do:
	perl Makefile.PL
	make all
	make install

Examples that use these modules can be found in the examples/ directory

Here is a short description of what each does:

agi-sayani.agi: AGI Script that says the callerid and dnis
agi-test.agi: Rewrite of AGI Example included with asterisk
calleridnamelookup.agi: AGI Script that uses an online reverse number databases to add a name to callerid
tts-bofh.agi: AGI script that uses Festival to give a random bofh excuse
tts-ping.agi: AGI script that pings an ip address and notifies the user if the host is up or down
tts-line.agi: AGI script that uses Festival to read a text file one line at a time
manager-test.pl: Example usage of the Asterisk::Manager module

Asterisk can be found at http://www.asterisk.org