diff --git a/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c b/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c index 008505bafd..995ad10f1e 100644 --- a/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c +++ b/src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c @@ -332,7 +332,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_event_multicast_runtime) } if (var && strlen(var) > 1) { - switch_event_add_body(local_event, var); + switch_event_add_body(local_event, "%s", var); } switch_event_fire(&local_event);