Prerequisites for Asterisk SMS

The following perl modules (LWP::UserAgent and Asterisk::AGI) are required to add SMS functionality to Asterisk.

LWP::UserAgent

This perl module is required to get the ngSMS Asterisk module working.

Download

libwww-perl-5.805.tar.gz (CPAN)
libwww-perl-5.805.tar.gz (Ozeki)

Install

tar -xzvf libwww-perl-5.805.tar.gz
cd libwww-perl-5.805
perl Makefile.PL
make
make test
make install



Asterisk::AGI

This perl module is required to get the ngSMS Asterisk module working.

Download

asterisk-perl-0.10.tar.gz (CPAN)
asterisk-perl-0.10.tar.gz (Ozeki)

Install

tar -xzvf asterisk-perl-0.10.tar.gz
cd asterisk-perl-0.10
perl Makefile.PL
make
make test
make install

More information