[Asterisk-Users] Delays in IVR
Adam Moffett
adam at plexicomm.net
Tue Dec 27 06:52:06 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"?
More information about the asterisk-users
mailing list