Versions Compared

Key

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

...

  1. Please download LATEST Wanpipe Release:  
    ftphttps://ftp.sangoma.com/linux/current_wanpipe/wanpipe-latest.tgz

  2. Untar wanpipe release in arbitrary directory (/usr/src/ is recommended).
    #> tar xvfz wanpipe-latest.tgzAfter untarring wanpipe-latest.tgz, the wanpipe-<version> directory will be created.   
    #> cd wanpipe-<version> 

  3. Run make from the newly created wanpipe-<version> directory
       #> make freetdm         (To compile Wanpipe drivers and utils)    
       #> make install              (To install Wanpipe drivers and utils)   

...