FS-8273 #resolve clear the CF_RECOVERING flag in a spot that was missed

This commit is contained in:
Ken Rice 2015-10-01 15:23:09 -05:00
parent 299529cb5e
commit a983cc5228
1 changed files with 1 additions and 0 deletions

View File

@ -3125,6 +3125,7 @@ static switch_bool_t verto__attach_func(const char *method, cJSON *params, jsock
if (tech_pvt) {
switch_channel_clear_flag(tech_pvt->channel, CF_REINVITE);
switch_channel_clear_flag(tech_pvt->channel, CF_RECOVERING);
switch_clear_flag(tech_pvt, TFLAG_ATTACH_REQ);
if (switch_channel_test_flag(tech_pvt->channel, CF_CONFERENCE)) {
switch_channel_set_flag(tech_pvt->channel, CF_CONFERENCE_ADV);