Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. cd /etc/wanpipe/api/libsangoma

  2. ./configure

  3. make

  4. make install

  5. Add library path /usr/local/lib into /etc/ld.so.conf

  6. Run ldconfig to accept /etc/ld.so.conf changes.

Wanpipe LibSangoma with LibPRI Installation (Optional must be done manually)

  1. Download  libpri from www.asterisk.org and save it into /usr/src directory.

  2. Untar libpri tgz file in /usr/src directory

  3. Change directory into libpri and run: make; make install

  4. cd /etc/wanpipe/api/libsangoma

  5. ./configure  --with-libpri=/usr/src/<libpri directory>

  6. make

  7. make install

  8. Add library path /usr/local/lib into /etc/ld.so.conf

  9. Run ldconfig to accept /etc/ld.so.conf changes.

...

Sample API configuration Files

...