Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 2.75 KB

README.md

File metadata and controls

71 lines (38 loc) · 2.75 KB

Asterisk source package for AllStarLink


This is the Asterisk source package for AllStarLink and the files to build the ASL 1.01 distribution.


Updates: asl-menu has received a few minor updates since the ASL 1.01 distribution was released.


AllStarLink wiki: https://wiki.allstarlink.org

AllStarLink Portal: https://www.allstarlink.org

Official AllStarLink mailing list - app_rpt-users: http://lists.allstarlink.org

AllStarLink Network/System status: https://grafana.allstarlink.org


Copyright

Asterisk 1.4.23pre is copyright Digium (https://www.digium.com)

app_rpt and associated programs (app_rpt suite) are copyright Jim Dixon, WB6NIL; AllStarLink, Inc.; and contributors

(Refer to each individual's file source code for full copyright information)

License

Asterisk, app_rpt and all associated code/files are licensed, released, and distributed under the GNU General Public License v2 and cannot be relicensed without written permission of Digium and the copyright holders of the app_rpt suite of programs.


Prerequisites

Install gcc 4.9 and g++ 4.9 on your system (4.8 will work too).
Refer to your Linux distribution's documentation for information on how to do this

Compiling

Make sure the Asterisk 1.4 prerequisites are installed on your system before attempting to compile

git clone https://github.com/AllStarLink/Asterisk.git

cd Asterisk/asterisk

./configure CXX=g++-4.9 CC=gcc-4.9

make

make install

If all goes well, you will have cloned, configured, compiled and installed the Astersisk 1.4.23pre and app_rpt suite of programs that comprise the ASL 1.01 release onto your system.


Help

Refer to the app_rpt-users mailing list and AllStarLink Wiki for information on the app_rpt suite of programs.


Contributing

Please refer to the Contributing page on the AllStarLink Wiki.