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

  1. Download Link - Current Windows Driver

    1. Note: Minimum Wanpipe Windows driver 7.0.20.7

  2. Use WinZIP to unzip the wanpipe-win-<ver>.zip

  3. Open cmd shell in Administrator mode

  4. Change direcotry to wanpipe-win-<ver> directory

  5. Change directory to card/

  6. Setup.exe install                                     # This step will detect hw and install drivers

  7. Setup.exe install_devel_files                  # This step will install libraries and headers

To confirm installation

  1. Run: wanrouter.exe hwprobe
    Confirm that you can see Sangoma cards.

  2. For Help run: Setup.exe <enter>
     

Install Sangoma SDK

  1. Download Link - 

    1. 32 bit sangoma-tdm-sdk-win-v1.0.20_GA.i386.zip

    2. 64 bit sangoma-tdm-sdk-win-v1.0.20_GA.x86_64.zip

  2. Use WinZIP to unzip the sangoma-tdm-sdk-<ver>.tgz

  3. Open cmd shell in Administrator mode

  4. Change directory to sangoma-tdm-sdk-<ver>

Build FreeTDM First

  1. Change directory to libs\freetdm

  2. Open freetdm 2010 Visual Studio Solution File

  3. Run: Rebuild Project

  4. 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

  1. Download Link - Current Linux Driver

  2. Untar wanpipe-<ver>.tgz

  3. cd wanpipe-<ver>

  4. make

  5. make install

To confirm installation

Run: wanrouter hwprobe
Confirm that you can see Sangoma cards.

Install Sangoma SDK

  1. Download Link 

    1. 32 bit sangoma-tdm-sdk-v1.0.20_GA.i386.zip

    2. 64 bit sangoma-tdm-sdk-v1.0.20_GA.x86_64.zip

  2. unzip sangoma-tdm-sdk-<ver>.zip

  3. cd sangoma-tdm-sdk-<ver>

  4. make

  5. make install

  6. 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

Return to Documentation Home I Return to Sangoma Support