[Home]

Summary:ASTERISK-13349: [patch] Add config option to disable console connect messages
Reporter:James Golovich (jamesgolovich)Labels:
Date Opened:2009-01-12 15:32:52.000-0600Date Closed:2009-01-13 17:02:01.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-hideconnect.diff.txt
Description:Someone on IRC asked about disabling the remote console connect messages (similar to how manager connection display can be disabled).  Thought it was a good idea so I threw together this patch

Comments:By: Leif Madsen (lmadsen) 2009-01-13 12:57:29.000-0600

Assigned to otherwiseguy for review. Thanks!

By: Terry Wilson (twilson) 2009-01-13 16:57:15.000-0600

Looks good to me

By: Terry Wilson (twilson) 2009-01-13 17:00:20.000-0600

I went ahead and changed the:
if ()
  blah;

to
if () {
  blah;
}

to conform to the updated coding guidelines.

By: Digium Subversion (svnbot) 2009-01-13 17:00:28.000-0600

Repository: asterisk
Revision: 168585

U   trunk/Makefile
U   trunk/include/asterisk/options.h
U   trunk/main/asterisk.c

------------------------------------------------------------------------
r168585 | twilson | 2009-01-13 17:00:28 -0600 (Tue, 13 Jan 2009) | 8 lines

Add option to hide console connect messages

(closes issue ASTERISK-13349)
Reported by: jamesgolovich
Patches:
     asterisk-hideconnect.diff.txt uploaded by jamesgolovich (license 176)
Tested by: otherwiseguy

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

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

By: Digium Subversion (svnbot) 2009-01-13 17:01:25.000-0600

Repository: asterisk
Revision: 168586

_U  branches/1.6.0/

------------------------------------------------------------------------
r168586 | twilson | 2009-01-13 17:01:25 -0600 (Tue, 13 Jan 2009) | 14 lines

Blocked revisions 168585 via svnmerge

........
 r168585 | twilson | 2009-01-13 17:00:27 -0600 (Tue, 13 Jan 2009) | 8 lines
 
 Add option to hide console connect messages
 
 (closes issue ASTERISK-13349)
 Reported by: jamesgolovich
 Patches:
       asterisk-hideconnect.diff.txt uploaded by jamesgolovich (license 176)
 Tested by: otherwiseguy
........

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

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

By: Digium Subversion (svnbot) 2009-01-13 17:02:01.000-0600

Repository: asterisk
Revision: 168587

_U  branches/1.6.1/

------------------------------------------------------------------------
r168587 | twilson | 2009-01-13 17:02:00 -0600 (Tue, 13 Jan 2009) | 14 lines

Blocked revisions 168585 via svnmerge

........
 r168585 | twilson | 2009-01-13 17:00:27 -0600 (Tue, 13 Jan 2009) | 8 lines
 
 Add option to hide console connect messages
 
 (closes issue ASTERISK-13349)
 Reported by: jamesgolovich
 Patches:
       asterisk-hideconnect.diff.txt uploaded by jamesgolovich (license 176)
 Tested by: otherwiseguy
........

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

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