FS-4499 --resolve this is a different fix but this will implicitly fix it
This commit is contained in:
parent
b843e8fd8b
commit
40ed0b31c1
|
@ -2140,6 +2140,7 @@ static switch_status_t parse_command(listener_t *listener, switch_event_t **even
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*event) {
|
if (*event) {
|
||||||
|
switch_event_prep_for_delivery(*event);
|
||||||
switch_event_fire(event);
|
switch_event_fire(event);
|
||||||
}
|
}
|
||||||
switch_snprintf(reply, reply_len, "+OK %s", uuid_str);
|
switch_snprintf(reply, reply_len, "+OK %s", uuid_str);
|
||||||
|
|
Loading…
Reference in New Issue