Bug (or) Error: codec_dahdi.c

Hi,

I have 2 asterisk servers connected over wan using iax2 tunnel mode.

Are there any know bugs/issues using jitter buffer enabled with iax2 trunk on asterisk-1.4.22? I am getting following strange errors during the calls and audio quality is seriously effected. I have DTC400B transocder card & using g729 codec between asterisk servers.

my iax.conf general section is below:

[general]
bindport=4569
bindaddr=10.10.10.10
iaxcompat=yes
tos=ef
autokill=yes
language=en
jitterbuffer=yes
forcejitterbuffer=yes
maxjitterbuffer=1000
maxjitterinterps=100
resyncthreshold=1000
disallow=all
allow=g729
allow=gsm

error messages:

[Nov 18 00:02:13] ERROR[21244]: codec_dahdi.c:138 zap_framein: Failed to write to transcoder: Invalid argument [Nov 18 00:02:13] ERROR[21244]: codec_dahdi.c:141 zap_framein: Requested write of 0 bytes, but only wrote -1 bytes.
[Nov 18 00:02:13] ERROR[21244]: codec_dahdi.c:138 zap_framein: Failed to write to transcoder: Invalid argument [Nov 18 00:02:13] ERROR[21244]: codec_dahdi.c:141 zap_framein: Requested write of 0 bytes, but only wrote -1 bytes.
[Nov 18 00:02:13] ERROR[21244]: codec_dahdi.c:138 zap_framein: Failed to write to transcoder: Invalid argument [Nov 18 00:02:13] ERROR[21244]: codec_dahdi.c:141 zap_framein: Requested write of 0 bytes, but only wrote -1 bytes.

I opened a ticket with digium customer support team & still waiting for resolution. Please suggest.

while googling about my error reported above, i found following link. it looks like a know bug. I even installed latest svn trunk for both dahdi & asterisk, still the issues is there.

Dear development team, Can you please suggest on this…

svn.digium.com/view/asterisk/tea … &r2=157002