diff --git a/app/Classes/Protocol.php b/app/Classes/Protocol.php index f7c0186..d24636f 100644 --- a/app/Classes/Protocol.php +++ b/app/Classes/Protocol.php @@ -450,6 +450,12 @@ abstract class Protocol $slo->originate = $this->originate; $so->logs()->save($slo); + + // If we are autohold, then remove that + if ($so->autohold) { + $so->autohold = FALSE; + $so->save(); + } } // @todo Optional after session execution event