<quote who="Steve Creel">
>>>[main1]
>>>;
>>>; Take any number, and give it to the DISA.  The DISA
>>>;  just then takes anything typed in within the (unchangeable)
>>>;  timer values, and hands it off to main2 to be post-processed. ; I
include the standard i,h,t values for pedantic reasons.
>>>;
>>>exten => _X.,1,DISA(no-password,main2)
>>>exten => _X.,2,Hangup
>>>;
>>>exten => h,1,Hangup
>>>exten => i,1,Congestion
>>>exten => i,2,Hangup
>>>exten => t,1,Congestion
>>>exten => t,2,Hangup
>
>
> Not to point out the obvious, but isn't the delay he's seeing caused by the
> _X. and the digittimeout?  Couldn't this be resolved by using a more
> specific match on the DISA instead of _X. ?

I think that would be right.

I would have used:
exten => s,1,DISA(no-password,main2)
exten => s,2,Hangup

-- 
END OF LINE
       -MCP

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to