Giter Club home page Giter Club logo

kg7qin / allstarlink-asterisk-1.8 Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 33.52 MB

Start of porting AllStarLink modules to Asterisk 1.8.32.3 - very alpha software! Not for production use!!!

Home Page: https://www.github.com/pttlink/ASL-AsteriskNG

License: Other

Makefile 0.50% C 88.20% Perl 0.39% Shell 1.72% HTML 0.17% M4 0.55% C++ 3.94% Objective-C 0.05% Awk 0.01% Vim Script 0.04% PHP 0.01% Tcl 0.01% Python 0.04% Yacc 0.23% Lex 0.09% CSS 0.01% JavaScript 0.03% Roff 4.03%
allstarlink

allstarlink-asterisk-1.8's Introduction

Hi there ๐Ÿ‘‹

KG7QIN's github stats Metrics

allstarlink-asterisk-1.8's People

Contributors

kg7qin avatar solivas avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tolitski

allstarlink-asterisk-1.8's Issues

Error when compiling with newer versions of GCC

When compiling this code with a version of GCC that is newer than 4.9, you will likely encounter an error and everything will stop.

To fix this, you will need to have GCC-4.9 installed on your system and execute the following commands:

make clean
export PTLIB_CONFIG=/usr/share/ptlib/make/ptlib-config
./configure CC=gcc-4.9 CPP=cpp-4.9
export CC=gcc-4.9
export CPP=cpp-4.9
make

The code should compile with out problems -- just ignore the warnings.

CODEC issues sometimes cause connection problems

When the chan_iax2 channel driver negotiates a connection, sometimes the codecs used will cause the connection to fail.

The driver needs to be debugged to ensure that it is sending and decoding what it receives during the setup/connection of a call for it to work.

./configure generates the error "ptlib-config" missing

Running ./configure generates the error:

....
checking openr2.h usability... yes
checking openr2.h presence... yes
checking for openr2.h... yes
checking /home/olivas/pwlib/include/ptlib.h usability... no
checking /home/olivas/pwlib/include/ptlib.h presence... no
checking for /home/olivas/pwlib/include/ptlib.h... no
checking /usr/local/include/ptlib.h usability... no
checking /usr/local/include/ptlib.h presence... no
checking for /usr/local/include/ptlib.h... no
checking /usr/include/ptlib.h usability... yes
checking /usr/include/ptlib.h presence... yes
checking for /usr/include/ptlib.h... yes
checking for ptlib-config... no
./configure: line 25817: --ldflags: command not found
Cannot find ptlib-config - please install and try again

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.