[Home]

Summary:ASTERISK-04121: [patch] fix one-way audio in iax trunking
Reporter:grolloj (grolloj)Labels:
Date Opened:2005-05-09 10:27:51Date Closed:2011-06-07 14:10:19
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_iax2.tr_fr_ts.2.patch.txt
Description:The patch, chan_iax2.tr_fr_tr.2.patch.txt, fixes one-way audio problems with iax trunking. When voice frames (minis, not super minis) were pulled from the trunk frame, they were being passed into schedule_delivery as 16 bit timestamps. This patch properly adjusts them to be full 32 bit timestamps and updates the last timestamp for a call receiving trunked audio.

kb1_kanobe tested the patch and continued to hear audio past the second mark with trunking and the newjb enabled (and was key to tracking the problem down).

This patch was originally appended to bug ASTERISK-3933965, but I've included it here separately to make review easier (I hope).

****** ADDITIONAL INFORMATION ******

Disclaimer on file
Comments:By: Mark Spencer (markster) 2005-05-14 20:02:15

Added to CVS head.

By: Digium Subversion (svnbot) 2008-01-15 15:34:25.000-0600

Repository: asterisk
Revision: 5656

U   trunk/channels/chan_iax2.c

------------------------------------------------------------------------
r5656 | markster | 2008-01-15 15:34:25 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix one way audio problem with iax trunking (bug ASTERISK-4121)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5656