[asterisk-commits] dlee: branch dlee/stasis-cache-split r393882 - /team/dlee/stasis-cache-split/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 9 10:37:40 CDT 2013
Author: dlee
Date: Tue Jul 9 10:37:38 2013
New Revision: 393882
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393882
Log:
AGI ripple
Modified:
team/dlee/stasis-cache-split/res/res_agi.c
Modified: team/dlee/stasis-cache-split/res/res_agi.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/stasis-cache-split/res/res_agi.c?view=diff&rev=393882&r1=393881&r2=393882
==============================================================================
--- team/dlee/stasis-cache-split/res/res_agi.c (original)
+++ team/dlee/stasis-cache-split/res/res_agi.c Tue Jul 9 10:37:38 2013
@@ -2761,7 +2761,7 @@
RAII_VAR(struct stasis_message *, msg, NULL, ao2_cleanup);
/* one argument: look for info on the specified channel */
- if ((msg = stasis_cache_get(ast_channel_topic_all_cached_by_name(), ast_channel_snapshot_type(), argv[2]))) {
+ if ((msg = stasis_cache_get(ast_channel_cache_by_name(), ast_channel_snapshot_type(), argv[2]))) {
struct ast_channel_snapshot *snapshot = stasis_message_data(msg);
ast_agi_send(agi->fd, chan, "200 result=%d\n", snapshot->state);
More information about the asterisk-commits
mailing list