[Asterisk-Users] Re: [Asterisk] ZT_CHANCONFIG failed on channel 2: No such device or address (6)

Randy Smith forhire at tigermtn.com
Thu Feb 13 22:33:14 MST 2003


Fixed it using a script found in the archieve. I've included it below for 
reference. It was a module loading problem. Now on to build some menus :)

Randy

#!/bin/sh
rmmod wcfxsusb
rmmod audio
rmmod wcusb
rmmod wcfxo
rmmod zaptel
insmod zaptel
insmod wcfxo
insmod wcusb
ztcfg





More information about the asterisk-users mailing list