To get help on this topic, you should post what you have done so far to use the digium card. Or you could search the forum for prior users.
But: You are using a VERY old GoAutoDial installation (2.0 is .. way back) and it has apparently been upgraded (for vicidial code but not for Goautodial code). I would seriously suggest you either re-install with Vicibox 6 or Goautodial 3 with the card already installed. Often having the card installed (physically) before installing the dialer software and OS can load the proper software and drivers without much fuss. You'll likely still have to configure it ... but that's not as big of a battle as getting the software installed!
Or you could contact gardo directly for digium on his goautodial system, he's quite adept at it and probably can accomplish the task rather quickly without a reinstall being required. There are likely also instructions in Gardo's wiki for digium/sangoma card setup. Along with a few other sites (just remember that with other sites, you'll eventually still need to configure it to work with Vicidial. But getting it to dial out with asterisk from any instructions is a great step toward that goal!).
Or you could contact many others (such as us) and we could walk you through the process. But if you want Free ... you'll need to tell us what you've done so far so we can help you with the rest. Even if ALL you have done is "put the card in the box and restart". LOL
Start with the online instructions from digium (and even consider asking the vendor who sold you this card, they are often quite helpful in getting the card working with asterisk).
After the card works with asterisk, getting it working in Vicidial will become possible (and more people will be available to help you, as it gets easier). For instance: There are some "commented out" lines in Extensions.conf for T1 cards specific to this configuration.
As a starter, this will "wake up" a digium card on a fresh Vicibox installation if the card was physically present during the installation (and then configuration to dial through it can begin):
Demonstrate the card is not yet active (and attempt to configure it fails ... because it's not yet active AND unconfigured)
- Code: Select all
asterisk -rx "dahdi show status"
dahdi_cfg -vvvv
dahdi_genconf -vvvv
dahdi_cfg -vvv
nano /etc/asterisk/chan_dahdi.conf
dahdi_cfg shows NO channels. Now let's wake up the card and then configure it again
- Code: Select all
/etc/init.d/dahdi status
/etc/init.d/dahdi restart
dahdi_cfg -vvv
/etc/init.d/dahdi status
dahdi_genconf -vvvv
dahdi_cfg -vvv
dahdi_cfg now shows 24 channels per span (based on the card's available spans). If this is still true after reboot, the card is ready to configure into Vicidial and to set to match the Carrier's configuration to actually make calls.