Project

General

Profile

HowTo configure Sangoma USB Voicetime Sync

1. Login to your GoAutoDial server

# cd /usr/src/wanpipe-voicetime-1.0.11/
# make boot

2. Restart your server

# reboot

The Sangoma USB Voicetime Sync driver (wanpipe_voicetime.ko) will be loaded instead of DAHDI dummy. To verify if it's been loaded:

# lsmod | grep wanpipe_voicetime

You should see something similar to this:

  wanpipe_voicetime      12680  0
  dahdi                 195912  14 wanpipe_voicetime,xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,dahdi_voicebus,wct4xxp

Go to top