Hi, We are trying to get the jitter of a channel for iax channels. iax2 show netstats The above command always shows zero value for jitter. (Actually, only rtt and kpkts are non-zero). The behaviour is the same even for cross-continental calls. Is this a bug in the implementation or a configuration problem?. Thanks, Vijay & Ashish PS:We have enabled jitterbuffer at both ends. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050527/e9bd7440/attachment.htm
Andrew Kohlsmith
2005-May-27 04:53 UTC
[Asterisk-Users] does Jitter calculation in chan_iax2.c work???
On May 27, 2005 01:47 am, Vij wrote:> The above command always shows zero value for jitter. (Actually, only rtt > and kpkts are non-zero). The behaviour is the same even for > cross-continental calls.Post your iax.conf without passwords. Also, are there any native bridges going on on either side? There will be no jitter buffer used if so. Also, there will be no jitter buffer enabled if the endpoints just go to another VOIP technology (e.g. to another IAX phone or to a SIP phone). You can force it with "forcejitterbuffer=yes" in iax.conf.> Is this a bug in the implementation or a configuration problem?.Honestly, you haven't even begun to give us enough information to determine that. -A.