>
> 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
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
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,
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
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 =