aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Fixes manager.c crash.dvossel1-16/+16
2010-10-02Merged revisions 289950 via svnmerge from oej1-0/+3
2010-09-23Make AMI honor enabled=notwilson1-2/+6
2010-09-19Merged revisions 287470 via svnmerge from oej1-1/+7
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-10/+23
2010-07-24Default sin_family to AF_INET for TCP / TLS Bindaddress. pabelanger1-6/+4
2010-07-20Merged revisions 278023 via svnmerge from tilghman1-5/+3
2010-07-19Make ACLs IPv6-capable.mmichelson1-2/+7
2010-07-16Merged revisions 277261 via svnmerge from tilghman1-1/+1
2010-07-14ast_callerid restructuringrmudgett1-5/+6
2010-07-08Add IPv6 to Asterisk.mmichelson1-24/+67
2010-07-01Fixed whitespace problemsmnicholson1-10/+10
2010-07-01Altered my comment about TCP_NODELAYmnicholson1-4/+3
2010-06-30Set TCP_NODELAY on manager TCP sockets to prevent delays on outgoing packets....mnicholson1-0/+15
2010-06-30Permission checking for the system application is backwards.tilghman1-1/+1
2010-06-23Correct manager variable 'EventList' case.pabelanger1-1/+1
2010-06-22minor fixes for white/black event filtersdvossel1-19/+33
2010-06-22Add regular expression filtering for manager events.jpeeler1-3/+127
2010-06-07Event well was going dry.tilghman1-0/+5
2010-06-05Verify event is not NULL before attempting to lower its usecount.tilghman1-1/+3
2010-06-02Generic Advice of Charge.rmudgett1-0/+338
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.rmudgett1-0/+1
2010-06-01Eliminate stale manager events after a set interval, even if AMI clients don'...tilghman1-40/+52
2010-05-24Merge the rest of the FullyBooted patchtwilson1-0/+3
2010-05-17Missing newlines added to Set-Cookie line in manager.clmadsen1-1/+1
2010-05-17Recorded merge of revisions 263456 via svnmerge from lmadsen1-1/+1
2010-05-05New 'manager show settings' CLI command.pabelanger1-17/+61
2010-04-13Merged revisions 257070 via svnmerge from mnicholson1-1/+26
2010-04-09Merge Call completion support into trunk.mmichelson1-0/+1
2010-03-20Resolve more compiler warnings on FreeBSD.russell1-1/+1
2010-01-28Optimization to manager events.jpeeler1-4/+10
2010-01-25Change api for pbx_builtin_setvar to actually return error code if a function...oej1-6/+2
2010-01-25Merged revisions 242850 via svnmerge from oej1-6/+13
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-6/+1
2010-01-09Merged revisions 238915 via svnmerge from tilghman1-2/+2
2009-12-16Enhance AMI redirect to allow channels to be redirected to different places.jpeeler1-2/+25
2009-12-02Merged revisions 232581 via svnmerge from jpeeler1-0/+1
2009-12-02Make manager response to "Action: events" finish with empty linejpeeler1-2/+2
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-5/+68
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-4/+4
2009-11-04Add destruction of iterators to avoid problems with refcountersoej1-1/+7
2009-11-03Resolve a warning from gcc 4.4.1.russell1-1/+3
2009-11-03AMI hook interfacedbrooks1-1/+73
2009-10-27Merged revisions 226138 via svnmerge from tilghman1-2/+5
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-2/+6
2009-09-25Eliminate unnecessary include of version.h in manager.c.kpfleming1-1/+0
2009-09-09Properly terminate the response to the manager Ping action.seanbright1-1/+6
2009-08-31Properly initialize the session to prevent a crash.tilghman1-1/+1
2009-08-27Ensure that we check for the special value CONFIG_STATUS_FILEINVALID.tilghman1-5/+17
2009-08-18Merged revisions 212763 via svnmerge from seanbright1-1/+3