TDM SDK Installation
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