Re: [asterisk-users] two-level administration tool for Asterisk (reposting)

2007-01-17 Thread Kate Kretz

I like the idea of Virtual PBX, but I don't like python language.
Are there other implementations ?

I'd like some java or php thing.

On 1/16/07, Tzafrir Cohen [EMAIL PROTECTED] wrote:


On Tue, Jan 16, 2007 at 10:18:05AM +0500, Kate Kretz wrote:
 Dear Sirs,

 let me repost my question again, probably the last one was lost in a
huge
 amount of messages during weekend.


 I'm actually looking for web-based tool which can do two level of
 administration:

 1) high level, Administrators, can create domains

 2) lower level, Users, can manage extensions within certain domain. much
 like asterisk2billing.

 so, I want users to manage their things within Asterisk not affecting
other
 users.

http://destar.berlios.de/ . What you call domain is called there
virtual pbx.

--
   Tzafrir Cohen
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--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

___
--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] two-level administration tool for Asterisk (reposting)

2007-01-17 Thread Marco Mouta

Freepbx GUI  let's you create different administrators with different
permissions!

On 1/17/07, Kate Kretz [EMAIL PROTECTED] wrote:


I like the idea of Virtual PBX, but I don't like python language.
Are there other implementations ?

I'd like some java or php thing.

On 1/16/07, Tzafrir Cohen [EMAIL PROTECTED] wrote:

 On Tue, Jan 16, 2007 at 10:18:05AM +0500, Kate Kretz wrote:
  Dear Sirs,
 
  let me repost my question again, probably the last one was lost in a
 huge
  amount of messages during weekend.
 
 
  I'm actually looking for web-based tool which can do two level of
  administration:
 
  1) high level, Administrators, can create domains
 
  2) lower level, Users, can manage extensions within certain domain.
 much
  like asterisk2billing.
 
  so, I want users to manage their things within Asterisk not affecting
 other
  users.

 http://destar.berlios.de/ . What you call domain is called there
 virtual pbx.

 --
Tzafrir Cohen
 icq#16849755jabber:[EMAIL PROTECTED]
 +972-50-7952406   mailto: [EMAIL PROTECTED]
 http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
 ___
 --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



___
--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



___
--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] two-level administration tool for Asterisk (reposting)

2007-01-17 Thread Tzafrir Cohen
On Wed, Jan 17, 2007 at 11:47:35AM +, Marco Mouta wrote:
 Freepbx GUI  let's you create different administrators with different
 permissions!

But can you separate the permissions by context/domain?

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--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] two-level administration tool for Asterisk (reposting)

2007-01-17 Thread Marco Mouta

My mistake Tzafrir, you are right!

On 1/17/07, Tzafrir Cohen [EMAIL PROTECTED] wrote:


On Wed, Jan 17, 2007 at 11:47:35AM +, Marco Mouta wrote:
 Freepbx GUI  let's you create different administrators with different
 permissions!

But can you separate the permissions by context/domain?

--
   Tzafrir Cohen
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--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

___
--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] two-level administration tool for Asterisk (reposting)

2007-01-15 Thread Tzafrir Cohen
On Tue, Jan 16, 2007 at 10:18:05AM +0500, Kate Kretz wrote:
 Dear Sirs,
 
 let me repost my question again, probably the last one was lost in a huge
 amount of messages during weekend.
 
 
 I'm actually looking for web-based tool which can do two level of
 administration:
 
 1) high level, Administrators, can create domains
 
 2) lower level, Users, can manage extensions within certain domain. much
 like asterisk2billing.
 
 so, I want users to manage their things within Asterisk not affecting other
 users.

http://destar.berlios.de/ . What you call domain is called there
virtual pbx.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--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] two level administration tool for Asterisk

2007-01-13 Thread snacktime

I worked on something like this about a year ago.  It was a multi
tenant web gui that virtualized pretty much everything from extensions
to sip/iax users to voicemail.  What I found that worked fairly well
was to use a prefix for everything user specific with a format that
could easily be parsed.  I used a double underscore followed by a
username followed by a double underscore for the prefix, it worked
pretty well.  I had a couple of functions that would add the prefix
when writing the configuration to a database, and strip it when
displaying everything on the web.  I used a database schema for
storing the configuration data and when it was updated it would write
out the static asterisk files.

The configuration files get a bit more difficult to read, but the
upside is that users could define whatever names they want for things
like extensions and mailboxes without any naming clashes.
___
--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] two level administration tool for Asterisk

2007-01-12 Thread Lee Jenkins

Kate Kretz wrote:

Dear Sirs,

I'm looking for a tool which can do the following:

1) higher level of administration, only one person, it can create 
domains and per-domain administration accounts


2) lower level of administration, many persons, each can add new 
extensions and change passwords with their domains.


somewhat similar to asterisk2billing, but with privilege separated into 
domains.
we want to sell VoIP for organizations and we want the possibility for 
every organisation to manage their extensions. Everything within single 
Asterisk installation.




Funny.  I was speaking to the person who originally peaked my interest 
in Asterisk today about the same thing.  My first thought was to map 
companies, tenants, etc to individual .conf or .ael files.  Like:


#include /etc/asterisk/tenants/tenant_name_or_id.conf

From there, each tenant conf can include its own necessary and 
additional .conf references.


Then I would have to find a way to distinguish each tenant's calls in 
the initial leg of the call into the system.


I'm just musing out load and would also appreciate some input on this 
subject as well.



--

Warm Regards,

Lee

___
--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] two level administration tool for Asterisk

2007-01-12 Thread Kate Kretz

actually, I was looking for Web thing. I'd like to delegate my customers (
i.e. companies) to manage their extensions via Web.

what are those *.ael files ?

let me desribe the task more precisely. we run telecom, and we sell phone
numbers to companies. what do we want to do ... I'd like to bound

phone numbers  company

mapping by myself (high level administration)

and let customers (i.e. companues) to add any number of SIP accounts, to
manage phone number --- sip accounts mappings (within their company) and
to manage voice mails...

something similar to Nortel Multimedia Communication Server. just two
level of administration.

On 1/13/07, Lee Jenkins [EMAIL PROTECTED] wrote:


Kate Kretz wrote:
 Dear Sirs,

 I'm looking for a tool which can do the following:

 1) higher level of administration, only one person, it can create
 domains and per-domain administration accounts

 2) lower level of administration, many persons, each can add new
 extensions and change passwords with their domains.

 somewhat similar to asterisk2billing, but with privilege separated into
 domains.
 we want to sell VoIP for organizations and we want the possibility for
 every organisation to manage their extensions. Everything within single
 Asterisk installation.


Funny.  I was speaking to the person who originally peaked my interest
in Asterisk today about the same thing.  My first thought was to map
companies, tenants, etc to individual .conf or .ael files.  Like:

#include /etc/asterisk/tenants/tenant_name_or_id.conf

From there, each tenant conf can include its own necessary and
additional .conf references.

Then I would have to find a way to distinguish each tenant's calls in
the initial leg of the call into the system.

I'm just musing out load and would also appreciate some input on this
subject as well.


--

Warm Regards,

Lee

___
--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

___
--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] two level administration tool for Asterisk

2007-01-12 Thread Lee Jenkins

Kate Kretz wrote:
actually, I was looking for Web thing. I'd like to delegate my customers 
(i.e. companies) to manage their extensions via Web.


what are those *.ael files ?

let me desribe the task more precisely. we run telecom, and we sell 
phone numbers to companies. what do we want to do ... I'd like to bound


phone numbers  company

mapping by myself (high level administration)

and let customers (i.e. companues) to add any number of SIP accounts, to 
manage phone number --- sip accounts mappings (within their company) 
and to manage voice mails...


something similar to Nortel Multimedia Communication Server. just two 
level of administration.




Sorry.  My mistake.  I thought it was about something else.
--

Warm Regards,

Lee

___
--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