[mod_loopback] clear confirm properties from a-leg
This commit is contained in:
parent
fcda4c6a06
commit
7264426386
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue