Merged revisions 317425 via svnmerge from
[asterisk/asterisk.git] / main / manager.c
2011-05-05 Russell BryantMerged revisions 317425 via svnmerge from
2011-05-05 Sean BrightMerged revisions 316917-316919 via svnmerge from
2011-05-04 Sean BrightMerged revisions 316663 via svnmerge from
2011-05-03 Russell BryantMerged revisions 316265 via svnmerge from
2011-05-03 Sean BrightMerged revisions 316206 via svnmerge from
2011-04-21 Matthew NicholsonMerged revisions 314628 via svnmerge from
2011-04-05 Matthew NicholsonMerged revisions 312766 via svnmerge from
2011-03-17 Matthew NicholsonMerged revisions 311141 via svnmerge from
2011-03-16 Terry WilsonMerged revisions 310993 via svnmerge from
2011-03-10 Terry WilsonMerged revisions 310240 via svnmerge from
2011-02-24 Terry WilsonMerged revisions 308815 via svnmerge from
2011-02-04 Jeff PeelerSend manager event for blackfilter only if it DOES...
2011-02-04 Paul BelangerReplace ast_log(LOG_DEBUG, ...) with ast_debug()
2011-02-03 David VosselAsterisk media architecture conversion - no more format...
2011-02-03 Richard MudgettMerged revisions 305923 via svnmerge from
2011-01-19 Russell BryantMerged revisions 302837 via svnmerge from
2011-01-19 Russell BryantMerged revisions 302789 via svnmerge from
2011-01-19 Russell BryantMerged revisions 302785 via svnmerge from
2011-01-12 Matthew NicholsonMerged revisions 301595 via svnmerge from
2010-11-02 Paul BelangerMerged revisions 293611 via svnmerge from
2010-10-21 David VosselMerged revisions 292595 via svnmerge from
2010-10-12 David VosselMerged revisions 291227 via svnmerge from
2010-10-02 Olle JohanssonMerged revisions 289951 via svnmerge from
2010-09-23 Terry WilsonMerged revisions 288572 via svnmerge from
2010-09-19 Olle JohanssonMerged revisions 287471 via svnmerge from
2010-08-28 Russell BryantMerged revisions 284065 via svnmerge from
2010-08-27 Olle JohanssonDoxygen formatting changes
2010-07-24 Paul BelangerMerged revisions 279273 via svnmerge from
2010-07-20 Tilghman LesherMerged revisions 278023 via svnmerge from
2010-07-19 Mark MichelsonMake ACLs IPv6-capable.
2010-07-16 Tilghman LesherMerged revisions 277261 via svnmerge from
2010-07-14 Richard Mudgettast_callerid restructuring
2010-07-08 Mark MichelsonAdd IPv6 to Asterisk.
2010-07-01 Matthew NicholsonFixed whitespace problems
2010-07-01 Matthew NicholsonAltered my comment about TCP_NODELAY
2010-06-30 Matthew NicholsonSet TCP_NODELAY on manager TCP sockets to prevent delay...
2010-06-30 Tilghman LesherPermission checking for the system application is backw...
2010-06-23 Paul BelangerCorrect manager variable 'EventList' case.
2010-06-22 David Vosselminor fixes for white/black event filters
2010-06-22 Jeff PeelerAdd regular expression filtering for manager events.
2010-06-07 Tilghman LesherEvent well was going dry.
2010-06-05 Tilghman LesherVerify event is not NULL before attempting to lower...
2010-06-02 Richard MudgettGeneric Advice of Charge.
2010-06-02 Richard MudgettAdd ETSI Advice Of Charge (AOC) event reporting.
2010-06-01 Tilghman LesherEliminate stale manager events after a set interval...
2010-05-24 Terry WilsonMerge the rest of the FullyBooted patch
2010-05-17 Leif MadsenMissing newlines added to Set-Cookie line in manager.c
2010-05-17 Leif MadsenRecorded merge of revisions 263456 via svnmerge from
2010-05-05 Paul BelangerNew 'manager show settings' CLI command.
2010-04-13 Matthew NicholsonMerged revisions 257070 via svnmerge from
2010-04-09 Mark MichelsonMerge Call completion support into trunk.
2010-03-20 Russell BryantResolve more compiler warnings on FreeBSD.
2010-01-28 Jeff PeelerOptimization to manager events.
2010-01-25 Olle JohanssonChange api for pbx_builtin_setvar to actually return...
2010-01-25 Olle JohanssonMerged revisions 242850 via svnmerge from
2010-01-15 Sean BrightConvert a few places to use ast_calloc_with_stringfield...
2010-01-09 Tilghman LesherMerged revisions 238915 via svnmerge from
2009-12-16 Jeff PeelerEnhance AMI redirect to allow channels to be redirected...
2009-12-02 Jeff PeelerMerged revisions 232581 via svnmerge from
2009-12-02 Jeff PeelerMake manager response to "Action: events" finish with...
2009-11-13 Tilghman LesherDisplay a list of channel variables in each channel...
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-11-04 Olle JohanssonAdd destruction of iterators to avoid problems with...
2009-11-03 Russell BryantResolve a warning from gcc 4.4.1.
2009-11-03 David BrooksAMI hook interface
2009-10-27 Tilghman LesherMerged revisions 226138 via svnmerge from
2009-10-21 Kevin P. FlemingFinish implementaton of astobj2 OBJ_MULTIPLE, and conve...
2009-09-25 Kevin P. FlemingEliminate unnecessary include of version.h in manager.c.
2009-09-09 Sean BrightProperly terminate the response to the manager Ping...
2009-08-31 Tilghman LesherProperly initialize the session to prevent a crash.
2009-08-27 Tilghman LesherEnsure that we check for the special value CONFIG_STATU...
2009-08-18 Sean BrightMerged revisions 212763 via svnmerge from
2009-08-10 Tilghman LesherAST-2009-005
2009-07-21 Mark MichelsonMerged revisions 207714 via svnmerge from
2009-07-11 Russell BryantAdd an API for reporting security events, and a securit...
2009-06-26 Mark MichelsonAdd timestamp to response to "Ping" manager action.
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-16 Russell BryantDon't claim a char * is a mansession object.
2009-06-15 Kevin P. FlemingMore 'static' qualifiers on module global variables.
2009-05-31 Russell BryantConstification and remove some unused code.
2009-05-26 Sean BrightAdd ActionID to CoreShowChannel event.
2009-05-26 Sean BrightInclude startup and reload date in the CoreStatus manag...
2009-05-22 Eliel C. SardanonsImplement a new element in AstXML for AMI actions docum...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-18 Eliel C. SardanonsFix the CLI command 'manager show command' documentatio...
2009-05-18 Eliel C. SardanonsRollback commit 195367.
2009-05-18 Eliel C. SardanonsAvoid autocompleting passed the action name argument...
2009-05-13 Eliel C. SardanonsDo not lock the 'sessions' container, lock the allocate...
2009-05-12 Eliel C. SardanonsFix a crash when logging out from the AMI and avoid...
2009-05-02 Kevin P. FlemingRemove rarely-used event_log/LOG_EVENT support
2009-04-29 David VosselConsistent SSL/TLS options across conf files
2009-04-27 Joshua ColpFix a bug where we tried to send events out when no...
2009-04-24 David VosselTLS/SSL private key option
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-04-23 Tilghman LesherSupport HTTP digest authentication for the http manager...
2009-04-20 Doug BaileyMerged revisions 189391 via svnmerge from
2009-04-10 Tilghman LesherModify headers and macros, according to Russell's sugge...
2009-04-09 Tilghman LesherMerged revisions 187428 via svnmerge from
2009-04-07 Mark MichelsonMerged revisions 186719 via svnmerge from
2009-04-01 Tilghman LesherMerge changes from str_substitution that are unrelated...
next