web.rb 🔗
@@ -329,7 +329,7 @@ class Web < Roda
sgx_repo: Bwmsgsv2Repo.new,
ogm_url: nil
).then { |c|
- c.ogm(params["from"]) if c.fwd.voicemail_enabled?
+ c.ogm(params["from"])
}.then { |ogm|
next render :hangup unless ogm