[Home]

Summary:ASTERISK-04836: tvfix too large timestamp
Reporter:tbclark (tbclark)Labels:
Date Opened:2005-08-13 22:18:51Date Closed:2008-01-15 15:45:14.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
is related toASTERISK-22293 tvfix(): Too large timestamp
Environment:Attachments:
Description:Any attempt to use Festival on a sip or iax2 channel results in numerous errors:  Aug 13 23:11:29 ERROR[22449]: utils.c:505 tvfix: warning too large timestamp 0.1592170
The error does not happen with Festival on zap channels.
The error is present in CVS head from today, 8/13/2005. Prior to 7/19/2005, the same conditions would cause error: utils.c:509 tvfix: warning negative timestamp -41324.-603625, so this is presumably related to bug 4730.
Comments:By: Kevin P. Fleming (kpfleming) 2005-08-23 11:53:56

As the message itself says, this is a warning, not an error.

If this problem still exists, and is actually causing any issue other than extra log messages, please re-open the bug with enough details to reproduce it.

By: Michael Jerris (mikej) 2005-08-23 13:51:01

we need to change the message type on this from error to warning as well.

By: Kevin P. Fleming (kpfleming) 2005-08-23 13:54:07

Fixed in CVS HEAD.

By: Digium Subversion (svnbot) 2008-01-15 15:45:14.000-0600

Repository: asterisk
Revision: 6388

U   trunk/utils.c

------------------------------------------------------------------------
r6388 | kpfleming | 2008-01-15 15:45:13 -0600 (Tue, 15 Jan 2008) | 2 lines

make the warning message be LOG_WARNING (issue ASTERISK-4836)

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

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