diff --git a/apps/sbc/CallLeg.cpp b/apps/sbc/CallLeg.cpp index cd584a8e..dc3f8448 100644 --- a/apps/sbc/CallLeg.cpp +++ b/apps/sbc/CallLeg.cpp @@ -1817,13 +1817,10 @@ void CallLeg::adjustOffer(AmSdp &sdp) if (isHoldRequest(sdp, hm)) { DBG("%s: B2b hold request", getLocalTag().c_str()); - /* true only for 'sendonly */ - if (hm != RecvonlyStream) - holdRequested(); /* looks like it handles only MoH */ + holdRequested(); /* it handles only MoH's hook */ alterHoldRequest(sdp); hold = HoldRequested; - } else { if (on_hold || isSDPBodyHold(sdp)) { DBG("B2b resume request");