Change the comment in check_password.lua.
This commit is contained in:
parent
d2b5f9c574
commit
d3e89f0540
|
|
@ -62,7 +62,7 @@
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- check either we found valid voicemail box
|
--end the session if this is an invalid voicemail box
|
||||||
if (not voicemail_uuid) or (#voicemail_uuid == 0) then
|
if (not voicemail_uuid) or (#voicemail_uuid == 0) then
|
||||||
return session:hangup();
|
return session:hangup();
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue