FS-4499 --resolve this is a different fix but this will implicitly fix it

This commit is contained in:
Anthony Minessale 2012-08-06 11:20:27 -05:00
parent b843e8fd8b
commit 40ed0b31c1
1 changed files with 1 additions and 0 deletions

View File

@ -2140,6 +2140,7 @@ static switch_status_t parse_command(listener_t *listener, switch_event_t **even
}
if (*event) {
switch_event_prep_for_delivery(*event);
switch_event_fire(event);
}
switch_snprintf(reply, reply_len, "+OK %s", uuid_str);