This commit is contained in:
Anthony Minessale 2012-06-04 09:41:46 -05:00
parent 6a7fe5411f
commit d2bc9a2b12
1 changed files with 1 additions and 0 deletions

View 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;
}