summaryrefslogtreecommitdiff
path: root/apps/app_userevent.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-15manager: Add <see-also> tags to relate UserEvent actions/apps/eventsMatt Jordan
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-05-22ARI: Add ability to raise arbitrary User EventsScott Griepentrog
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-05-31Refactor code and fix a reference leakKinsey Moore
2013-05-21Fixed some extra field assertion when the event WebSocket is connectedDavid M. Lee
2013-05-10Add channel events for res_stasis appsKinsey Moore
2013-05-09Don't expect to pack three tuples when you only have twoMatthew Jordan
2013-05-08Remove required type field from channel blobsDavid M. Lee
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2012-06-25Add AMI event documentationMatthew Jordan
2012-01-24Opaquify channel stringfieldsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-06Add the Uniqueid header to Userevent.Russell Bryant
2010-03-18Change usage of pipe to comma in UserEvent docs.Leif Madsen
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-01-19Merged revisions 169364 via svnmerge from Tilghman Lesher
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2007-11-22remove redundant headersLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-01-31Merged revisions 53042 via svnmerge from Russell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-20- add a UserEvent action that allows a manager client to "broadcast" an eventRussell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-06issue #5605Russell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-13ensure that user events are identified with the correct type (issue #5200)Russell Bryant