]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8273 #resolve clear the CF_RECOVERING flag in a spot that was missed
authorKen Rice <krice@freeswitch.org>
Thu, 1 Oct 2015 20:23:09 +0000 (15:23 -0500)
committerKen Rice <krice@freeswitch.org>
Thu, 1 Oct 2015 20:23:21 +0000 (15:23 -0500)
src/mod/endpoints/mod_verto/mod_verto.c

index 69ef7ac7676e0d727d3bbe1e8d2f2c2f969d3000..86afb899d863de0445d5c8595e8fbad75a1eb11f 100644 (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);