Author: dlee
Date: Tue Jul 30 16:06:40 2013
New Revision: 395796
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395796
Log:
Fixed compilation failure in res_chan_stats.c
Modified:
team/dlee/stasis-cache-split/res/res_chan_stats.c
Modified: team/dlee/stasis-cache-split/res/res_chan_stats.c
URL:
http://svnview.digium.com/svn/asterisk/team/dlee/stasis-cache-split/res/res_chan_stats.c?view=diff&rev=395796&r1=395795&r2=395796
==============================================================================
--- team/dlee/stasis-cache-split/res/res_chan_stats.c (original)
+++ team/dlee/stasis-cache-split/res/res_chan_stats.c Tue Jul 30 16:06:40 2013
@@ -154,7 +154,7 @@
{
/* You can create a message router to route messages by type */
router = stasis_message_router_create(
- ast_channel_cache());
+ ast_channel_topic_all_cached());
if (!router) {
return AST_MODULE_LOAD_FAILURE;
}
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
svn-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/svn-commits