summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-07-11Add an API for reporting security events, and a security event logging module.Russell Bryant
2009-07-10Update comments about the level of T.38 support in Asterisk.Kevin P. Fleming
2009-07-09make this compile again under devmodeMichiel van Baak
2009-07-09pthread_self returns a pthread_t which is not an unsigned int on allMichiel van Baak
2009-07-08Fix a CEL related regression with hints updating by subscribing to AST_DEVICE...Matthew Nicholson
2009-07-08Merged revisions 205409 via svnmerge from David Vossel
2009-07-08missing comma in devstatestring arrayDavid Vossel
2009-07-08Fixes Park() argument handlingDavid Brooks
2009-07-08Oops, fixing buildTilghman Lesher
2009-07-08Fix a few compilation problems found when building Asterisk against uClibc.Sean Bright
2009-07-08Merged revisions 205188 via svnmerge from Tilghman Lesher
2009-07-08Use tabs instead of spaces for indentation.Russell Bryant
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.Russell Bryant
2009-07-06Improve handling of AST_CONTROL_T38 and AST_CONTROL_T38_PARAMETERS for non-T....Kevin P. Fleming
2009-07-02Moved trigger for BRIDGE_END CEL event so that it is more accurate.Matthew Nicholson
2009-07-02Merged revisions 204681 via svnmerge from David Vossel
2009-06-30Merged revisions 204556 via svnmerge from Tilghman Lesher
2009-06-30Merged revisions 204474 via svnmerge from Jason Parker
2009-06-30Recorded merge of revisions 204469 via svnmerge from Tilghman Lesher
2009-06-30Move Asterisk-addons modules into the main Asterisk source tree.Russell Bryant
2009-06-29Allow trunk to once again compile under MALLOC_DEBUGTilghman Lesher
2009-06-27Only update total silence counter after a counter reset.Russell Bryant
2009-06-26Merged revisions 203785 via svnmerge from Russell Bryant
2009-06-26Add timestamp to response to "Ping" manager action.Mark Michelson
2009-06-26Make invalid hints report Unavailable instead of Idle.Russell Bryant
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...Joshua Colp
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-26Add functions to map syslog facilities and priorities constants to strings.Sean Bright
2009-06-26Add checks in configure for non-POSIX syslog facilities.Sean Bright
2009-06-26One more formatting nit ... use spaces for inline indentation.Russell Bryant
2009-06-26Convert spaces to tabs for indentation.Russell Bryant
2009-06-25Move syslog utility functions into a separate file so they can be re-used.Sean Bright
2009-06-25fixes a few redundant conditionsDavid Vossel
2009-06-25Merged revisions 203380 via svnmerge from Terry Wilson
2009-06-25Merged revisions 203375 via svnmerge from Russell Bryant
2009-06-25Merged revisions 203311 via svnmerge from Terry Wilson
2009-06-25Pass a logmsg to ast_log_vsyslog instead of separate arguments.Sean Bright
2009-06-23If we delete the info, lets also delete the linesRyan Brindley
2009-06-23Ignore voicemail messages that are just silence.Russell Bryant
2009-06-22Merged revisions 202496 via svnmerge from Russell Bryant
2009-06-22attempting to load running modulesDavid Vossel
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.Russell Bryant
2009-06-19Add support for allowing an RTP engine to decide on whether it is possible fo...Joshua Colp
2009-06-19Merged revisions 201828 via svnmerge from Tilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-06-18Trunk implementation of setting an alternate RTP source.Mark Michelson
2009-06-17Merged revisions 201450 via svnmerge from Mark Michelson
2009-06-16Merged revisions 200991 via svnmerge from Kevin P. Fleming
2009-06-16Don't claim a char * is a mansession object.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming