[asterisk-commits] dlee: branch dlee/stasis-cache-split r395796 - /team/dlee/stasis-cache-split/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 30 16:06:42 CDT 2013
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;
}
More information about the asterisk-commits
mailing list