Fallback should actually happen

Stephen Paul Weber created

This is certainly an accidental holdover from the original code, and was making
voicemail from anon not work at all.

Change summary

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

Detailed changes

web.rb 🔗

@@ -110,7 +110,7 @@ class Web < Roda
 			"13;phone-context=anonymous.phone-context.soprani.ca"
 		elsif candidate[0] == "+" && /\A\d+\z/.match(candidate[1..-1])
 			candidate
-		elsif candidate == "Restricted"
+		else
 			"#{TEL_CANDIDATES.fetch(candidate, '19')}" \
 				";phone-context=anonymous.phone-context.soprani.ca"
 		end