summaryrefslogtreecommitdiff
path: root/include/asterisk/sorcery.h
AgeCommit message (Expand)Author
2017-11-13sorcery: Add ast_sorcery_retrieve_by_prefix()Sean Bright
2017-10-10sorcery: Use ao2_weakproxy to hold list of instances.Corey Farrell
2016-09-02sorcery: Create function ast_sorcery_lockable_alloc.Corey Farrell
2016-06-09sorcery: Add setting object type congestion levels.Richard Mudgett
2016-03-27sorcery/res_pjsip: Refactor for realtime performanceGeorge Joseph
2015-07-04sorcery: Add support for object stalenessMatt Jordan
2015-06-25sorcery: Add ast_sorcery_object_unregister() API call.Richard Mudgett
2015-05-22res_sorcery_memory_cache: Add basic module implementation.Joshua Colp
2015-05-12sorcery: Add API to insert/remove a wizard to/from an object type's listGeorge Joseph
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2014-12-05sorcery: Add additional observer capabilities.George Joseph
2014-04-02Prevent duplicate sorcery wizards from being applied to sorcery object types.Mark Michelson
2014-03-17Revert changes to sorcery that accidentally got committed.Mark Michelson
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2014-03-08pjsip_cli: Create pjsip show channel and contact, and general cli code cleanup.George Joseph
2014-03-07sorcery: correct field register argument listScott Griepentrog
2014-03-07Make res_sorcery_realtime filter unknown retrieved results.Mark Michelson
2014-03-07pjsip: allow and disallow show same codecsScott Griepentrog
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2014-02-20sorcery: Create sorcery instance registry.George Joseph
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-03sorcery, bucket: Change observer remove calls to take const callbacks struct.Richard Mudgett
2013-11-23res_pjsip: AMI commands and events.Kevin Harwell
2013-08-30Add a reloadable option for sorcery type objectsKevin Harwell
2013-08-23Fix a bug where the argc value was passed as no_doc when registering custom s...Joshua Colp
2013-08-23Update config framework/sorcery with types/options without documentationMatthew Jordan
2013-06-25Add a note about being ready to accept observer invocations before adding an ...Joshua Colp
2013-06-22Make sorcery details opaque and add extended fields.Joshua Colp
2013-05-06Add support for observers and JSON objectset creation to sorcery.Joshua Colp
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-04-12Fix documentation.Jason Parker
2013-03-20Pass the sorcery instance to wizards for CUD operations as well as retrieve.Joshua Colp
2013-03-01Add support for registering a sorcery handler which supports multiple fields ...Joshua Colp
2013-02-16Add support for retrieving multiple objects from sorcery using a regex on the...Joshua Colp
2013-02-15Disable strict XML documentation config checking; fix crash caused by sorceryMatthew Jordan
2013-02-10Add additional functionality to the Sorcery API.Joshua Colp
2013-01-25Merge the sorcery data access layer API.Joshua Colp