Hello. Was just curious to know if anyone is working on a graphical interface to Asterisk using X windows, or something else similar. Thanks! David -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031113/2718fd7e/attachment.htm
David Winkler wrote:> Hello. Was just curious to know if anyone is working on a graphical > interface to Asterisk using X windows, or something else similar. > > Thanks! > > DavidThere are a few projects on the grow.. mostly web based.. Nothing complete yet..
Hello, I have developed a graphical interface using Perl/TK that has the following features: I'm still cleaning up the client code, but it will be released before the end of the month on Sourceforge. Here are some of the things I have added to the code: - Recording of any Zap channel by extension they are connected to at the click of a button - A refreshing list of active Zap channels - dialing a number by entering in a number or selecting from a list of recently dialed numbers and clicking a DIAL button - Asterisk based conference-calling of up to 6 external channels(even on single-line phone) - Admin section that allows you to Hangup any Zap channel at the click of a button - Call Parking and retrieval from specific extensions - Runs on Linux and Windows On the server side you will need a MySQL server, a couple AGI scripts and some custom dialplan extensions, but the Asterisk code itself is unaltered. On the Client side you just need to have perl and Tk/tcl modules installed on Linux and on windows you just need Activestate perl, you also need to make sure you have the Net:Telnet and Net::MySQL perl modules loaded on both(these are easy to get and have no prerequisites). MATT--- -----Original Message----- From: David Winkler [mailto:dwinkler@edenproject.org] Sent: Thursday, November 13, 2003 8:42 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Graphical Interface Hello. Was just curious to know if anyone is working on a graphical interface to Asterisk using X windows, or something else similar. Thanks! David -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031113/8a0c3fac/attachment.htm
On Thursday 13 November 2003 07:41, David Winkler wrote:> Hello. Was just curious to know if anyone is working on a graphical > interface to Asterisk using X windows, or something else similar.See gastman for a manager and gnophone for a client. -Tilghman
Is there any pointers to some webapps that can be tried to configure/manage asterisk ? i know there is one on sourceforge.. but does not have any downloads attached to it. Sri WipeOut wrote:> David Winkler wrote: > >> Hello. Was just curious to know if anyone is working on a graphical >> interface to Asterisk using X windows, or something else similar. >> >> Thanks! >> >> David > > > There are a few projects on the grow.. mostly web based.. Nothing > complete yet.. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Phpconfig is available via cvs cd /usr/src export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot cvs login - the password is anoncvs. cvs checkout zaptel libpri asterisk phpconfig regards -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Sri Sent: Friday, 14 November 2003 6:38 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Graphical Interface Is there any pointers to some webapps that can be tried to configure/manage asterisk ? i know there is one on sourceforge.. but does not have any downloads attached to it. Sri WipeOut wrote:> David Winkler wrote: > >> Hello. Was just curious to know if anyone is working on a graphical >> interface to Asterisk using X windows, or something else similar. >> >> Thanks! >> >> David > > > There are a few projects on the grow.. mostly web based.. Nothing > complete yet.. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > 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 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.538 / Virus Database: 333 - Release Date: 10/11/2003
thanks. i cvs-ed the files and tried it. it is not the kind of user interface i was expecting but.. hey it gives a file editor over the web!!!! thanks the php files did not work. i had to change some functions to make it work. cls_phpconfig.php has fgets() in lines 131 and 438. They should be changed to fgetc() Also comment the line md5() function in line 138. These 3 will error out in the initial use. I fixed them and it works. I cant write back the file cause it uses an admin login and i dont have admin rights to /etc/asterisk. I have to see how i can make it use the asterisk login rights. Thanks on the pointer. Sri Adrian Brown wrote:>Phpconfig is available via cvs > > >cd /usr/src >export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot >cvs login - the password is anoncvs. >cvs checkout zaptel libpri asterisk phpconfig > > >regards > > > >-----Original Message----- >From: asterisk-users-admin@lists.digium.com >[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Sri >Sent: Friday, 14 November 2003 6:38 AM >To: asterisk-users@lists.digium.com >Subject: Re: [Asterisk-Users] Graphical Interface > >Is there any pointers to some webapps that can be tried to >configure/manage asterisk ? >i know there is one on sourceforge.. but does not have any downloads >attached to it. > >Sri > >WipeOut wrote: > > > >>David Winkler wrote: >> >> >> >>>Hello. Was just curious to know if anyone is working on a graphical >>>interface to Asterisk using X windows, or something else similar. >>> >>>Thanks! >>> >>>David >>> >>> >>There are a few projects on the grow.. mostly web based.. Nothing >>complete yet.. >> >>_______________________________________________ >>Asterisk-Users mailing list >>Asterisk-Users@lists.digium.com >>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 > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.538 / Virus Database: 333 - Release Date: 10/11/2003 > > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031113/d7cb9257/attachment.htm
Hello, I don't have a project name yet, any suggestions? What in your mind should a full client app have in it? This program pretty much has everything that my company needs from a client app in it. What other things (within the limitations of a Zap/Sip Asterisk system with unmodified source code) need to be added to it to make it complete? MATT--- -----Original Message----- From: marin blu [mailto:marinblu0000@yahoo.com] Sent: Friday, November 14, 2003 9:38 AM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Graphical Interface Hi, What is the project name? Do you thing that your project could be a step to a full client appl ? Best Regards, Marin Blu mattf <mattf@vicimarketing.com> wrote: Hello, I have developed a graphical interface using Perl/TK that has the following features: I'm still cleaning up the client code, but it will be released before the end of the month on Sourceforge. Here are some of the things I have added to the code: - Recording of any Zap channel by extension they are connected to at the click of a button - A refreshing list of active Zap channels - dialing a number by entering in a number or selecting from a list of recently dialed numbers and clicking a DIAL button - Asterisk based conference-calling of up to 6 external channels(even on single-line phone) - Admin section that allows you to Hangup any Zap channel at the click of a button - Call Parking and retrieval from specific extensions - Runs on Linux and Windows On the server side you will need a MySQL server, a couple AGI scripts and some custom dialplan extensions, but the Asterisk code itself is unaltered. On the Client side you just need to have perl and Tk/tcl modules installed on Linux and on windows you just need Activestate perl, you also need to make sure you have the Net:Telnet and Net::MySQL perl modules loaded on both(these are easy to get and have no prerequisites). MATT--- -----Original Message----- From: David Winkler [mailto:dwinkler@edenproject.org] Sent: Thursday, November 13, 2003 8:42 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Graphical Interface Hello. Was just curious to know if anyone is working on a graphical interface to Asterisk using X windows, or something else similar. Thanks! David _____ Do you Yahoo!? Protect <http://antispam.yahoo.com/whatsnewfree> your identity with Yahoo! Mail AddressGuard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031114/47459e25/attachment.htm
I'll set up the Sourceforge account next week and post what I've go so far then, I do have to document some stuff though or noone would ever get it working. MATT--- -----Original Message----- From: Sri [mailto:skarthi@utdallas.edu] Sent: Friday, November 14, 2003 1:00 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Graphical Interface Can you post the beta version or even Alpha version, so that the folks out here start using and testing it ? It can be a non-comittal release. So we can get used to it and see hows its headed and start making some low priority suggestions as we go. Thanks Sri Josh Roberson wrote: I would like to propose the name? ?astmaster control?? in all seriousness?. I agree, this isn?t a name for an actual possible business implementation, but I think it has a nice ring to it for a project name.. J -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of mattf Sent: Friday, November 14, 2003 8:57 AM To: 'asterisk-users@lists.digium.com' Subject: RE: [Asterisk-Users] Graphical Interface Hello, I don't have a project name yet, any suggestions? What in your mind should a full client app have in it? This program pretty much has everything that my company needs from a client app in it. What other things (within the limitations of a Zap/Sip Asterisk system with unmodified source code) need to be added to it to make it complete? MATT--- -----Original Message----- From: marin blu [mailto:marinblu0000@yahoo.com] Sent: Friday, November 14, 2003 9:38 AM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Graphical Interface Hi, What is the project name? Do you thing that your project could be a step to a full client appl ? Best Regards, Marin Blu mattf <mattf@vicimarketing.com> wrote: Hello, I have developed a graphical interface using Perl/TK that has the following features: I'm still cleaning up the client code, but it will be released before the end of the month on Sourceforge. Here are some of the things I have added to the code: - Recording of any Zap channel by extension they are connected to at the click of a button - A refreshing list of active Zap channels - dialing a number by entering in a number or selecting from a list of recently dialed numbers and clicking a DIAL button - Asterisk based conference-calling of up to 6 external channels(even on single-line phone) - Admin section that allows you to Hangup any Zap channel at the click of a button - Call Parking and retrieval from specific extensions - Runs on Linux and Windows On the server side you will need a MySQL server, a couple AGI scripts and some custom dialplan extensions, but the Asterisk code itself is unaltered. On the Client side you just need to have perl and Tk/tcl modules installed on Linux and on windows you just need Activestate perl, you also need to make sure you have the Net:Telnet and Net::MySQL perl modules loaded on both(these are easy to get and have no prerequisites). MATT--- -----Original Message----- From: David Winkler [mailto:dwinkler@edenproject.org] Sent: Thursday, November 13, 2003 8:42 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Graphical Interface Hello. Was just curious to know if anyone is working on a graphical interface to Asterisk using X windows, or something else similar. Thanks! David Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003
Can you please suggest me some graphical interface (like AMP)? I have tried to install AMP but I have some problems and on AMP forum and mailing list I didn't get answer. Two things I need to have are. - list of calls for every user. - some information about Linux (processor load, HDD, network load...) Other things that I will welcome - operators panel - voicemail (to listen your voicemails) Thank you for your time. -- Tomislav Par?ina Lama d.o.o. www.lama.hr tparcina#lama.hr
Thank you, this is definitely an option. Right now I'm trying to make something work on my Linux installation (FC4). And I like to install as much things on my own, so that I really can se how that stuff works. Tomislav> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of asterisk > Sent: 2. studeni 2005 14:25 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Graphical interface > > Asterisk@home