-
- Downloads
Merge the sorcery data access layer API.
Sorcery is a unifying data access layer which provides a pluggable mechanism to allow object creation, retrieval, updating, and deletion using different backends (or wizards). This is a fancy way of saying "one interface to rule them all" where them is configuration, realtime, and anything else that comes along. Review: https://reviewboard.asterisk.org/r/2259/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380069 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- configs/sorcery.conf.sample 50 additions, 0 deletionsconfigs/sorcery.conf.sample
- configs/test_sorcery.conf.sample 14 additions, 0 deletionsconfigs/test_sorcery.conf.sample
- include/asterisk/sorcery.h 537 additions, 0 deletionsinclude/asterisk/sorcery.h
- main/asterisk.c 6 additions, 0 deletionsmain/asterisk.c
- main/sorcery.c 965 additions, 0 deletionsmain/sorcery.c
- res/res_sorcery_config.c 346 additions, 0 deletionsres/res_sorcery_config.c
- res/res_sorcery_memory.c 211 additions, 0 deletionsres/res_sorcery_memory.c
- tests/test_sorcery.c 1950 additions, 0 deletionstests/test_sorcery.c
Loading
Please register or sign in to comment