[Home]

Summary:ASTERISK-12598: [patch] Missing \r\n in JitterBufStats manager event
Reporter:Stefan Reuter (srt)Labels:
Date Opened:2008-08-16 11:54:54Date Closed:2008-08-18 08:14:41
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 13324_missing_nl_in_jitterbufstats_event_2.diff
( 1) 13324_missing_nl_in_jitterbufstats_event.diff
Description:...LocalTotalLost: %d LocalLossPercent: %d\r\nLocalDropped:...
should be:
...LocalTotalLost: %d\r\nLocalLossPercent: %d\r\nLocalDropped:...
Comments:By: Stefan Reuter (srt) 2008-08-16 12:00:09

There was an additional issue on the same line (\t\n instead of \r\n)

By: Digium Subversion (svnbot) 2008-08-17 08:23:11

Repository: asterisk
Revision: 138473

U   trunk/channels/chan_iax2.c

------------------------------------------------------------------------
r138473 | seanbright | 2008-08-17 08:23:09 -0500 (Sun, 17 Aug 2008) | 7 lines

Fix the output of the JitterBufStats manager event.

(closes issue ASTERISK-12598)
Reported by: srt
Patches:
     13324_missing_nl_in_jitterbufstats_event_2.diff uploaded by srt (license 378)

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

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

By: Stefan Reuter (srt) 2008-08-18 07:09:01

This issue is also present in 1.6.0-beta9. Can you merge this change into the 1.6 branch?
Thanks,
Stefan

By: Sean Bright (seanbright) 2008-08-18 08:14:40

It was already merged.  Revision 138474.