...
Download the latest official release of the Sangoma Wanpipe Driver
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. |
...
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>:
-> cd /usr/src
Download libsng_isdn by copy & pasting the following (without the quotes ""), then press <enter>:
For 32-bit : " wget ftphttps://ftp.sangoma.com/linux/libsng_isdn/libsng_isdn-current.i686.tgz "
For 64-bit : " wget ftphttps://ftp.sangoma.com/linux/libsng_isdn/libsng_isdn-current.x86_64.tgz "tgz
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>
tar xfz libsng_ss7-current.<arch>.tgz
cd libsng_isdn-<version>.<arch>
make install
...
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.tgzNow, untar the file using command as:
Untar File
Code Block tar -xvf public_fs_merge_v1.6.tgz
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:
...