Stasis - Refactor AOC Events
[asterisk/asterisk.git] / main / manager.c
2013-07-02 Kevin HarwellStasis - Refactor AOC Events
2013-07-01 Matthew JordanPrevent crash during synchronous AMI origination by...
2013-06-28 Mark MichelsonAdd stasis publications for blind and attended transfers.
2013-06-24 Matthew JordanFix a variety of memory leaks
2013-06-22 Joshua ColpMigrate PeerStatus events to stasis, add stasis endpoin...
2013-06-17 Matthew JordanUpdate Asterisk's CDRs for the new bridging framework
2013-06-13 Matthew JordanBlow away usage of libjansson's foreach macro
2013-06-11 David M. LeeAdd vtable and methods for to_json and to_ami for Stasi...
2013-06-08 Matthew JordanOnly initialize manager_bridging during startup
2013-06-07 Jason ParkerMake app_queue AMI events more consistent. Give Join...
2013-06-07 Jonathan Roseapp_meetme: Refactor manager events to use stasis
2013-06-06 Mark MichelsonRefactor the features configuration scheme.
2013-05-31 Richard MudgettRemove ast_channel_bridge() and associated code called...
2013-05-31 Jason ParkerReplace ast_manager_publish_message() with a more usefu...
2013-05-24 Matthew JordanMigrate a large number of AMI events over to Stasis...
2013-05-21 Richard MudgettMerge in the bridge_construction branch to make the...
2013-05-17 David M. LeeFix shutdown assertions in stasis-core
2013-05-17 Jonathan RoseStasis: Update security events to use Stasis
2013-05-13 Richard MudgettFix SendText AMI action to never return non-zero.
2013-05-07 David M. LeeMinor fixups to Doxygen comments.
2013-04-30 Jonathan RoseStasis Core: Refactor ACL Change events to go out over...
2013-04-10 Richard Mudgett* Fix unlocked accesses to feature_list. The feature_l...
2013-03-30 Matthew JordanProperly format an intmax_t value
2013-03-30 Matthew JordanConvert TestEvent AMI events over to Stasis Core
2013-03-25 David M. LeeMove NewCallerid, HangupRequest and SoftHangupRequest...
2013-03-22 David M. LeeMove more channel events to Stasis; move res_json.c...
2013-03-15 Kinsey MooreTake advantage of the fact that stasis_unsubscribe...
2013-03-15 Kinsey Mooretcptls: Prevent unsupported options from being set
2013-03-08 David M. LeeThis patch adds a new message bus API to Asterisk.
2013-02-24 Matthew JordanDon't display the AMI ALL class authorization for users...
2013-02-15 Matthew JordanFix crash in PresenceState AMI action when specifying...
2013-02-14 Kinsey MooreRevamp of terminal color codes
2013-01-16 Automerge scriptMerged revisions 379312 via svnmerge from
2013-01-16 Mark MichelsonFurther fix misinformation in the description of manage...
2013-01-02 Automerge scriptMerged revisions 378374,378377,378384 via svnmerge...
2013-01-02 Richard MudgettFix AMI redirect action with two channels failing to...
2012-12-06 Automerge scriptMerged revisions 377324,377329-377330 via svnmerge...
2012-12-06 Matthew JordanFix memory leak in 'manager show event' when command...
2012-11-28 Automerge scriptMerged revisions 376728 via svnmerge from
2012-11-28 Jonathan Rosemanager: Make challenge work with allowmultiplelogin=no
2012-11-04 Matthew JordanDon't attempt to purge sessions when no sessions exist
2012-11-04 Matthew JordanProperly clean up manager resources on exit
2012-10-18 Andrew LathamDoxygen Updates - Title update
2012-10-17 Jonathan Rosemanager: remove curses dependent stuff from r375103
2012-10-16 Jonathan Rosemanager: Change display of 'manager show commands'...
2012-10-11 Andrew LathamContinue to group config files
2012-10-10 Kinsey MooreFix segfault regression from r370681
2012-10-05 David M. LeeMultiple revisions 374570,374581
2012-10-02 Matthew JordanFix a variety of ref counting issues
2012-09-22 Andrew LathamDoxygen Updates Janitor Work
2012-09-21 Andrew LathamDoxygen Updates - janitor work
2012-09-18 Sean BrightDon't crash when passing a NULL message to __astman_get...
2012-09-05 Kinsey MooreCorrect documentation for ModuleLoad AMI action
2012-08-30 Matthew JordanAST-2012-012: Resolve AMI User Unauthorized Shell Acces...
2012-08-27 Mark MichelsonFix incorrect documentation of the MailboxStatus manage...
2012-08-08 Mark MichelsonAllow support for early media on AMI originates and...
2012-08-08 Terry WilsonAdd AMI_CLIENT dialplan function
2012-08-01 Mark MichelsonFix a possible crash due to passing NULL to ast_variabl...
2012-07-31 Mark MichelsonAdd "setvar" option to manager.conf.
2012-07-31 Kinsey MooreClean up and ensure proper usage of alloca()
2012-07-11 Jonathan RoseNamed ACLs: Introduces a system for creating and sharin...
2012-07-10 Matthew JordanAdd some additional documentation for core AMI events
2012-06-25 Matthew JordanUpdate "manager show event" to support tab completion
2012-06-25 Matthew JordanAdd AMI event documentation
2012-06-20 Michael L. YoungAdd IPv6 Support To Manager
2012-06-08 Richard MudgettFix error paths in action_hangup() for AMI Hangup action.
2012-06-04 Mark MichelsonMerge changes dealing with support for Digium phones.
2012-05-31 Richard MudgettCoverity Report: Fix issues for error type REVERSE_INUL...
2012-05-10 Kinsey MooreResolve FORWARD_NULL static analysis warnings
2012-05-01 Jason ParkerPrevent a potential crash when using manager hooks.
2012-04-23 Jonathan RoseAST-2012-004: Fix an error that allows AMI users to...
2012-04-17 Matthew JordanFix places in main where a negative return value could...
2012-04-16 Michael L. YoungAdd IPv6 address support to security events framework.
2012-04-03 Mark MurawkiAllow the Hangup manager action to match channels by...
2012-03-22 Kinsey MooreKill off red blobs in most of main/*
2012-03-20 Richard MudgettAllow AMI action callback to be reentrant.
2012-03-13 Terry WilsonFinalize ast_channel opaquification
2012-03-05 Jonathan RoseEliminate double close of file descriptor in manager.c
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-14 Tilghman LesherRe-commit the verbose branch.
2012-02-13 Terry WilsonOpaquify char * and char[] in ast_channel
2012-02-10 Richard MudgettFix AMI Redirect ExtraChannel not redirecting to the...
2012-02-02 Mark MichelsonFix TLS port binding behavior as well as reload behavior:
2012-02-01 Richard MudgettConstify some more channel driver technology callback...
2012-01-31 Richard MudgettFix memory leak in error paths for action_originate().
2012-01-24 Terry WilsonOpaquify channel stringfields
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2011-12-07 Richard MudgettUpdate AMI Getvar and Setvar documentation about supply...
2011-11-11 Walter DoekesFix bad quoting of multiline mxml opaque_data that...
2011-10-11 Richard MudgettConvert registered AMI actions to ao2 objects.
2011-10-10 Matthew NicholsonMerged revisions 340109 via svnmerge from
2011-10-05 Richard MudgettMerged revisions 339508 via svnmerge from
2011-10-04 Olle JohanssonGenerate error message when AMI action originate extens...
2011-09-26 Richard MudgettMerged revisions 337974 via svnmerge from
2011-09-19 Olle JohanssonMerged revisions 336441 via svnmerge from
2011-09-14 Matthew NicholsonMerged revisions 335791 via svnmerge from
2011-09-13 Matthew NicholsonMerged revisions 335653 via svnmerge from
2011-08-22 Matthew JordanMerged revisions 332817 via svnmerge from
2011-08-10 Kinsey MooreMerged revisions 331316 via svnmerge from
next