Hello, I am trying to setup an Asterisk GUI with the help of astman(please visit http://astman.sourceforge.net/am-user-guide.html). I have installed astman and currently assessing my GUI using; http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl I am trying to get the menu options in my GUI to work but to no avail. Currently my parameters are set to; Asterisk Install Directory: /usr/ports/net/asterisk/work/asterisk-1.0.3/ Asterisk Config Directory: /usr/local/etc/asterisk Profile Editor Working Directory: /usr/local/etc/asterisk Any ideas on how I can go about this? Thanks in advance. -- Rgds, Julius Kidubuka. "My advice to you is get married: if you find a good wife you'll be happy; if not, you'll become a philosopher."
On Mon, Feb 21, 2005 at 08:19:58AM +0300, Julius Kidubuka wrote:> Hello, > > I am trying to setup an Asterisk GUI with the help of astman(please visit > http://astman.sourceforge.net/am-user-guide.html). > > I have installed astman and currently assessing my GUI using; > http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl > > I am trying to get the menu options in my GUI to work but to no avail. > Currently my parameters are set to; > > Asterisk Install Directory: /usr/ports/net/asterisk/work/asterisk-1.0.3/ > Asterisk Config Directory: /usr/local/etc/asterisk > Profile Editor Working Directory: /usr/local/etc/asterisk > > Any ideas on how I can go about this?Did you encounter any problems? What is it exactly that you fail to do? Anyway, is there any ongoing work on astman? No updates in the site since July. -- Tzafrir Cohen | New signature for new address and | VIM is http://tzafrir.org.il | new homepage | a Mutt's tzafrir@cohens.org.il | | best ICQ# 16849755 | Space reserved for other protocols | friend
Perhaps you want to use phpconfig.php "Created by p0lar, Dave Packham & Rob Birkinshaw". We use it within our production servers without any problems, and it does nearly everything, to configure and restart/reload asterisk. Astman didn't run stable on our servers and after spending some hours googling and looking arround for these problems, we switched to the PHP solution. BTW, another cool application is phpmyedit (http://phpmyedit.org/home.php) to have a closer look at your CDR data. Guido Hecken> -----Urspr?ngliche Nachricht----- > Von: Tzafrir Cohen [mailto:tzafrir@cohens.org.il] > Gesendet: Donnerstag, 24. Februar 2005 01:54 > An: asterisk-users@lists.digium.com > Betreff: Re: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > > On Mon, Feb 21, 2005 at 08:19:58AM +0300, Julius Kidubuka wrote: > > Hello, > > > > I am trying to setup an Asterisk GUI with the help of astman(pleasevisit> > http://astman.sourceforge.net/am-user-guide.html). > > > > I have installed astman and currently assessing my GUI using; > > http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl > > > > I am trying to get the menu options in my GUI to work but to no avail. > > Currently my parameters are set to; > > > > Asterisk Install Directory: /usr/ports/net/asterisk/work/asterisk-1.0.3/ > > Asterisk Config Directory: /usr/local/etc/asterisk > > Profile Editor Working Directory: /usr/local/etc/asterisk > > > > Any ideas on how I can go about this? > > Did you encounter any problems? What is it exactly that you fail to do? > > Anyway, is there any ongoing work on astman? No updates in the site > since July. > > -- > Tzafrir Cohen | New signature for new address and | VIM is > http://tzafrir.org.il | new homepage | a Mutt's > tzafrir@cohens.org.il | | best > ICQ# 16849755 | Space reserved for other protocols | friend > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Simple cd into your asterisk-src export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot cvs login ; password is anoncvs cvs checkout phpconfig Copy all php-scripts and the image folder into your webroot (/var/www/html/asterisk) Read/edit the config-files to fit your requirements. Type in your browser http://yourserverip/phpconfig.php Here is a demo: http://rads.netcom.utah.edu/phpconfig/phpconfig.php Good luck Guido Hecken> -----Urspr?ngliche Nachricht----- > Von: Julius Kidubuka [mailto:juki@one2net.co.ug] > Gesendet: Donnerstag, 24. Februar 2005 06:59 > An: guido.hecken@gwsnettech.de > Cc: asterisk-users@lists.digium.com > Betreff: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > > Thanks for your contribution Guido! > > Do you have a URL I can visit to help me install and configure > phpconfig.php? Otherwise, I'll take a look at phpmyedit and see how ot > works for me. > > Rgds, > Julius. > > > Perhaps you want to use phpconfig.php "Created by p0lar, Dave Packham & > > Rob > > Birkinshaw". We use it within our production servers without anyproblems,> > and it does nearly everything, to configure and restart/reload asterisk. > > Astman didn't run stable on our servers and after spending some hours > > googling and looking arround for these problems, we switched to the PHP > > solution. > > BTW, another cool application is phpmyedit(http://phpmyedit.org/home.php)> > to have a closer look at your CDR data. > > > > Guido Hecken > > > >> -----Urspr?ngliche Nachricht----- > >> Von: Tzafrir Cohen [mailto:tzafrir@cohens.org.il] > >> Gesendet: Donnerstag, 24. Februar 2005 01:54 > >> An: asterisk-users@lists.digium.com > >> Betreff: Re: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > >> > >> On Mon, Feb 21, 2005 at 08:19:58AM +0300, Julius Kidubuka wrote: > >> > Hello, > >> > > >> > I am trying to setup an Asterisk GUI with the help of astman(please > > visit > >> > http://astman.sourceforge.net/am-user-guide.html). > >> > > >> > I have installed astman and currently assessing my GUI using; > >> > http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl > >> > > >> > I am trying to get the menu options in my GUI to work but to noavail.> >> > Currently my parameters are set to; > >> > > >> > Asterisk Install Directory: > >> /usr/ports/net/asterisk/work/asterisk-1.0.3/ > >> > Asterisk Config Directory: /usr/local/etc/asterisk > >> > Profile Editor Working Directory: /usr/local/etc/asterisk > >> > > >> > Any ideas on how I can go about this? > >> > >> Did you encounter any problems? What is it exactly that you fail to do? > >> > >> Anyway, is there any ongoing work on astman? No updates in the site > >> since July. > >> > >> -- > >> Tzafrir Cohen | New signature for new address and | VIM is > >> http://tzafrir.org.il | new homepage | a Mutt's > >> tzafrir@cohens.org.il | | best > >> ICQ# 16849755 | Space reserved for other protocols | friend > >> _______________________________________________ > >> Asterisk-Users mailing list > >> Asterisk-Users@lists.digium.com > >> http://lists.digium.com/mailman/listinfo/asterisk-users > >> To UNSUBSCRIBE or update options visit: > >> http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
> Do I have to cd into my asterisk source directory (that is, > /usr/local/etc/asterisk) or otherwise?Yes, cd in your asterisk source dir, from where you installed it.>Secondly, is the statement no.2 a line a need to change in a given file?You have to change/verify some settings in phpconfig_init.php . Look for fakeuser=admin. Set $reset_cmd = "./asterisk.reload"; Be shure, the script has write access in /etc/asterisk Have something in your sudoers file (/etc/sudoers) like apache ALL=(ALL) NOPASSWD: ALL to allow apache execute system commands like asterisk -r -x 'restart now' Another important file is the manager.conf in /etc/asterisk [general] enabled = yes port = 5038 bindaddr = 0.0.0.0 [admin] secret = secret permit = 192.168.0.0/255.255.255.0 read = system,call,log,verbose,command,agent,user write = system,call,log,verbose,command,agent,user With these settings enabled, it should work. Be aware, this is not a secure solution since allowing apache to execute system-commands, and using the asterisk-web-dir (/var/www/html/asterisk) without any further security actions like .htaccess file should only be used in trusted environments like intranets. We can live with these restrictions. In the meanwhile we 're testing and evaluating the complete asterisk configuration from within mysql. Hope, I could help you a bit... Guido Hecken> Sorry for all the questions but am rather lost here. I would be grateful > if you elaborated a bit more. > > Thanks in advance. > > Rgds, > Julius. > > > Simple cd into your asterisk-src > > export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot > > cvs login ; password is anoncvs > > cvs checkout phpconfig > > Copy all php-scripts and the image folder into your webroot > > (/var/www/html/asterisk) > > Read/edit the config-files to fit your requirements. > > Type in your browser http://yourserverip/phpconfig.php > > > > Here is a demo: > > http://rads.netcom.utah.edu/phpconfig/phpconfig.php > > > > Good luck > > > > Guido Hecken > > > > > >> -----Urspr?ngliche Nachricht----- > >> Von: Julius Kidubuka [mailto:juki@one2net.co.ug] > >> Gesendet: Donnerstag, 24. Februar 2005 06:59 > >> An: guido.hecken@gwsnettech.de > >> Cc: asterisk-users@lists.digium.com > >> Betreff: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > >> > >> Thanks for your contribution Guido! > >> > >> Do you have a URL I can visit to help me install and configure > >> phpconfig.php? Otherwise, I'll take a look at phpmyedit and see how ot > >> works for me. > >> > >> Rgds, > >> Julius. > >> > >> > Perhaps you want to use phpconfig.php "Created by p0lar, Dave Packham > >> & > >> > Rob > >> > Birkinshaw". We use it within our production servers without any > > problems, > >> > and it does nearly everything, to configure and restart/reload > >> asterisk. > >> > Astman didn't run stable on our servers and after spending some hours > >> > googling and looking arround for these problems, we switched to the > >> PHP > >> > solution. > >> > BTW, another cool application is phpmyedit > > (http://phpmyedit.org/home.php) > >> > to have a closer look at your CDR data. > >> > > >> > Guido Hecken > >> > > >> >> -----Urspr?ngliche Nachricht----- > >> >> Von: Tzafrir Cohen [mailto:tzafrir@cohens.org.il] > >> >> Gesendet: Donnerstag, 24. Februar 2005 01:54 > >> >> An: asterisk-users@lists.digium.com > >> >> Betreff: Re: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > >> >> > >> >> On Mon, Feb 21, 2005 at 08:19:58AM +0300, Julius Kidubuka wrote: > >> >> > Hello, > >> >> > > >> >> > I am trying to setup an Asterisk GUI with the help ofastman(please> >> > visit > >> >> > http://astman.sourceforge.net/am-user-guide.html). > >> >> > > >> >> > I have installed astman and currently assessing my GUI using; > >> >> > http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl > >> >> > > >> >> > I am trying to get the menu options in my GUI to work but to no > > avail. > >> >> > Currently my parameters are set to; > >> >> > > >> >> > Asterisk Install Directory: > >> >> /usr/ports/net/asterisk/work/asterisk-1.0.3/ > >> >> > Asterisk Config Directory: /usr/local/etc/asterisk > >> >> > Profile Editor Working Directory: /usr/local/etc/asterisk > >> >> > > >> >> > Any ideas on how I can go about this? > >> >> > >> >> Did you encounter any problems? What is it exactly that you fail to > >> do? > >> >> > >> >> Anyway, is there any ongoing work on astman? No updates in the site > >> >> since July. > >> >> > >> >> -- > >> >> Tzafrir Cohen | New signature for new address and | VIM is > >> >> http://tzafrir.org.il | new homepage | aMutt's> >> >> tzafrir@cohens.org.il | | best > >> >> ICQ# 16849755 | Space reserved for other protocols | friend > >> >> _______________________________________________ > >> >> Asterisk-Users mailing list > >> >> Asterisk-Users@lists.digium.com > >> >> http://lists.digium.com/mailman/listinfo/asterisk-users > >> >> To UNSUBSCRIBE or update options visit: > >> >> http://lists.digium.com/mailman/listinfo/asterisk-users > >> > _______________________________________________ > >> > Asterisk-Users mailing list > >> > Asterisk-Users@lists.digium.com > >> > http://lists.digium.com/mailman/listinfo/asterisk-users > >> > To UNSUBSCRIBE or update options visit: > >> > http://lists.digium.com/mailman/listinfo/asterisk-users > >> > > >> > > > > >
This is also installed automatically using the asterisk@home solution. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Hecken, Guido Sent: Thursday, February 24, 2005 5:42 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI> Do I have to cd into my asterisk source directory (that is, > /usr/local/etc/asterisk) or otherwise?Yes, cd in your asterisk source dir, from where you installed it.>Secondly, is the statement no.2 a line a need to change in a given file?You have to change/verify some settings in phpconfig_init.php . Look for fakeuser=admin. Set $reset_cmd = "./asterisk.reload"; Be shure, the script has write access in /etc/asterisk Have something in your sudoers file (/etc/sudoers) like apache ALL=(ALL) NOPASSWD: ALL to allow apache execute system commands like asterisk -r -x 'restart now' Another important file is the manager.conf in /etc/asterisk [general] enabled = yes port = 5038 bindaddr = 0.0.0.0 [admin] secret = secret permit = 192.168.0.0/255.255.255.0 read = system,call,log,verbose,command,agent,user write = system,call,log,verbose,command,agent,user With these settings enabled, it should work. Be aware, this is not a secure solution since allowing apache to execute system-commands, and using the asterisk-web-dir (/var/www/html/asterisk) without any further security actions like .htaccess file should only be used in trusted environments like intranets. We can live with these restrictions. In the meanwhile we 're testing and evaluating the complete asterisk configuration from within mysql. Hope, I could help you a bit... Guido Hecken> Sorry for all the questions but am rather lost here. I would be grateful > if you elaborated a bit more. > > Thanks in advance. > > Rgds, > Julius. > > > Simple cd into your asterisk-src > > export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot > > cvs login ; password is anoncvs > > cvs checkout phpconfig > > Copy all php-scripts and the image folder into your webroot > > (/var/www/html/asterisk) > > Read/edit the config-files to fit your requirements. > > Type in your browser http://yourserverip/phpconfig.php > > > > Here is a demo: > > http://rads.netcom.utah.edu/phpconfig/phpconfig.php > > > > Good luck > > > > Guido Hecken > > > > > >> -----Urspr?ngliche Nachricht----- > >> Von: Julius Kidubuka [mailto:juki@one2net.co.ug] > >> Gesendet: Donnerstag, 24. Februar 2005 06:59 > >> An: guido.hecken@gwsnettech.de > >> Cc: asterisk-users@lists.digium.com > >> Betreff: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > >> > >> Thanks for your contribution Guido! > >> > >> Do you have a URL I can visit to help me install and configure > >> phpconfig.php? Otherwise, I'll take a look at phpmyedit and see how ot > >> works for me. > >> > >> Rgds, > >> Julius. > >> > >> > Perhaps you want to use phpconfig.php "Created by p0lar, Dave Packham > >> & > >> > Rob > >> > Birkinshaw". We use it within our production servers without any > > problems, > >> > and it does nearly everything, to configure and restart/reload > >> asterisk. > >> > Astman didn't run stable on our servers and after spending some hours > >> > googling and looking arround for these problems, we switched to the > >> PHP > >> > solution. > >> > BTW, another cool application is phpmyedit > > (http://phpmyedit.org/home.php) > >> > to have a closer look at your CDR data. > >> > > >> > Guido Hecken > >> > > >> >> -----Urspr?ngliche Nachricht----- > >> >> Von: Tzafrir Cohen [mailto:tzafrir@cohens.org.il] > >> >> Gesendet: Donnerstag, 24. Februar 2005 01:54 > >> >> An: asterisk-users@lists.digium.com > >> >> Betreff: Re: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > >> >> > >> >> On Mon, Feb 21, 2005 at 08:19:58AM +0300, Julius Kidubuka wrote: > >> >> > Hello, > >> >> > > >> >> > I am trying to setup an Asterisk GUI with the help ofastman(please> >> > visit > >> >> > http://astman.sourceforge.net/am-user-guide.html). > >> >> > > >> >> > I have installed astman and currently assessing my GUI using; > >> >> > http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl > >> >> > > >> >> > I am trying to get the menu options in my GUI to work but to no > > avail. > >> >> > Currently my parameters are set to; > >> >> > > >> >> > Asterisk Install Directory: > >> >> /usr/ports/net/asterisk/work/asterisk-1.0.3/ > >> >> > Asterisk Config Directory: /usr/local/etc/asterisk > >> >> > Profile Editor Working Directory: /usr/local/etc/asterisk > >> >> > > >> >> > Any ideas on how I can go about this? > >> >> > >> >> Did you encounter any problems? What is it exactly that you fail to > >> do? > >> >> > >> >> Anyway, is there any ongoing work on astman? No updates in the site > >> >> since July. > >> >> > >> >> -- > >> >> Tzafrir Cohen | New signature for new address and | VIM is > >> >> http://tzafrir.org.il | new homepage | aMutt's> >> >> tzafrir@cohens.org.il | | best > >> >> ICQ# 16849755 | Space reserved for other protocols | friend > >> >> _______________________________________________ > >> >> Asterisk-Users mailing list > >> >> Asterisk-Users@lists.digium.com > >> >> http://lists.digium.com/mailman/listinfo/asterisk-users > >> >> To UNSUBSCRIBE or update options visit: > >> >> http://lists.digium.com/mailman/listinfo/asterisk-users > >> > _______________________________________________ > >> > Asterisk-Users mailing list > >> > Asterisk-Users@lists.digium.com > >> > http://lists.digium.com/mailman/listinfo/asterisk-users > >> > To UNSUBSCRIBE or update options visit: > >> > http://lists.digium.com/mailman/listinfo/asterisk-users > >> > > >> > > > > >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
> I do follow all the instructions except for one; I don't seem to have the > phpconfig_init.php file in my asterisk source directory. Maybe I have > overlooked something or forgotten to install a certain package.If you get the sources with cvs checkout phpconfig, you should have this file. I updated these sources this morning and the file was present. hmm... If all other fails, I' ll send you this file of list. Guido Hecken
> Does this mean I have to download and re-compile my asterisk sources > inorder to get that file? And if yes, how do I get the sources with cvs > checkout phphconfig? If no, how is it done?No, only do the cvs checkout phpconfig, and put the files in the right directory that's all. Guido Hecken
You 're right, there are some security issues using using sudoers and system commands. If the asterisk server is reachable from the outside over http or other unsecure protocols, it would be really dangerous. But in a trusty intranet-environment, where firewalls block every attempt to access the asterisk server from the outside, this "solution" should be save enough, even if nothing is really save enough ;-) . If administrative access to any remote asterisk server is need, one could use vpn etc. to achieve secure connections. Wouldn't this be sufficient?>Consider using su-exec (and php in cgi) to run the configuration >interface as the user asterisk or a special user.Another idea: Why not giving apache the right to execute only one shell command in sudoers? Something like apache CMD=(asterisk -r -x 'restart now') could do the job. Guido Hecken> -----Urspr?ngliche Nachricht----- > Von: Tzafrir Cohen [mailto:tzafrir@cohens.org.il] > Gesendet: Freitag, 25. Februar 2005 16:25 > An: asterisk-users@lists.digium.com > Betreff: Re: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > > Hi > > On Thu, Feb 24, 2005 at 11:41:41AM +0100, Hecken, Guido wrote: > > >Secondly, is the statement no.2 a line a need to change in a givenfile?> > You have to change/verify some settings in phpconfig_init.php . > > Look for fakeuser=admin. > > Set $reset_cmd = "./asterisk.reload"; > > Be shure, the script has write access in /etc/asterisk > > Have something in your sudoers file (/etc/sudoers) like > > apache ALL=(ALL) NOPASSWD: ALL > > Why not simply run apache as root and be done with that? > > Adding the following line to sudoers makes apache root-equivalent. Any > attacher that is able to compromise apache gets your whole server. > > > to allow apache execute system commands like asterisk -r -x 'restartnow'> > > > Another important file is the manager.conf in /etc/asterisk > > [general] > > enabled = yes > > port = 5038 > > bindaddr = 0.0.0.0 > > > > [admin] > > secret = secret > > permit = 192.168.0.0/255.255.255.0 > > read = system,call,log,verbose,command,agent,user > > write = system,call,log,verbose,command,agent,user > > > > With these settings enabled, it should work. > > Be aware, this is not a secure solution since allowing apache to execute > > system-commands, and using the asterisk-web-dir (/var/www/html/asterisk) > > without any further security actions like .htaccess file should only beused> > in trusted environments like intranets. > > Furthermore: anyone who can add arbitrary entries to your dialplan can > use System to make apache run an arbitrary command. If you run asterisk > as root (which you shouldn't) this gives the attacker a convinent root > shell access. If not: it will only give the attacker the opportunity to > run an arbitrary command as the asterisk user. > > If you want to edit an arbiterary config file, use ssh. It is a > well-tested, well understood and well-supported environment. Either edit > directoly from the shell (you can't really bit vim ;-) ), or use an > external X server and a more comfortable editor, or simply edit files > via sftp. > > > We can live with these restrictions. In the meanwhile we 're testing and > > evaluating the complete asterisk configuration from within mysql. > > Not much better, security-wise. I figure that the password to a mysql > account with ability to write to the config (and specifically to the > dialplan) will be availble in a certain location. So apache still has > the ability to change the dialplan. > > Consider using su-exec (and php in cgi) to run the configuration > interface as the user asterisk or a special user. > > -- > Tzafrir Cohen | New signature for new address and | VIM is > http://tzafrir.org.il | new homepage | a Mutt's > tzafrir@cohens.org.il | | best > ICQ# 16849755 | Space reserved for other protocols | friend > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
I'll look out for it, thanks! Julius.> Julius, > > I have just setup and installed phpconfig with the help of others on this > mailing list. I didn't use CVS checkout as I don't have CVS installed. > > I am about to document the process for the Wiki which I hope will help :) > > C > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Julius > Kidubuka > Sent: 25 February 2005 14:33 > To: guido.hecken@gwsnettech.de > Cc: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > > I am having trouble using cvs, is it possible to use cvsup or any other > method available and still get to install, configure and use phpconfig? If > so, how do I go about it? > > Julius. > >>> Does this mean I have to download and re-compile my asterisk sources >>> inorder to get that file? And if yes, how do I get the sources with >>> cvs >>> checkout phphconfig? If no, how is it done? >> >> No, only do the cvs checkout phpconfig, and put the files in the right >> directory that's all. >> >> Guido Hecken >> >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > > > -- > Rgds, > Julius Kidubuka. > "My advice to you is get married: if you find a good wife you'll be happy; > if not, you'll become a philosopher." > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-- Rgds, Julius Kidubuka. "My advice to you is get married: if you find a good wife you'll be happy; if not, you'll become a philosopher."
Thanks for the great job plus all the others that contributed to this. I'll certainly use it and give you feedback.> Hi, > > Its now up at > http://www.voip-info.org/tiki-index.php?page=Asterisk%20gui%20phpconfig > > I would be interested in any feedback. Hope it helps. > > C > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Julius > Kidubuka > Sent: 28 February 2005 04:50 > To: C. Tomlinson > Cc: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI > > I'll look out for it, thanks! > > Julius. > >> Julius, >> >> I have just setup and installed phpconfig with the help of others on >> this >> mailing list. I didn't use CVS checkout as I don't have CVS installed. >> >> I am about to document the process for the Wiki which I hope will help >> :) >> >> C >> >> -----Original Message----- >> From: asterisk-users-bounces@lists.digium.com >> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Julius >> Kidubuka >> Sent: 25 February 2005 14:33 >> To: guido.hecken@gwsnettech.de >> Cc: asterisk-users@lists.digium.com >> Subject: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI >> >> I am having trouble using cvs, is it possible to use cvsup or any other >> method available and still get to install, configure and use phpconfig? >> If >> so, how do I go about it? >> >> Julius. >> >>>> Does this mean I have to download and re-compile my asterisk sources >>>> inorder to get that file? And if yes, how do I get the sources with >>>> cvs >>>> checkout phphconfig? If no, how is it done? >>> >>> No, only do the cvs checkout phpconfig, and put the files in the right >>> directory that's all. >>> >>> Guido Hecken >>> >>> _______________________________________________ >>> Asterisk-Users mailing list >>> Asterisk-Users@lists.digium.com >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> >> >> >> -- >> Rgds, >> Julius Kidubuka. >> "My advice to you is get married: if you find a good wife you'll be >> happy; >> if not, you'll become a philosopher." >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> >> >> > > > -- > Rgds, > Julius Kidubuka. > "My advice to you is get married: if you find a good wife you'll be happy; > if not, you'll become a philosopher." > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > Spam detection software, running on the system "zeus.avanzada7.com", has > identified this incoming email as possible spam. The original message > has been attached to this so you can view it (if it isn't spam) or label > similar future email. If you have any questions, see > the administrator of that system for details. > > Content preview: I'll look out for it, thanks! Julius. > Julius, > > I > have just setup and installed phpconfig with the help of others on > this > mailing list. I didn't use CVS checkout as I don't have CVS > installed. > > I am about to document the process for the Wiki which I > hope will help :) > > C > > > > Content analysis details: (0.1 points, 5.0 required) > > pts rule name description > ---- ---------------------- > -------------------------------------------------- > 0.1 FORGED_RCVD_HELO Received: contains a forged HELO > > > >-- Rgds, Julius Kidubuka. "My advice to you is get married: if you find a good wife you'll be happy; if not, you'll become a philosopher."