Hey folks, Using FreeBSD 5.2.1 and I've got the current zaptel driver installed from ports (0.8_1) and current ports asterisk (1.0.1). I've set options HZ=1000 in my kernel config, recompiled and rebooted and as far as I can tell, I've done everything right but when I try to use the conference, the audio is very delayed, choppy and segmented -- totally unusable. At the suggestion of someone on #asterisk, I cvsup'd * against digium and used that instead of ports, but that didn't seem to help either. FYI: When I said above "when I try to use the conference" I meant using two non-voip phones, specifically a cell phone and a land line. I'd dial the number for my asterix box which is in itself a b channel on a PRI answered by a T100P on a friend's * box and sent via IAX over to my * box. Not sure if that matters, but I figure I'd mention it anyway. Anyone have any ideas here? # meetme.conf [rooms] conf => 97531,24680 # extensions.conf [conf] exten => 1,1,Answer exten => 1,2,Wait(1) exten => 1,3,Authenticate(5447847) exten => 1,4,MeetMe(97531,Mas,24680) exten => 1,5,Playback(vm-goodbye) exten => 1,6,Hangup() exten => 2,1,MeetMe(97531,Ms,24680) [jlixfeld@trek://~ ]$ kldstat Id Refs Address Size Name 1 5 0xc0400000 5e16d8 kernel 2 4 0xc231e000 2f000 zaptel.ko 3 1 0xc234f000 6000 wcfxo.ko 4 1 0xc2355000 a000 wcfxs.ko 5 1 0xc235f000 2000 ztdummy.ko [jlixfeld@trek://~ ]$