[mod_loopback] clear confirm properties from a-leg

This commit is contained in:
lazedo 2019-11-11 16:00:40 +00:00 committed by Andrey Volk
parent fcda4c6a06
commit 7264426386
1 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,8 @@ static switch_status_t channel_on_init(switch_core_session_t *session)
switch_channel_set_variable(tech_pvt->other_channel, h->name, h->value);
}
switch_channel_del_variable_prefix(channel, "group_confirm_");
switch_event_destroy(&vars);
}