[Home]

Summary:ASTERISK-07364: [patch] Normalize fields separator in IEs dump functions - fix a trace
Reporter:Frederic LE FOLL (flefoll)Labels:
Date Opened:2006-07-20 03:50:19Date Closed:2006-07-21 10:57:20
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch_dump_text_q931.c_rev359.txt
Description:I propose a patch in order to :
- normalize IE fields separator in dump functions, for better legibility : always use 2 spaces (not 1, not 3) between IE fields.
- fix a trace "Don't know how to post-handle" that should be "Don't know how to pre-handle"
- also add a few "fall through" comments where fall through occurs in q931_receive () switch/case sequence
Comments:By: Matthew Fredrickson (mattf) 2006-07-21 10:57:19

Added to trunk r366.  Thanks flefoll!