I have looked at matt's asterisk gui client at sourceforge. I am not a programmer by trade. The documentation there seems to be a bit lacking. Has anyone have the experience in installing the gui client and may perhaps have a how-to document available for sharing. -- David Kwok Tel: 612 99292086 ext 1002 Iaxtel/FWD # 17001813482 ext 1002 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 1878 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040310/6860721f/smime.bin
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 with astguiclient from scratch" page. Right now we're concentrating on filling some feature gaps that we have like adding a callerID popup(which we will release a beta for by Friday night) and a voicemail indicator. Also, we will be tweeking the features of the VICIDIAL dialer app and creating a new receptionist module. I'll post on the list when we have additions or changes to the project or you can just look on the project website: http://astguiclient.sf.net/ MATT--- -----Original Message----- From: dkwok [mailto:dkwok@iware.com.au] Sent: Thursday, March 11, 2004 5:10 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] asterisk gui client I have looked at matt's asterisk gui client at sourceforge. I am not a programmer by trade. The documentation there seems to be a bit lacking. Has anyone have the experience in installing the gui client and may perhaps have a how-to document available for sharing. -- David Kwok Tel: 612 99292086 ext 1002 Iaxtel/FWD # 17001813482 ext 1002
I have installed the Asterisk gui client that is available off of sourceforge.net. I was curious if anybody here has used it and what experiences they have had with it. I am having a problem with it, I am able to use the admin page except when I try to submit information to the server to add phones I get an error, "The requested URL /astguiclient/method=POST was not found on this server." The directory /astguiclient does exist and works because that is where the php files are located and running from. The URL for this command, so you can see what its submiting, is: http://172.16.200.80/astguiclient/method=POST?ADD=2&extension=&dialplan_number=&voicemail_id=&phone_ip=&computer_ip=&server_ip=&login=&pass=&status=ACTIVE&active=Y&phone_type=&fullname=&company=&picture=&submit=submit I am running Apache/1.3.29 with php installed also. My guess is that there is a bug somewhere in the php code but I do not know php well enough to troubleshoot it. Thanks a lot for any help, James Freire
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.php script like it should be. Did you follow the SCRATCH_INSTALL instructions or are you mostly installing this on an existing system? MATT--- PS- I wrote the astguiclient suite :) -----Original Message----- From: James Freire [mailto:JFreire@Comtech21.com] Sent: Friday, July 16, 2004 5:13 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk Gui client I have installed the Asterisk gui client that is available off of sourceforge.net. I was curious if anybody here has used it and what experiences they have had with it. I am having a problem with it, I am able to use the admin page except when I try to submit information to the server to add phones I get an error, "The requested URL /astguiclient/method=POST was not found on this server." The directory /astguiclient does exist and works because that is where the php files are located and running from. The URL for this command, so you can see what its submiting, is: http://172.16.200.80/astguiclient/method=POST?ADD=2&extension=&dialplan_numb er=&voicemail_id=&phone_ip=&computer_ip=&server_ip=&login=&pass=&status=ACTI VE&active=Y&phone_type=&fullname=&company=&picture=&submit=submit I am running Apache/1.3.29 with php installed also. My guess is that there is a bug somewhere in the php code but I do not know php well enough to troubleshoot it. Thanks a lot for any help, James Freire _______________________________________________ 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
Hi, The version of astgui is 1.0.2. I am using PHP version 4.3.4-4 installed on a debian 3.0 system (testing) from apt-get. I do not have any GLOBAL_VARS set in my environment. What should it be? I am not very familiar with PHP. I had installed this on an existing system but made sure to install correctly all of the required packages that were listed in the instructions. I also have a problem, I dont know if it is related or not where when I first open the admin page I cannot get in with my username of gs102 and password of test. I verified that the username and password were in the database in the phones table. Thanks a lot! -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of mattf Sent: Friday, July 16, 2004 9:55 PM To: 'asterisk-users@lists.digium.com' Subject: RE: [Asterisk-Users] Asterisk Gui client 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.php script like it should be. Did you follow the SCRATCH_INSTALL instructions or are you mostly installing this on an existing system? MATT--- PS- I wrote the astguiclient suite :) -----Original Message----- From: James Freire [mailto:JFreire@Comtech21.com] Sent: Friday, July 16, 2004 5:13 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk Gui client I have installed the Asterisk gui client that is available off of sourceforge.net. I was curious if anybody here has used it and what experiences they have had with it. I am having a problem with it, I am able to use the admin page except when I try to submit information to the server to add phones I get an error, "The requested URL /astguiclient/method=POST was not found on this server." The directory /astguiclient does exist and works because that is where the php files are located and running from. The URL for this command, so you can see what its submiting, is: http://172.16.200.80/astguiclient/method=POST?ADD=2&extension=&dialplan_numb er=&voicemail_id=&phone_ip=&computer_ip=&server_ip=&login=&pass=&status=ACTI VE&active=Y&phone_type=&fullname=&company=&picture=&submit=submit I am running Apache/1.3.29 with php installed also. My guess is that there is a bug somewhere in the php code but I do not know php well enough to troubleshoot it. Thanks a lot for any help, James Freire _______________________________________________ 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
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.php Link to the CDR Tool. http://67.109.153.236/cgi-bin/am/am-main.pl The perl based Asterisk GUI Management system. Help is available online in same panel. This code is a bit cumbersome and I am not going to attempt developing this. PHP is much more preferrable. http://67.109.153.236/cgi-bin/astcc/astcc-admin.cgi Calling card application is installed. Uses database `asteriskcc`. Unable to get make it run though, to check it's technical functionality. Once the code reaches some useful level, I am going to post the source code back here, through a download link. Seshu Kanuri -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of James Freire Sent: Friday, July 16, 2004 5:13 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk Gui client I have installed the Asterisk gui client that is available off of sourceforge.net. I was curious if anybody here has used it and what experiences they have had with it. I am having a problem with it, I am able to use the admin page except when I try to submit information to the server to add phones I get an error, "The requested URL /astguiclient/method=POST was not found on this server." The directory /astguiclient does exist and works because that is where the php files are located and running from. The URL for this command, so you can see what its submiting, is: http://172.16.200.80/astguiclient/method=POST?ADD=2&extension=&dialplan_number=&voicemail_id=&phone_ip=&computer_ip=&server_ip=&login=&pass=&status=ACTIVE&active=Y&phone_type=&fullname=&company=&picture=&submit=submit I am running Apache/1.3.29 with php installed also. My guess is that there is a bug somewhere in the php code but I do not know php well enough to troubleshoot it. Thanks a lot for any help, James Freire _______________________________________________ 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
The source code found heere http://www.holgerschurig.de/destar.html is in an unsupported TAR format. Seshu Kanuri -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Steve Sent: Tuesday, July 20, 2004 9:36 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-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 > because I don't have access to some server where I can install it. > > Please look critically at the program and give me back any feedback. > > The program starts being usable, but generally I find every day some bugs > and add every second day some features. My goal is to use this program in > production in about one month's time.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! - -- Steve "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." Benjamin Franklin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/R+sljK16xgETzkRAsG9AKCAsl3fEWSmzjom9Ick+yJboGPdugCgs4WV 41FmmNZeYv9imQjbPqkiP/A=x1l7 -----END PGP SIGNATURE----- _______________________________________________ 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
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 <dcotton@linuxautrement.com>