Has anyone come across any software that can control adding/editing SIP extension properties and perhaps dial plan properties on a context basis. What I mean is I would like it so an admin user from Company A can manipulate properties for extensions in his context but not in another Companies. I know AMP does something similar to this but from what I understand it does not allow for different users at different companies to control only things that pertain to them.
> Has anyone come across any software that can control adding/editing > SIP extension properties and perhaps dial plan properties on a context > basis. What I mean is I would like it so an admin user from Company A > can manipulate > properties for extensions in his context but not in another Companies. I > know AMP does something similar > to this but from what I understand it does not allow for different users > at different companies to control > only things that pertain to them.In my spare time, I am developing a php webfrontend to realtime asterisk database which modifies dialplan, users etc. Should not be too difficult to add a login facility which means the user can see their own context only. Regards, Spencer --- https://www.dalmany.co.uk/dundi/dundi.php https://www.dalmany.co.uk/asterisk/index.php
Open Source project I assume. I am interested in this project do you have a webpage about it? Thanks, _ /-\ ndrew On 4/28/05, G.Marshall <g.marshall@dalmany.co.uk> wrote:> > Has anyone come across any software that can control adding/editing > > SIP extension properties and perhaps dial plan properties on a context > > basis. What I mean is I would like it so an admin user from Company A > > can manipulate > > properties for extensions in his context but not in another Companies. I > > know AMP does something similar > > to this but from what I understand it does not allow for different users > > at different companies to control > > only things that pertain to them. > In my spare time, I am developing a php webfrontend to realtime asterisk > database which modifies dialplan, users etc. Should not be too difficult > to add a login facility which means the user can see their own context > only. > > Regards, > > Spencer > --- > https://www.dalmany.co.uk/dundi/dundi.php > https://www.dalmany.co.uk/asterisk/index.php > > > _______________________________________________ > 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 think you will find AMP is about to implement a multi tenant solution. Cheers, Dean> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Andrew Niemantsverdriet > Sent: Friday, April 29, 2005 1:15 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Web interface Suggestions > > Open Source project I assume. I am interested in this project do you > have a webpage about it? > > Thanks, > _ > /-\ ndrew > > On 4/28/05, G.Marshall <g.marshall@dalmany.co.uk> wrote: > > > Has anyone come across any software that can control > adding/editing > > > SIP extension properties and perhaps dial plan properties on acontext> > > basis. What I mean is I would like it so an admin user fromCompany A> > > can manipulate > > > properties for extensions in his context but not in anotherCompanies.> I > > > know AMP does something similar > > > to this but from what I understand it does not allow for different > users > > > at different companies to control > > > only things that pertain to them. > > In my spare time, I am developing a php webfrontend to realtimeasterisk> > database which modifies dialplan, users etc. Should not be too > difficult > > to add a login facility which means the user can see their owncontext> > only. > > > > Regards, > > > > Spencer > > --- > > https://www.dalmany.co.uk/dundi/dundi.php > > https://www.dalmany.co.uk/asterisk/index.php
> I think you will find AMP is about to implement a multi tenant solution.But does AMP deal with realtime? or just flat files the data for which is held in a db?>> >> Open Source project I assume. I am interested in this project do youOnly open source.....>> have a webpage about it?You can find the current version at https://www.dalmany.co.uk/asterisk/index.html I am open to suggestions and requests. Pages waiting incorporation include voicemail, sip users and sip peers. This only deals with Realtime, it does not replicate AMP with a db and flatfiles. It does not modify any flatfiles, only the realtime database so one has to know about realtime and how it works to get the full benefit. I am in the throws of moving house which is preventing me from developing it as quickly as I would like.>> >> Thanks, >> _ >> /-\ ndrew >> >> On 4/28/05, G.Marshall <g.marshall@dalmany.co.uk> wrote: >> > > Has anyone come across any software that can control >> adding/editing >> > > SIP extension properties and perhaps dial plan properties on a > context >> > > basis. What I mean is I would like it so an admin user from > Company A >> > > can manipulate >> > > properties for extensions in his context but not in another > Companies. >> I >> > > know AMP does something similar >> > > to this but from what I understand it does not allow for different >> users >> > > at different companies to control >> > > only things that pertain to them. >> > In my spare time, I am developing a php webfrontend to realtime > asterisk >> > database which modifies dialplan, users etc. Should not be too >> difficult >> > to add a login facility which means the user can see their own > context >> > only. >> > >> > Regards, >> > >> > Spencer >> > --- >> > https://www.dalmany.co.uk/dundi/dundi.php >> > https://www.dalmany.co.uk/asterisk/index.php > > _______________________________________________ > 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 >