[asterisk-users] Asterisk 1.4 DISA is jumping after one digit in the DISA context
Marc Lindner
marclindner at here.thruhere.net
Fri Nov 6 03:26:56 CST 2009
Am Friday 06 November 2009 00:17:36 schrieb Marc Lindner:
> Dear list,
>
> I have problems with DISA on an specific server with Asterisk
> 1.4.26.2.
>
> After starting DISA I can only press one key and DISA is jumping
> direct into the context without waiting for further digits.
The reason and solution is:
exten => _X!,n,DISA(no-password|calls_disa)
[calls_disa]
exten => _X.,1,NoOp()
exten => _X.,n,HangUp()
if context [calls_disa] like this
exten => _X!,1,NoOp()
exten => _X!,n,HangUp()
then DISA function is broken, after entering one digit, dialplan jump to
calls_disa.
I did not expected this...
More information about the asterisk-users
mailing list