summaryrefslogtreecommitdiff
path: root/res/res_sorcery_config.c
AgeCommit message (Expand)Author
2017-11-13sorcery: Add ast_sorcery_retrieve_by_prefix()Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-15res_sorcery_config.c: Cleanup ao2 container usage idioms.Richard Mudgett
2016-08-02sorcery: Use more compatible regex for local expressions.Joshua Colp
2016-03-27sorcery/res_pjsip: Refactor for realtime performanceGeorge Joseph
2015-07-19res/res_sorcery_config: Prevent crash from misconfigured sorcery.confMatt Jordan
2015-04-29res_sorcery_config: Fix build issue due to syntax error.Joshua Colp
2015-04-28chan_pjsip: Creating Channel Causes Asterisk to Crash When Duplicate AORAshley Sanders
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-02-15res_sorcery_config: Improve object lookup times.Joshua Colp
2014-12-12Sorcery: Log when old config remains in useKinsey Moore
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-12-17res_sorcery_config: Output an error message when an object can't be created.Joshua Colp
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-03-28Add uuid wrapper API call ast_uuid_generate_str().Richard Mudgett
2013-03-07Load sorcery modules earlier, so they can actually be used.Jason Parker
2013-02-16Add support for retrieving multiple objects from sorcery using a regex on the...Joshua Colp
2013-02-07Fix a bug where a changed configuration file might not be available to all so...Joshua Colp
2013-01-25Make sorcery modules global, since they are required by other modules that ar...Jason Parker
2013-01-25Add a missing '\' to a log message.Joshua Colp
2013-01-25Merge the sorcery data access layer API.Joshua Colp