RE: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-13 Thread mick
I think a web gui would be more beneficial Regards Mick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PJ Welsh Sent: Tuesday, 7 October 2003 10:17 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Help with questions for initial Asterisk

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Chris Albertson
How would you implement this? As a series of questions like the list below implies or as a long web based form? I'd prefer the later ad it would be good to have links to helpp for each question. I'm writing a web based front end now for a telemetry processing system. It uses CGI and Perl, yes

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Leif Madsen
Here is the latest edition of the logic chart. Please tell me what the hell I am doing wrong and what I've forgotten :) (I know I've not got it perfect) Thanks! Hardware Are you using Digium Hardware? (yes/no) + TE410P + How many?

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Leif Madsen
Olle E. Johansson wrote: Leif Madsen wrote: think of things I've missed, feel free to chime in! Leif, why don't you put the script up on the wiki so that we all can edit it and add on line with versioning? It's an interesting idea.. but I'm not sure if a wiki is the best place for code... For

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Olle E. Johansson
Leif Madsen wrote: think of things I've missed, feel free to chime in! Leif, why don't you put the script up on the wiki so that we all can edit it and add on line with versioning? As a newborn Asterisk user, I had severe problems configuring an ISDN card. I believe a lot of new users start with a

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Leif Madsen
Dimitri Bellini wrote: Hi Leif im not good programmer but if need some help mail to me for everything. Yah... me niether :) At this stage it is simply going to be figuring out the logic so that I know I have asked all the questions that need to be asked. If you can think of things I've

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Dimitri Bellini
Hi Leif im not good programmer but if need some help mail to me for everything. Thanks Dimitri On Tuesday 07 October 2003 04:59, Leif Madsen wrote: > Hey all, > > I am in the middle of creating a new user wizard which will generate all > the .conf's the new Asterisk user will require to

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Leif Madsen
Steven Critchfield wrote: On Mon, 2003-10-06 at 23:59, Leif Madsen wrote: Hey all, I am in the middle of creating a new user wizard which will generate all the .conf's the new Asterisk user will require to get themselves up and running in Asterisk without having to touch a single configuration

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Steve Totaro
EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 5:47 AM Subject: Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI) > On Tue, Oct 07, 2003 at 04:40:36AM -0500, Steven Critchfield wrote: > > > > What point do you feel that a user is too advanced to us your

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread costas
What about the following device: USB FXS device (S100U)? This sounds like a nice thing. What language are you using? I know this would be adding a burden to coding, but can you also make the app be data driven so any future additions or new hardware would just be added to a a text file? (I know

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread PJ Welsh
On Tue, Oct 07, 2003 at 04:40:36AM -0500, Steven Critchfield wrote: > > What point do you feel that a user is too advanced to us your wizard, or > at what point do you think a user of your wizard will be more pissed at > being hindered by the product than helped? > > I'm not trying to insult you,

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Steven Critchfield
On Mon, 2003-10-06 at 23:59, Leif Madsen wrote: > Hey all, > > I am in the middle of creating a new user wizard which will generate all > the .conf's the new Asterisk user will require to get themselves up and > running in Asterisk without having to touch a single configuration file. > This i

Re: [Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-07 Thread Dimitri Bellini
Hi Leif Very good Idea Everything you have wrote is right!!! Many thanks Dimitri On Tuesday 07 October 2003 04:59, Leif Madsen wrote: > Hey all, > > I am in the middle of creating a new user wizard which will generate all > the .conf's the new Asterisk user will require to get themselves up a

[Asterisk-Users] Help with questions for initial Asterisk wizard (GUI)

2003-10-06 Thread Leif Madsen
Hey all, I am in the middle of creating a new user wizard which will generate all the .conf's the new Asterisk user will require to get themselves up and running in Asterisk without having to touch a single configuration file. This is what I have come up with as a rough draft. It is far from