Trying to record voicemail, just do it

Stephen Paul Weber created

Even with voicemail disabled... some bug led them here and let's not
just ignore it?

Especially since fwd is unset during fallback anyway

Change summary

web.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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