Hi
I’ve just run into a problem using TIMEOUT(digit) and Background.
I have the following configuration:
exten => 7172332,1,Answer()
exten => 7172332,n,Set(TIMEOUT(digit)=2)
exten => 7172332,n,Background(Silence/1)
exten => 7172332,n,Background(no-answer)
exten => 7172332,n,Goto(severnrd,2,1)
exten => 7172332,n,Congestion()
While it is executing Background If I were to type for example 1234 on my phone keypad, Asterisk only gets 1, as if it is ignoring the timeout setting all together. It then just rushes to extn ‘i’.
I have used the same thing in other contexts but in this one it just doesn’t work.
Any pointers??
Thanks.
Chrisp