summaryrefslogtreecommitdiff
path: root/manager.c
AgeCommit message (Expand)Author
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-01-23code clean up and macro implementation from Matt O'Gorman
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2006-01-17Portability - compilation warning on Mac OS/X removedOlle Johansson
2006-01-15Prepare for removal of DBGet/DBPut manager commands, by allowing Getvar to ge...Tilghman Lesher
2006-01-08Remove unnecessary unlock (bug #6171)Mark Spencer
2006-01-07Bug 6162 - Constify manager_event argumentsTilghman Lesher
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03add optional timestamps to manager events (issue #5535, simplified)Kevin P. Fleming
2006-01-03Bug #5228: Add caller ID and CallerIDname to OriginateSuccess/Failure manager...Olle Johansson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27Bug 4880 - add priority label matching and dialplan function retrievalTilghman Lesher
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-15don't crash on setvar (issue #5760)Russell Bryant
2005-11-15Issue #5737Josh Roberson
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-08issue #5571Kevin P. Fleming
2005-11-08issue #5585Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-14Fix carefulwrite and its usage within manager (bug #5355, maybe)Mark Spencer
2005-10-13don't try to send events to dead sessionsKevin P. Fleming
2005-10-13allow manager getvar action to retrieve global variables as well asRussell Bryant
2005-10-05correct variable header documentation (issue #5397)Kevin P. Fleming
2005-10-04allow write timeout to be set on a per-user basis in AMI (issue #5352)Kevin P. Fleming
2005-10-04allow manager actions to properly close the session again (issue #5350)Kevin P. Fleming
2005-10-03fix 'invalid command' logicKevin P. Fleming
2005-10-03don't build manager event output until it is neededKevin P. Fleming
2005-10-01add ast_build_string_va(), which accepts a varargs list directlyKevin P. Fleming
2005-09-30don't take session lock in astman_send_error() and astman_send_response(), si...Kevin P. Fleming
2005-09-30tell the user about invalid/unknown commands before sending queued eventsKevin P. Fleming
2005-09-30properly clear out manager header structure between actionsKevin P. Fleming
2005-09-29Fix manager bug (can't destroy a session while a thread is using it!)Mark Spencer
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-25Fix manager EINTR issue (bug #5247)Mark Spencer
2005-09-25Fix GetVar manager action result (bug #5275)Mark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-26ensure that 'Events: On' enables all event types (issue #5016)Kevin P. Fleming
2005-08-07Fix poll error condition causing memory corruption (bug #4915)Mark Spencer
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessRussell Bryant
2005-08-05fix seg fault if no variable is specified (bug #4907)Russell Bryant
2005-07-25don't set the event mask if the given eventmask was not validRussell Bryant
2005-07-25make sure a reponse is sent when setting the EventMask to on (bug #4799)Russell Bryant
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming