kenn10
Well-Known Member
- Joined
- Dec 16, 2007
- Messages
- 4,630
- Reaction score
- 3,002
@wardmundy I just upgraded an existing system to Asterisk 20.6.0 and have discovered that the read command is broken. This code no longer works because the wait is not working. It falls thru to the next line immediately before a digit can be collected.
I reverted back to Asterisk 20.5.0 and it works again.
Code:
exten => s,n,Read(MYCODE,,1,n,1,5)
I reverted back to Asterisk 20.5.0 and it works again.
