]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4137
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 4 Jun 2012 14:41:46 +0000 (09:41 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 4 Jun 2012 14:41:46 +0000 (09:41 -0500)
src/mod/endpoints/mod_sofia/sofia_glue.c

index 65a6caf1e6ff68cc50e4efa9da0d2f2736f41dd7..35e7ddf149c18e692ad3df7660c1c89c484fec85 100644 (file)
@@ -4161,6 +4161,7 @@ int sofia_glue_toggle_hold(private_object_t *tech_pvt, int sendonly)
        int changed = 0;
 
        if (sofia_test_flag(tech_pvt, TFLAG_SLA_BARGE) || sofia_test_flag(tech_pvt, TFLAG_SLA_BARGING)) {
+               switch_channel_mark_hold(tech_pvt->channel, sendonly);
                return 0;
        }