[Home]

Summary:ASTERISK-10546: [patch] more NEW_CLI conversions
Reporter:Sean Bright (seanbright)Labels:
Date Opened:2007-10-16 13:47:03Date Closed:2007-10-19 12:41:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) newcli.1.patch
( 1) newcli.2.patch
( 2) newcli.3.patch
( 3) newcli.4.patch
( 4) newcli.5.patch
( 5) newcli.6.patch
( 6) newcli.7.patch
Description:We missed a few in the last bug report.  First patch attached changes:

channels/chan_iax2.c
main/config.c
res/res_indications.c
codecs/codec_zap.c

Still a few more to come.
Comments:By: Sean Bright (seanbright) 2007-10-16 13:47:52

Errr.  Heh.  Someone delete that gif please :)

By: Sean Bright (seanbright) 2007-10-16 18:46:45

newcli.2.patch includes:

res/res_config_pgsql.c  (Did some clean-up like change Postgresql to PostgreSQL too)
res/res_config_sqlite.c

Left to do:

channels/chan_h323.c
channels/chan_misdn.c
channels/chan_usbradio.c
main/rtp.c

By: Sean Bright (seanbright) 2007-10-17 11:00:49

newcli.3.patch includes:

channels/chan_usbradio.c
There are a ton of formatting changes needed in this file, but I've limited this patch to the CLI stuff only.

Left to do:

channels/chan_h323.c
channels/chan_misdn.c
main/rtp.c

By: Sean Bright (seanbright) 2007-10-17 11:12:43

newcli.4.patch supercedes newcli.3.patch (which can be deleted).

Noticed some arguments to 'radio tune' in chan_usbradio that weren't documented and i added them to the completion list.

By: Sean Bright (seanbright) 2007-10-17 13:23:06

newcli.5.patch includes:

main/rtp.c

Left to do:

channels/chan_h323.c
channels/chan_misdn.c

By: Sean Bright (seanbright) 2007-10-17 17:25:58

newcli.6.patch includes:

channels/chan_h323.c

Left to do:

channels/chan_misdn.c

By: Sean Bright (seanbright) 2007-10-18 14:30:18

newcli.7.patch includes:

channels/chan_misdn.c

Left to do:

Not a thing, we're all done.

By: Digium Subversion (svnbot) 2007-10-19 12:41:13

Repository: asterisk
Revision: 86534

U   trunk/channels/chan_h323.c
U   trunk/channels/chan_iax2.c
U   trunk/channels/chan_misdn.c
U   trunk/channels/chan_usbradio.c
U   trunk/codecs/codec_zap.c
U   trunk/main/config.c
U   trunk/main/rtp.c
U   trunk/res/res_config_pgsql.c
U   trunk/res/res_config_sqlite.c
U   trunk/res/res_indications.c

------------------------------------------------------------------------
r86534 | qwell | 2007-10-19 12:41:12 -0500 (Fri, 19 Oct 2007) | 13 lines

More changes to NEW_CLI.
Also fixes a few cli messages and some minor formatting.

(closes issue ASTERISK-10546)
Reported by: seanbright
Patches:
     newcli.1.patch uploaded by seanbright (license 71)
     newcli.2.patch uploaded by seanbright (license 71)
     newcli.4.patch uploaded by seanbright (license 71)
     newcli.5.patch uploaded by seanbright (license 71)
     newcli.6.patch uploaded by seanbright (license 71)
     newcli.7.patch uploaded by seanbright (license 71)

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