Versions Compared

Key

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

...

  1. Download the latest official release of the Sangoma Wanpipe Driver

    1. Copy & Paste the line,without the quotes, into your Linux command line in the /usr/src/ directory.This will automatically download from the internet.
      -> "  wget ftphttps://ftp.sangoma.com/linux/current_wanpipe/wanpipe-current.tgz

Info

If your server does not have internet access simply download the driver on another machine with internet access, then transfer the downloaded .tgz package to /usr/src on this serer.

...

  1. Navigate to the /usr/src/ directory which will be used to store the downloaded libsng_isdn package. To do this type the following in your Linux command line, then press <enter>:

    1. -> cd /usr/src
       

  2. Download libsng_isdn by copy & pasting the following (without the quotes ""), then press <enter>:

    1. For 32-bit : " wget ftphttps://ftp.sangoma.com/linux/libsng_isdn/libsng_isdn-current.i686.tgz "

    2. For 64-bit : " wget ftphttps://ftp.sangoma.com/linux/libsng_isdn/libsng_isdn-current.x86_64.tgz  "tgz

  3. Install the libsng_isdn by un-compressing the downloaded '.tgz' file and install using make command

    If you are still inside the /usr/src/ directory by typing 'pwd' in the Linux command line. If you are not, navigate inside by typing 'cd /usr/src/' then press <enter>

     

    1. tar xfz libsng_ss7-current.<arch>.tgz

    2. cd libsng_isdn-<version>.<arch>

    3. make install

...

  1. Download Public Freeswtich + Sangoma FreeTDM compress file from Sangoma FTP server as given below:
    ftphttps://ftp.sangoma.com/linux/freeswitch/public_fs_merge_v1.6.tgz

  2. Now, untar the file using command as:

    Untar File

    Code Block
    tar -xvf public_fs_merge_v1.6.tgz
  3. Now, compile the freeswitch as usuall or can refer to  "sangoma-public-fs-compile.txt" as present within public_fs_merge_v1.6 folder, for freeswitch compilation related instruction

...

After running the wancfg_fs configuraiton configuration tool, the following files will have been created:

...