[Asterisk-Users] Delays in IVR
Rich Adamson
radamson at routers.com
Tue Dec 27 08:25:30 MST 2005
>
> >>
> >> ;extensions for dan and adam
> >> ;dan - since people already know dan as extension 3, we keep
> >>that for compatibility
> >> exten => 3,1,GoTo(Pleximenu|103|1)
> >> exten => 103,1,GoTo(default|103|1)
> >>
> >> ;adam
> >> exten => 104,1,GoTo(default|104|1)
> >>
> >>
> >>
> >
> >
> > The bottom of the dialplan is your culprit here. It's waiting the
> >additional time because it's not sure whether or not you're going to
> >enter 103 or 104 as opposed to just 1, so it's waiting for the digit
> >timeout to be sure.
> >
> >
>
> Several people made that suggestion, but I had already tried it with
> those extensions commented out. Would anything be neccesary to make the
> change take effect aside from "extensions reload"?
As someone else mentioned, have you tried playing with:
[bus-ivr-main]
exten => s,1,Wait,1
exten => s,2,Answer
exten => s,3,Set(TIMEOUT(digit)=5)
exten => s,4,Set(TIMEOUT(response)=10)
and changing the digit timeout value to something different?
More information about the asterisk-users
mailing list