[asterisk-bugs] [Asterisk 0010513]: [patch] Output beautification for "[core] show codecs"
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Aug 21 09:58:01 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=10513
======================================================================
Reported By: casper
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 10513
Category: Core/CodecInterface
Reproducibility: always
Severity: text
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 80129
Disclaimer on File?: N/A
Request Review:
Resolution: won't fix
Fixed in Version:
======================================================================
Date Submitted: 08-21-2007 05:49 CDT
Last Modified: 08-21-2007 09:58 CDT
======================================================================
Summary: [patch] Output beautification for "[core] show
codecs"
Description:
Changes:
INT BINARY HEX TYPE NAME DESC
--------------------------------------------------------------------------------
1 (1 << 0) (0x1) audio g723 (G.723.1)
2 (1 << 1) (0x2) audio gsm (GSM)
to:
INT BINARY HEX TYPE NAME DESC
--------------------------------------------------------------------------------
1 (1 << 0) 0x1 audio g723 G.723.1
2 (1 << 1) 0x2 audio gsm GSM
plus some minor formatting in the code...
======================================================================
----------------------------------------------------------------------
qwell - 08-21-07 09:58
----------------------------------------------------------------------
I believe that it's more readable the way it is now, honestly.
As far as the formatting changes, those should really only go into svn
trunk, and would probably be best suited in another bug report.
Issue History
Date Modified Username Field Change
======================================================================
08-21-07 09:58 qwell Status new => resolved
08-21-07 09:58 qwell Resolution open => won't fix
08-21-07 09:58 qwell Assigned To => qwell
08-21-07 09:58 qwell Note Added: 0069169
======================================================================
More information about the asterisk-bugs
mailing list