Re: [Asterisk-Users] Simple authentication

2005-03-31 Thread Bartosz Wegrzyn - asterisk
> > On Mar 31, 2005, at 12:11 AM, Bartosz Wegrzyn - asterisk wrote: > >> Hi, >> >> I would like to create extension, so user will have to enter password, >> and >> later he will be prompt for a number to call. >> My config looks like this (ONLY THE PART OF): >> >> exten => 888,1,Ringing(), >> exten

Re: [Asterisk-Users] Simple authentication

2005-03-31 Thread Bartosz Wegrzyn - asterisk
Thanks, I will give it a try. Bart > On Thu, 31 Mar 2005 02:11:46 -0600 (CST), Bartosz Wegrzyn - asterisk > <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I would like to create extension, so user will have to enter password, >> and >> later he will be prompt for a number to call. > > Did you look at DI

Re: [Asterisk-Users] Simple authentication

2005-03-31 Thread Robert Goodyear
On Mar 31, 2005, at 12:11 AM, Bartosz Wegrzyn - asterisk wrote: Hi, I would like to create extension, so user will have to enter password, and later he will be prompt for a number to call. My config looks like this (ONLY THE PART OF): exten => 888,1,Ringing(), exten => 888,2,wait(2) exten => 888,

Re: [Asterisk-Users] Simple authentication

2005-03-31 Thread Peter Bowyer
On Thu, 31 Mar 2005 02:11:46 -0600 (CST), Bartosz Wegrzyn - asterisk <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to create extension, so user will have to enter password, and > later he will be prompt for a number to call. Did you look at DISA? This does almost exactly what you're looking f

[Asterisk-Users] Simple authentication

2005-03-31 Thread Bartosz Wegrzyn - asterisk
Hi, I would like to create extension, so user will have to enter password, and later he will be prompt for a number to call. My config looks like this (ONLY THE PART OF): exten => 888,1,Ringing(), exten => 888,2,wait(2) exten => 888,3,Background,welcome exten => 888,4,Authenticate(1234|a) exten =