hi Ronald,
i would use a CallerIDNum authentication, based on the Asterisk Database to solve it.
then you do not need any verification.
you just build a list of approved numbers in the database and then have a context checking the whitelist.
 
if you need more help, let me know,
 
Mickey

 
On 4/8/06, Ronaldo Chan <[EMAIL PROTECTED]> wrote:
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 appssupposed 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








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

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