Sangoma TDM SDK Depends on Sangoma wanpipe device driver Suite.
Sangoma wanpipe driver is supported on Linux and Windows
Windows Installation
Download and install Wanpipe for Windows
Download Link - Current Windows Driver
Note: Minimum Wanpipe Windows driver 7.0.20.7
Use WinZIP to unzip the wanpipe-win-<ver>.zip
Open cmd shell in Administrator mode
Change direcotry to wanpipe-win-<ver> directory
Change directory to card/
Setup.exe install # This step will detect hw and install drivers
Setup.exe install_devel_files # This step will install libraries and headers
To confirm installation
Run: wanrouter.exe hwprobe
Confirm that you can see Sangoma cards.For Help run: Setup.exe <enter>
Install Sangoma SDK
Download Link -
Use WinZIP to unzip the sangoma-tdm-sdk-<ver>.tgz
Open cmd shell in Administrator mode
Change directory to sangoma-tdm-sdk-<ver>
Build FreeTDM First
Change directory to libs\freetdm
Open freetdm 2010 Visual Studio Solution File
Run: Rebuild Project
Done
Now that the SDK is installed, select the application you wish to install:
End of installation procedure
Linux Installation
Download and Wanpipe for Linux
Download Link - Current Linux Driver
Untar wanpipe-<ver>.tgz
cd wanpipe-<ver>
make
make install
To confirm installation
Run: wanrouter hwprobe
Confirm that you can see Sangoma cards.
Install Sangoma SDK
Download Link
unzip sangoma-tdm-sdk-<ver>.zip
cd sangoma-tdm-sdk-<ver>
make
make install
At this point the FreeTDM libraries will be installed in /usr/local/freetdm directory.
Now that the SDK is installed, select the application to install:
End of Installation procedure