[Home]

Summary:ASTERISK-09495: warning negative timestamp with saydigits and festival
Reporter:ceva (ceva)Labels:
Date Opened:2007-05-23 02:56:54Date Closed:2007-07-11 19:59:05
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_festival
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When i use SayDigits function followed Festival function, Asterisk show more warning:

[May 23 09:30:24] WARNING[6180]: utils.c:730 tvfix: warning negative timestamp -1211542877.-1211541839
[May 23 09:30:24] WARNING[6180]: utils.c:730 tvfix: warning negative timestamp -1211542877.-1211541839
[May 23 09:30:24] WARNING[6180]: utils.c:730 tvfix: warning negative timestamp -1211542877.-1211541839                                                      
...
...

The dialplain that i used is very simple:

exten => s,1,Answer()
exten => s,n,SayDigits("123")
exten => s,n,Festival('hi') ;



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

debug info:

[May 23 09:30:24] DEBUG[6180] app_festival.c: Text passed to festival server : hi
[May 23 09:30:24] DEBUG[6180] app_festival.c: Passing text to festival...
[May 23 09:30:24] DEBUG[6180] app_festival.c: Passing data to channel...
[May 23 09:30:24] DEBUG[6180] app_festival.c: Festival WV command
[May 23 09:30:25] DEBUG[6180] app_festival.c: Last frame
[May 23 09:30:37] DEBUG[6180] cdr_addon_mysql.c: cdr_mysql: inserting a CDR record.
[May 23 09:30:37] DEBUG[6180] cdr_addon_mysql.c: cdr_mysql: SQL command as follows: INSERT INTO cdr ...
Comments:By: Jason Parker (jparker) 2007-05-24 09:42:00

Could you please upload a more complete log file?  You took the warnings out of context, so we can't see where they actually happen.

By: Russell Bryant (russell) 2007-05-24 10:04:58

I think I have this fixed in 1.4 and trunk in revisions 65853 and 65855.  Please re-open the bug if you still have a problem.  Thanks!