You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be having an issue with the NodeController when setting up a node to accept a range of input lengths, for e.g. using:
->expectAtleast(2)
->expectAtMost(3)
I've also got a function registered I'd expect it to go to:
$self =& $this;
$this->cont->registerResult('verifyMenu')->onMaxAttemptsReached()->execute(function() use ($self) { $self->_fail(); });
If the user tries and input that's too long, or just doesn't enter anything, it goes to that function successfully - but if they enter something but it's not long enough to meet the minimum, it just hangs up.
To get around this, I've had to replace expectAtleast(7) with
Hello,
I seem to be having an issue with the NodeController when setting up a node to accept a range of input lengths, for e.g. using:
I've also got a function registered I'd expect it to go to:
If the user tries and input that's too long, or just doesn't enter anything, it goes to that function successfully - but if they enter something but it's not long enough to meet the minimum, it just hangs up.
To get around this, I've had to replace expectAtleast(7) with
I'll try and pin down what's causing this, but in the meantime, asterisk logs:
The text was updated successfully, but these errors were encountered: