summaryrefslogtreecommitdiff
path: root/main/aoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/aoc.c')
-rw-r--r--main/aoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/aoc.c b/main/aoc.c
index 7dd888ec2..de43efcb5 100644
--- a/main/aoc.c
+++ b/main/aoc.c
@@ -1871,7 +1871,7 @@ int ast_aoc_manager_event(const struct ast_aoc_decoded *decoded, struct ast_chan
return 0;
}
- ast_channel_publish_blob(chan, msg_type, blob);
+ ast_channel_publish_cached_blob(chan, msg_type, blob);
return 0;
}