[Home]

Summary:ASTERISK-10581: [patch] update addons to use NEW_CLI API (and change ooh323 debug command)
Reporter:Sean Bright (seanbright)Labels:
Date Opened:2007-10-19 16:28:42Date Closed:2007-10-22 14:50:52
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) newcli.addons.10212007.patch
( 1) newcli.addons.10222007.patch
( 2) newcli.addons.patch
Description:Updates the addons to use AST_CLI API (was NEW_CLI) and changed:

ooh323 debug/ooh323 no debug --> ooh323 set debug/ooh323 set debug off

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

Note that the specified revision is that of the addons, not asterisk.
Comments:By: Sean Bright (seanbright) 2007-10-21 08:41:03

Updated patch contains a fix for a small bug I introduced (sprintf -> snprintf).

By: Sean Bright (seanbright) 2007-10-22 11:33:28

Update to use new CLI macro (AST_CLI_DEFINE)

By: Digium Subversion (svnbot) 2007-10-22 14:50:51

Repository: asterisk-addons
Revision: 474

U   trunk/asterisk-ooh323c/src/chan_h323.c
U   trunk/cdr_addon_mysql.c
U   trunk/chan_mobile.c
U   trunk/res_config_mysql.c

------------------------------------------------------------------------
r474 | qwell | 2007-10-22 14:50:50 -0500 (Mon, 22 Oct 2007) | 4 lines

Move to new AST_CLI_DEFINE way of creating CLI commands.

Closes issue ASTERISK-10581, patch by seanbright.

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