-
- Downloads
Move device state distribution to Stasis-core
In the move from Asterisk's event system to Stasis, this makes distributed device state aggregation always-on, removes unnecessary task processors where possible, and collapses aggregate and non-aggregate states into a single cache for ease of retrieval. This also removes an intermediary step in device state aggregation. Review: https://reviewboard.asterisk.org/r/2389/ (closes issue ASTERISK-21101) Patch-by:Kinsey Moore <kmoore@digium.com> git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@385860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_queue.c 29 additions, 53 deletionsapps/app_queue.c
- include/asterisk/devicestate.h 81 additions, 12 deletionsinclude/asterisk/devicestate.h
- include/asterisk/xmpp.h 2 additions, 1 deletioninclude/asterisk/xmpp.h
- main/asterisk.c 5 additions, 0 deletionsmain/asterisk.c
- main/ccss.c 50 additions, 58 deletionsmain/ccss.c
- main/devicestate.c 212 additions, 205 deletionsmain/devicestate.c
- main/pbx.c 22 additions, 41 deletionsmain/pbx.c
- res/res_jabber.c 33 additions, 31 deletionsres/res_jabber.c
- res/res_xmpp.c 28 additions, 26 deletionsres/res_xmpp.c
- tests/test_devicestate.c 229 additions, 0 deletionstests/test_devicestate.c
Loading
Please register or sign in to comment