If you are working on telephone solutions, please check
out the Ozeki VoIP SIP SDK.
It can be used to create VoIP client and server software. |
|
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
Dig deeper!
People who read this also read...
Next page:
Hidden
|