Re: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Holger Schurig
> The source code found heere http://www.holgerschurig.de/destar.html > is in an unsupported TAR format. It isn't. It's tarred and bzip2'd. If your tar can't do this, then you can resort to this: bzip2 -d *.tar.bz2 | tar xv But tar nowaday has the "j" option for bzip2 and the "z" option to

RE: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Dave Cotton
On Tue, 2004-07-20 at 11:16 -0400, Kanuri, Seshu wrote: > The source code found heere http://www.holgerschurig.de/destar.html is in an > unsupported TAR format. > tar jxvf is all you need. -- Dave Cotton <[EMAIL PROTECTED]> ___ Asterisk-Users mail

RE: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Kanuri, Seshu
-Users] Asterisk Gui client -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 20 July 2004 03:33 am, Holger Schurig wrote: > Would you mind looking at http://www.holgerschurig.de/destar.html and > install it?  Sorry, I can't give you an link for an online presentation > becaus

Re: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Holger Schurig
> A program that can hold you hand as you go along is very nice. What you > could also do is add help screens that gives more in depth > descriptions. But I'm looking forward to see your product as it grows! Yeah, help screens could be good. Or, when you enter the config, it can say * You should

Re: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 20 July 2004 03:33 am, Holger Schurig wrote: > Would you mind looking at http://www.holgerschurig.de/destar.html and > install it?  Sorry, I can't give you an link for an online presentation > because I don't have access to some server where

Re: [Asterisk-Users] Asterisk Gui client

2004-07-20 Thread Holger Schurig
Beware: I might be biased! > http://67.109.153.236/*web/ > It edits extensions.conf after some customization.However unable to > update sip.conf. I guess you made yourself lot's of work. However, there is already a PHP based web editor that works on this low level of editing *.conf directly.

RE: [Asterisk-Users] Asterisk Gui client

2004-07-19 Thread Kanuri, Seshu
Hi All, Please checkout the following GUI web panels, which have been created and installed from the source code available in this forum. http://67.109.153.236/*web/ It edits extensions.conf after some customization.However unable to update sip.conf. http://67.109.153.236/asterisk-stat/cdr

RE: [Asterisk-Users] Asterisk Gui client

2004-07-19 Thread James Freire
database in the phones table. Thanks a lot! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of mattf Sent: Friday, July 16, 2004 9:55 PM To: '[EMAIL PROTECTED]' Subject: RE: [Asterisk-Users] Asterisk Gui client Hello, What version of the astguicl

RE: [Asterisk-Users] Asterisk Gui client

2004-07-16 Thread mattf
Hello, What version of the astguiclient suite are you using? What version of PHP are you using? Do you have GLOBAL_VARS turned on or off? It's very strange that being a POST all of the variables seem to be showing up on the URL like a GET would. also it doesn't sem to be submitting to the admin

RE: [Asterisk-Users] asterisk gui client

2004-03-11 Thread mattf
Right now it really helps if you are a programmer or someone who is familiar with the configuration of an Asterisk system to setup the astguiclient suite. I will be adding more documentation in a few weeks and maybe even a simple how-to or a "how I installed a new Asterisk T1->internal-VOIP system

RE: [Asterisk-Users] Asterisk GUI Client - New verison 0.9

2004-02-06 Thread mattf
me know. MATT--- -Original Message- From: Dustin Knuttgen [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 9:30 AM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Asterisk GUI Client - New verison 0.9 > -Original Message- > From: mattf [mailto:[EMAIL PROTECTED] >

RE: [Asterisk-Users] Asterisk GUI Client - New verison 0.9

2004-02-06 Thread Dustin Knuttgen
> -Original Message- > From: mattf [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 05, 2004 4:33 PM > To: '[EMAIL PROTECTED]' > Subject: [Asterisk-Users] Asterisk GUI Client - New verison 0.9 > > Hello, > > I have made many changes/improvements/bug fixes to the Asterisk GUI client >

RE: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread mattf
--- ___ -Original Message- From: Lists [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 4:37 PM To: '[EMAIL PROTECTED]' Subject: RE: [Asterisk-Users] Asterisk GUI Client Released!!! Can you put up some screenshots On Tue, 18 Nov 2003, mattf wrote: > Hello, > >

RE: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread Lists
hich Perl module for > postgreSQL is the most acceptable one to use. > > MATT--- > > > -Original Message- > From: Steven Critchfield [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 18, 2003 3:21 PM > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Use

Re: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread Andrew Kohlsmith
> If there's enough demand I can put a configuration variable into the > client/server apps to have it switchable from MySQL to PostgreSQL. That > should be fairly easy to do. I just need to know which Perl module for > postgreSQL is the most acceptable one to use. DBI is the most acceptable, IMO.

RE: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread mattf
ssage- From: Steven Critchfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 3:21 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Asterisk GUI Client Released!!! On Tue, 2003-11-18 at 13:44, Brian Capouch wrote: > mattf wrote: > > Hello, > > > >

RE: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread mattf
anyone is interested in modifying the code for non-Zap systems just let me know and I'll give you all the help I can. MATT--- -Original Message- From: Areski [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 3:19 PM To: Asterisk-Users Mailing-list Subject: Re: [Asterisk-User

Re: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread Steven Critchfield
On Tue, 2003-11-18 at 13:44, Brian Capouch wrote: > mattf wrote: > > Hello, > > > > I have finished my basic polishing of the Asterisk GUI client I have been > > writing in Perl/TK and have released a first beta version on sourceforge: > > > > http://sourceforge.net/projects/astguiclient/ > > >

Re: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread Areski
Hi Matt, After a first look to the screen shoot, it sounds incredible... Good work ;P Will it work without Zaptel interface ? Aresk On Tue, 2003-11-18 at 20:03, mattf wrote: > Hello, > > I have finished my basic polishing of the Asterisk GUI client I have been > writing in Perl/TK and have re

RE: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread mattf
bject: Re: [Asterisk-Users] Asterisk GUI Client Released!!! mattf wrote: > Hello, > > I have finished my basic polishing of the Asterisk GUI client I have been > writing in Perl/TK and have released a first beta version on sourceforge: > > http://sourceforge.net/projects/astg

Re: [Asterisk-Users] Asterisk GUI Client Released!!!

2003-11-18 Thread Brian Capouch
mattf wrote: Hello, I have finished my basic polishing of the Asterisk GUI client I have been writing in Perl/TK and have released a first beta version on sourceforge: http://sourceforge.net/projects/astguiclient/ I am still working on a user manual for the application, but the code works and we