Meetme and ztdummy issue

Hi,

I am using asterisk 1.4.21.2 and zaptel 1.4.12.1. Recently we brought a new server and i am trying to setup asterisk and zaptel to use Meetme conferencing application.

Some times Meetme application is not working. Even when the user is connected to the bridge and talking, no audio is heard. When i do asterisk stop and start i see an error as shown below

[code]
[root@asterisk ~]#asterisk -cvvvvvvnd
Asterisk 1.4.21.2, Copyright © 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

== Parsing ‘/etc/asterisk/asterisk.conf’: Parsing /etc/asterisk/asterisk.conf
Found
== Parsing ‘/etc/asterisk/extconfig.conf’: Parsing /etc/asterisk/extconfig.conf
Found
== Parsing ‘/etc/asterisk/logger.conf’: Parsing /etc/asterisk/logger.conf
Found
Asterisk Event Logger Started /var/log/asterisk/event_log
[Jul 2 10:48:02] ERROR[17258]: asterisk.c:2982 main: Asterisk has detected a problem with your Zaptel configuration and will shutdown for your protection. You have options:
1. You only have to compile Zaptel support into Asterisk if you need it. One option is to recompile without Zaptel support.
2. You only have to load Zaptel drivers if you want to take advantage of Zaptel services. One option is to unload zaptel modules if you don’t need them.
3. If you need Zaptel services, you must correctly configure Zaptel.[/code]

I had to remove and load ‘ztdummy’ module again to make Meetme functional.

In some cases asterisk is not releasing ‘ztdummy’ module after exiting from the Meetme application. When i do ‘lsmod’ usage count of ztdummy is 13. I think on an idle sate, mostly usage count will be 3.

[root@asterisk ~]# lsmod | grep zaptel
zaptel                190980  13 ztdummy
crc_ccitt               6337  1 zaptel

Some times if i load ztdummy, Playback is not playing the audio file.

I spent enough time debugging the issue and searching in the forums. I could not find a solution.

System information:

[root@mcs ~]# cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Core(TM)2 CPU         X6800  @ 2.93GHz
stepping        : 5
cpu MHz         : 1600.000
cache size      : 4096 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
apicid          : 0
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips        : 5869.71
 
processor       : 1
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Core(TM)2 CPU         X6800  @ 2.93GHz
stepping        : 5
cpu MHz         : 1600.000
cache size      : 4096 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
apicid          : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips        : 5866.65

I have seen similar kind of issue reported in asterisk bug tracker. But, it was closed saying kernel issue.

https://issues.asterisk.org/print_bug_page.php?bug_id=11153

Initially i used PAE kernel. Still i see the same issue after changing to non-PAE kernel

[root@asterisk ~]# uname -a
Linux asterisk.localhost 2.6.18-128.1.16.el5 #1 SMP Tue Jun 30 06:10:28 EDT 2009 i686 i686 i386 GNU/Linux

Any one solved this kind of issue?

Thanks in advance