mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Break the world. Stasis message type accessors should now all be named correctly.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -363,7 +363,7 @@ static int realtime_exec(struct ast_channel *chan, const char *context, const ch
|
||||
*/
|
||||
ast_string_field_set(snapshot, appl, app);
|
||||
ast_string_field_set(snapshot, data, !ast_strlen_zero(appdata) ? appdata : "(NULL)");
|
||||
msg = stasis_message_create(ast_channel_snapshot(), snapshot);
|
||||
msg = stasis_message_create(ast_channel_snapshot_type(), snapshot);
|
||||
if (msg) {
|
||||
stasis_publish(ast_channel_topic(chan), msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user