Make sure that if you're using anything other than zaptel hardware, it is running uLaw as the codec. Anything else will produce ever increasing delays.
My setup has all of our VoIP lines coming into my main box, and then I have a separate box running asterisk only for meetme with an iax2 trunk between the two running uLaw. It seems to work fairly well. Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Rosen Sent: Sunday, June 26, 2005 2:22 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Horrible MeetMe performance Did you ever have any luck with improving the MeetMe performance? We're running into the same problems.... Andy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Lixfeld Sent: Thursday, December 09, 2004 10:59 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Horrible MeetMe performance 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) [EMAIL PROTECTED]://~ ]$ 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 [EMAIL PROTECTED]://~ ]$ _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
