[Asterisk-Users] asterisk management interface

2006-05-07 Thread moona ather
Hi, I have to make a web-based management interface of configuring asterisk i wanted to know if it is as simple as reading the .conf files and searching for the required section in the file and adding users etc. or there are other steps involved too?? As I have seen many such built codes on

[Asterisk-Users] asterisk management interface

2006-03-02 Thread Dumpolid Exeplish
Hi everyone, i am face with an asterisk use management interface, at the pressent, i am using AMP (asterisk Management Portal: http://coalescentsystems.ca/index.php?option=com_content&task=view&id=31&Itemid=57 ). Does anyone know a better and more documented management interface for * ? Thanks    

RE: [Asterisk-Users] asterisk management interface

2006-05-07 Thread Kerry Garrison
Why make a brand new? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > moona ather > Sent: Sunday, May 07, 2006 11:36 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] asterisk management interface >

RE: [Asterisk-Users] asterisk management interface

2006-05-08 Thread moona ather
? thanx! From: "Kerry Garrison" <[EMAIL PROTECTED]> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" Subject: RE: [Asterisk-Users] asterisk management interface Date: Sun, 7

RE: [Asterisk-Users] asterisk management interface

2006-05-08 Thread Kerry Garrison
se or make my > own using that made only in php and serving my pupose? > thanx! > > > >From: "Kerry Garrison" <[EMAIL PROTECTED]> > >Reply-To: Asterisk Users Mailing List - Non-Commercial > >Discussion > >To: "'Asterisk Users Mailing Lis

Re: [Asterisk-Users] asterisk management interface

2006-05-08 Thread Cosmin Prund
You can't possibly read conf files and present them to the user in a web-based form because of the complexity of the data in those file. Take the "extensions" configuration file for an example (as this is probably the most complex one). Settings in this file might specify a simple mapping betwe

RE: [Asterisk-Users] asterisk management interface

2006-05-08 Thread Senad Jordanovic
[EMAIL PROTECTED] wrote: > http://www.freepbx.org > > Why would you need to create your own? Many reasons: 1. not relying on already busy open source developers 2. creating something that you can possibly offer as your own commercial offering 3. have it designed exactly they way you want it from

Re: [Asterisk-Users] asterisk management interface

2006-05-08 Thread Dustin Wildes
OTECTED]> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" Subject: RE: [Asterisk-Users] asterisk management interface Date: Sun, 7 May 2006 23:45:58 -0700 Why make a brand new? > -Or

RE: [Asterisk-Users] asterisk management interface

2006-05-08 Thread Kerry Garrison
TED] On Behalf Of > Senad Jordanovic > Sent: Monday, May 08, 2006 2:16 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] asterisk management interface > > [EMAIL PROTECTED] wrote: > > http://www.freepbx.org > > > > Why

Re: [Asterisk-Users] asterisk management interface

2006-05-08 Thread Dustin Wildes
Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] asterisk management interface [EMAIL PROTECTED] wrote: http://www.freepbx.org Why would you need to create your own? Many reasons: 1. not relying on already busy open source developers 2

RE: [Asterisk-Users] asterisk management interface

2006-05-08 Thread Senad Jordanovic
[EMAIL PROTECTED] wrote: > Those are reasons for WANTING to create your own, he specifically > said "I HAVE to make my own" and I wanted to know why he HAS TO > create his own when there are fantastics products already available. > There is a huge difference in saying "I would like to create my own

RE: [Asterisk-Users] asterisk management interface

2006-05-09 Thread Zach A
How different is FreePBX from Asterisk @ Home? Zach ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] asterisk management interface

2006-05-09 Thread Alex Robar
Zach,FreePBX is an interface for configuring Asterisk. [EMAIL PROTECTED] is a "distribution" of Asterisk. It includes CentOS and Asterisk with a whole bunch of extras pre-configured for you to use. In fact, the latest version of [EMAIL PROTECTED], 2.8, contains FreePBX as it's managment interface.

RE: [Asterisk-Users] asterisk management interface

2006-05-09 Thread Kerry Garrison
2:38 PM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: RE: [Asterisk-Users] asterisk management interface > > How different is FreePBX from Asterisk @ Home? > > Zach > > > ___ >

RE: [Asterisk-Users] asterisk management interface

2006-05-09 Thread mustardman29
, 2006 12:38 PM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: RE: [Asterisk-Users] asterisk management interface > > How different is FreePBX from Asterisk @ Home? > > Zach > > > > _

Re: [Asterisk-Users] asterisk management interface

2006-05-10 Thread Alejandro Vargas
2006/5/8, Senad Jordanovic <[EMAIL PROTECTED]>: > Why would you need to create your own? Many reasons: 1. not relying on already busy open source developers Free projects are getting better that closed ones because the programmers don't need to re-invent the weel. Yo don't need to relay on an

RE: [Asterisk-Users] asterisk management interface

2006-05-10 Thread Senad Jordanovic
[EMAIL PROTECTED] wrote: > 2006/5/8, Senad Jordanovic <[EMAIL PROTECTED]>: >>> Why would you need to create your own? >> >> Many reasons: >> >> 1. not relying on already busy open source developers > > Free projects are getting better that closed ones because the > programmers don't need to re-i

Re: [Asterisk-Users] asterisk management interface

2006-05-12 Thread Umair Bari
Hello,   Try http://www.freepbx.org, its written in PHP with mysql at the end, it also uses .conf files for configurations.   regards,   Umair bari  On 5/8/06, moona ather <[EMAIL PROTECTED]> wrote: Hi,I have to make a web-based management interface of configuring asteriski wanted to know if it

RE: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Anton Krall
AMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: [Asterisk-Users] asterisk management interface Hi everyone, i am face with an asterisk use management interface, at the pressent, i am using AMP (asterisk Management Portal: http://coalescentsystems.ca/index.php

RE: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Senad Jordanovic
Anton Krall wrote: > For most of my everyday needs I ended up coding my own small one in > MySQL and PHP, does the job I need but its far from complete.. to me, > AMP is still the king :) > > Hi everyone, > i am face with an asterisk use management interface, at the pressent, > i am using AMP (ast

Re: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Stefan-Michael. Guenther (in-put GbR)
d Exeplish" <[EMAIL PROTECTED]> > Subject: [Asterisk-Users] asterisk management interface > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso

Re: [Asterisk-Users] asterisk management interface

2006-03-02 Thread John Joseph
thanks for this info, I have some doubts If I had already installed AMP , but I want to have PBX Manger installed , so that I can use both of them and compare each other will it cause problem if I install PBX manager , if there is already AMP installed Thanks Jos

Re: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Nick Hoffman
On Thu March 2 2006 19:22, "Stefan-Michael. Guenther (in-put GbR)" <[EMAIL PROTECTED]> wrote: > Hi, > > what about the Asterisk PBX Manager: > > http://www.thirdlane.com/opensource.htm#manager > > It's based on webmin and well documented. > > Stefan Hi Stefan. What documentation have you found f

Re: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Nick Hoffman
On Thu March 2 2006 19:32, John Joseph <[EMAIL PROTECTED]> wrote: > thanks for this info, I have some doubts > If I had already installed AMP , but I want to have > PBX Manger installed , so that I can use both of them > and compare each other >will it cause problem if I install PBX manage

Re: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Stefan-Michael. Guenther (in-put GbR)
Hi Nick, the english documentation is included in the webmin module, you can access it, when you click on the "help" link in the upper left corner. If you prefer a german documentation: http://www.in-put.de/voice-over-ip/PBX-Manager_4-0_de.pdf Stefan Am Donnerstag, 2. März 2006 10:29 schrieb

Re: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Stefan-Michael. Guenther (in-put GbR)
Hi, Am Donnerstag, 2. März 2006 10:32 schrieb John Joseph: > thanks for this info, I have some doubts > If I had already installed AMP , but I want to have > PBX Manger installed , so that I can use both of them > and compare each other >will it cause problem if I install PBX manager > ,

Re: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Tzafrir Cohen
On Thu, Mar 02, 2006 at 10:22:29AM +0100, Stefan-Michael. Guenther (in-put GbR) wrote: > Hi, > > what about the Asterisk PBX Manager: > > http://www.thirdlane.com/opensource.htm#manager > > It's based on webmin and well documented. As it was not mentioned explicitly, and the URL is a bit misle

RE: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Anton Krall
Looks very nice.. Is it GPL, GNU? |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED] On Behalf Of |Senad Jordanovic |Sent: Thursday, March 02, 2006 3:15 AM |To: Asterisk Users Mailing List - Non-Commercial Discussion |Subject: RE: [Asterisk-Users] asterisk

Re: [Asterisk-Users] asterisk management interface

2006-03-02 Thread Martin Joseph
On Mar 2, 2006, at 12:32 PM, Anton Krall wrote: Looks very nice.. Is it GPL, GNU? Maybe if you trimmed you posts and pasted relevant quotes, we could have some idea what this question means... ___ --Bandwidth and Colocation provided by Easynews.c

RE: [Asterisk-Users] asterisk management interface

2006-03-03 Thread Senad Jordanovic
[EMAIL PROTECTED] wrote: > Looks very nice.. Is it GPL, GNU? PBXware interface is not GPL/GNU currently. Some time in the future we may release is it under GPL/GNU license :)... ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users

RE: [Asterisk-Users] asterisk management interface

2006-03-03 Thread Anton Krall
|Martin Joseph |Sent: Thursday, March 02, 2006 11:14 PM |To: Asterisk Users Mailing List - Non-Commercial Discussion |Subject: Re: [Asterisk-Users] asterisk management interface | | |On Mar 2, 2006, at 12:32 PM, Anton Krall wrote: | |> Looks very nice.. Is it GPL, GNU? | |Maybe if you trimmed you po

Re: [Asterisk-Users] asterisk management interface

2006-03-04 Thread Tzafrir Cohen
On Thu, Mar 02, 2006 at 02:32:43PM -0600, Anton Krall wrote: > |Try this: > | http://www.bicomsystems.com/docs/pbxware/ > > Looks very nice.. Is it GPL, GNU? Nither the GPL nor any other free software license. google for "pbxware". -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://

[Asterisk-Users] Asterisk Management Interface... Do you want one?

2004-01-21 Thread Mike Benoit
Hi All, I realize there has been much talk about Asterisk web interfaces in the past, and there are even a few created such as vmail.cgi and Astweb. However, coming from the perspective of trying to convince upper management of a large multinational company to convert its entire phone sy