[Home]

Summary:ASTERISK-03101: [patch] Fix debug/verbose error messages at startup...
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-12-27 13:58:06.000-0600Date Closed:2008-01-15 15:19:03.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20041227__core_typos__2.diff.txt
( 1) cli.txt
Description:Several spelling typos and one logic problem with the -R reconnect option, where Asterisk may reconnect, but immediately quit.

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

Disclaimer on file
Comments:By: Olle Johansson (oej) 2004-12-27 15:53:02.000-0600

snprintf(tmp, sizeof(tmp), "set debug atleast %d", option_debug);

Maybe you want to fix that one as well :-)

By: Tilghman Lesher (tilghman) 2004-12-27 16:18:47.000-0600

Okay, that one is now included.

By: Mark Spencer (markster) 2004-12-28 02:56:31.000-0600

Fixed in CVS, thanks!

By: Russell Bryant (russell) 2004-12-28 07:15:15.000-0600

fixed in 1.0

By: Olle Johansson (oej) 2004-12-29 02:43:48.000-0600

Guess we shouldn't have changed the cli commands, but the cli output. Added fix. Disclaimer on file

By: Mark Spencer (markster) 2004-12-29 02:51:24.000-0600

Fixed in CVS head, thanks!

By: Russell Bryant (russell) 2004-12-30 16:23:26.000-0600

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:18:21.000-0600

Repository: asterisk
Revision: 4565

U   trunk/asterisk.c

------------------------------------------------------------------------
r4565 | markster | 2008-01-15 15:18:21 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix small typos (bug ASTERISK-3101)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:18:22.000-0600

Repository: asterisk
Revision: 4566

U   branches/v1-0/asterisk.c

------------------------------------------------------------------------
r4566 | russell | 2008-01-15 15:18:22 -0600 (Tue, 15 Jan 2008) | 2 lines

fix some typos (bug ASTERISK-3101)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:18:35.000-0600

Repository: asterisk
Revision: 4581

U   trunk/asterisk.c
U   trunk/cli.c

------------------------------------------------------------------------
r4581 | markster | 2008-01-15 15:18:35 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix additional typos (bug ASTERISK-3101)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:19:03.000-0600

Repository: asterisk
Revision: 4610

U   branches/v1-0/asterisk.c
U   branches/v1-0/cli.c

------------------------------------------------------------------------
r4610 | russell | 2008-01-15 15:19:02 -0600 (Tue, 15 Jan 2008) | 2 lines

fix typos (bug ASTERISK-3101)

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

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