[Asterisk-Users] question about DISA

Ronaldo Chan ronald at revlink.ph
Sat Apr 8 05:01:35 MST 2006


Lists,
 
  Hi, good day, i was being task to create a DISA access for internal
purpose of the company, i'm having a problem to work with it with
authentication, but i think it's really a straight forward thing to do,
can someone enlight me on this. thanks
 
sample code snippet
 
     exten => 5,Goto(inward,s,1)
 
[inward]
 
           exten => s,1,Disa(1234|outgoing)
           ; DISA apps supposed to ask me a password but it's not
instead it's drop me immedietly to a dial tone
           exten => s,2,Hangup
 
My Workaround.
 
         exten => s,1,Authenticate(1234)
         exten => s,2,Disa(no-password|outgoing)
 
 
Thanks
 
Ronald
 
 
 
 
         
          
 




More information about the asterisk-users mailing list