asterisk/res/stasis
Matthew Jordan 2c5484c869 stasis/app.c: Add some extra debugging for subscription counts
Events are sent to a connected ARI application based on the things that ARI
application cares about. These subscriptions can be set up implicitly - such
as when that ARI application creates a new object - or explicitly, via the
application resource's subscription operations. Debugging *why* something was
being sent to an application - or why something was not being sent to an
application - was a bit tricky, as there was no debug information for the
subscriptions.

This patch adds some debug level 3 statements that show the subscription counts
for applications. (Level 3 was chosen as it matches the verbose level 3
statements elsewhere)
........

Merged revisions 410650 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-03-16 20:27:28 +00:00
..
app.c stasis/app.c: Add some extra debugging for subscription counts 2014-03-16 20:27:28 +00:00
app.h ARI: Implement device state API 2013-11-23 17:48:28 +00:00
command.c ARI: Adding a channel to a bridge while a live recording is active blocks 2013-12-13 16:38:57 +00:00
command.h ARI: Adding a channel to a bridge while a live recording is active blocks 2013-12-13 16:38:57 +00:00
control.c ARI: Ensure managing application receives ChannelEnteredBridge messages 2014-03-13 19:33:22 +00:00
control.h ARI: Ensure managing application receives ChannelEnteredBridge messages 2014-03-13 19:33:22 +00:00