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
|
This is a module for The Asterisk Open Source PBX. It is currently
licensed under the GPL.
To build and install, you must already have Asterisk and MySQL devel
packages installed on your system. The sample configuration file
can be installed by executing "make samples". You will need to set
up the database schema manually -- a sample schema that is suitable
for use with MySQL has been included.
You must also have PCRE -- a Perl Regular Expression package for C
installed. On RedHat this is accomplished by installing the pcre
and pcre-devel RPMs.
The module will install itself as both an application that will do
Least Cost Routing, and a CDR logger that will log a call with cost
calculated based on the actual route used.
Fixes and additions to the code are welcomed, but we do require that
such contributed code be disclaimed, as we will be providing this
module under a dual license. For a disclaimer form, see the file
"DISCLAIMER" in this directory. The disclaimer must be either faxed
to +47 55987201 or mailed to:
Disclaimers
Troll Phone Networks AS
Kokstaddalen 4
NO-5257 KOKSTAD
Norway
Either of these will be fine, but a dislaimer form must be on file
before we can accept any patches or enhancements.
Yes, this code uses alloca(). Yes, on some systems the man page
for alloca(3) says "Its use is discouraged." Deal with it.
|