Hello,

I have a setup like this:

exten => s,1,Ringing exten => s,n,Wait(3) exten => s,n,Answer exten => s,n,Set(TIMEOUT(digit)=6) exten => s,n,Authenticate(11111)

exten => s,n,DISA(no-password|my-context) exten => i,1,Playback(invalid) exten => i,n,Wait(1) exten => i,n,Goto(s,5) exten => t,1,Hangup


I need to be able to get back to the beginning of the menu, if a call to the number dialed inside DISA failed (i.e. user dialed wrong number).

I tried different things like:

exten => h,1,Goto(s,1)

but that didn't help either.

I get disconnected after a call dialed from DISA completes. Is there a way to get back to Asterisk, authenticate and get dial tone again without disconnecting ?


Thanks
Jake



--
----- AlphaNet - najtaniej w sieci! --------
 Odnowienia domen w rewelacyjnych cenach!
.pl - 65 zl, .com.pl - 50 zl, reg - 20 zl
      http://www.domeny.alpha.pl
--------------------------------------------


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to