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...



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to