dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

26 Commits

Author SHA1 Message Date
seanbright a22b4735e5 Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
Let's try that again, this time removing trailing whitespace and not leading
whitespace.  I can't believe no one noticed.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197535 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-28 14:39:21 +00:00
russell b0d8fc154d Merged revisions 194764 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r194764 | russell | 2009-05-15 13:43:18 -0500 (Fri, 15 May 2009) | 2 lines

Fix some spelling fail.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@194765 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-15 18:43:42 +00:00
kpfleming 09d972a643 Merged revisions 193193 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r193193 | kpfleming | 2009-05-08 09:03:28 -0500 (Fri, 08 May 2009) | 7 lines
  
  Make absolute paths for logger channels work properly
  
  (Note: This is not a new feature, it was previously undocumented and broken.)
  
  The Asterisk logger has a feature to support absolute pathnames for logger channels, but the code implementing the feature was broken. This has been fixed, and the absolute path feature is now documented in the sample logger.conf.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@193194 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-08 14:06:15 +00:00
kpfleming 546cc0e698 Remove rarely-used event_log/LOG_EVENT support
In discussions today at the Europe Asterisk Developer Meet-Up, we determined that
the event_log was used in only 9 places in the entire tree, and really was not needed
at all. The users have been converted to use LOG_NOTICE, or the messages have been
removed since other messages were already in place that provided the same information.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@191785 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-02 19:02:22 +00:00
kpfleming d011662b17 revert addition of LOG_SECURITY log channel; after further discussion, a much better solution will be used
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@187636 f38db490-d61c-443f-a65b-d21fe96a405b
2009-04-10 15:11:16 +00:00
kpfleming ad6c07010d add a dedicated log channel for modules to be able report security-related events, so that they can be fed into external processes for analysis and possible mitigation efforts
(inspired by this evening's Toronto Asterisk Users Group meeting and previous dicussions amongst various community members)



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@187269 f38db490-d61c-443f-a65b-d21fe96a405b
2009-04-09 02:44:27 +00:00
tilghman 8df96a0eca Support better rotation of log files to be more like system logging (closes issue #10398)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81277 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-28 20:03:48 +00:00
tilghman e1c07ca603 Documentation for %q in logger.conf, as suggested by jtodd (closes issue #10475)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@79901 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-17 16:39:41 +00:00
file 33398613e7 Add option to logger to rename log files with timestamp (issue #8020 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44172 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02 17:54:21 +00:00
qwell a07063408b Add optional queue_log_name config option for logger.conf, to change the
name of the queue_log file.

Issue #7363, patch by Steve Davies, slightly modified by me.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43666 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26 17:09:01 +00:00
kpfleming 24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
kpfleming 024f2617d8 make sample config files easier to ready (issue #5371)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6720 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04 22:51:59 +00:00
kpfleming 887ebd5ee7 add a LOG_DTMF logging channel and send all bridged DTMF events out that channel (issue #4835)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6358 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22 21:19:59 +00:00
kpfleming d028de8bf9 add warning about enabling debug channels in logger (bug #4732)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6172 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20 00:16:15 +00:00
markster 02b007bf35 Take out unimplemented comment from logger.conf (bug #3890)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5303 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-30 06:33:44 +00:00
markster 364b814fdb Merge config sample updates mentioning reload (bug #3697)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5187 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17 15:56:55 +00:00
markster 753778b962 Apply queuelog patch and perform final test of "test patches" system
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5168 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11 08:49:01 +00:00
markster 1ce6c0e9d7 Merge Brian West's append hostname patch (bug #2372)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3725 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-05 03:48:05 +00:00
markster 9be33f1a8e Add date formatting capability for logger (bug #1665)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2999 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-18 05:47:27 +00:00
markster ddca191dd3 Add SayPhonetic and SayAlpha applications (bug #793)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2864 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03 00:54:16 +00:00
markster 960b12736d Update logger.conf sample (bug #941, modified)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2086 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-28 21:13:50 +00:00
markster 6b22e4c047 Add verbose messages to be logged (bug #599)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2079 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-27 00:23:39 +00:00
markster 2f331c310e Add ww's improved syslog support (bug #587)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1973 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-12 05:05:35 +00:00
markster 80e155db51 Have a contact line in responses, merge logging patches
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1799 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-26 22:00:07 +00:00
markster 93522e0743 Show how to add debug to console easier
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1573 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-28 20:05:12 +00:00
markster 887b698034 Version 0.1.11 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@412 f38db490-d61c-443f-a65b-d21fe96a405b
2002-02-11 04:25:04 +00:00