Displaying 20 results from an estimated 5000 matches similar to: "multi tenant"
2011 Mar 31
2
multiple vhosts running off of one passenger/rails app
Hi,
I''ve been googling quite a bit - but up until now to no use :(
My problem is how to configure Apache conf (and perhaps Passenger) for
this setup to work:
<VirtualHost *:80>
ServerName oxen.company_A.com
DocumentRoot /var/www/html/oxen/sites/company_A/public
PassengerAppRoot /var/www/html/oxen
SetEnv OXID 23
</VirtualHost>
<VirtualHost *:80>
2009 Nov 13
2
Multi Tenant Asterisk Server ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi List,
What I hope is a simple question...
As the subject states, I would like to know if anyone has setup a
Multi Tenant Asterisk Server ?
If so, what would I need to do to get to a Multi Tenant setup
(preferably an Open Source solution) ?
Any suggestions/comments/pointers/URLs ?
- --
Gavin Spurgeon.
AKA Da Geek
-
2005 May 29
0
Asterisk Multi Tenant setup
After a lot of hours I'm getting close to finishing up a multi tenant
interface to asterisk based on the static database. I could use a bit
of help in one area if someone would like to contribute. The code
will be released under the bsd license.
Right now the only part that is not done is the context parsing for
dial commands, and of course further testing to weed out bugs.
What I need is a
2011 Mar 28
1
problems with blind transfer on GXP-2000 - Multi tenant asterisk !!
Hello Users,
We have Thirdlane Multi tenant PBX system in production. Asterisk version
is 1.6.2.15.
Attendant transfer is working, but blind transfer is not working with
Grandstream (gxp-2000) phone.
We have read from google that it is a bug in Asterisk 1.6.2.15.
We saw the below links:
<http://www.odesk.com/leaving_odesk.php?ref=http%253A%252F%252Fwww.freepbx.o
2008 Sep 11
0
@ signs in usernames/multi-tenant samba
Is there any way to get samba to work with usernames that look like
email addresses? Perhaps a way to escape the "@" ?
I ask because I'm setting up a samba server with LDAP backend whose sole
purpose is to share [homes] directories for end-users from multiple
companies using virtual desktops at a hosting provider. I need to have
unique logins across these companies and would
2014 Dec 02
0
Asterisk ARA with Multi tenant solution
Hi team,
I had implementation complete customized IPPBX solution with the help on
Asterisk , ARA and a2billing for billing purpose. Now only issue I come is
if a customer A and B want to used similar extension rang then it's only
possible with adding account-code like 100e12345 and 100e67890.
But in GUI I will manage display and other features but issue come when
customers want to register
2009 Aug 27
2
Selective canreinvite in multi-tenant environment
Hello, all. In our multi-tenant environment, we would like to be able
to use the reinvite media redirection within Asterisk for calls within a
tenant but not between tenants. We would like inter-tenant calls to be
fully proxied by the Asterisk server. I think the answer is, "we
can't," but I thought I'd ask anyway.
I'd dearly like to remove the substantial traffic
2016 May 15
2
Asterisk PJSIP Multi-tenant
Hello List,
following this thread:
http://asterisk-users.digium.narkive.com/ulR5hd1M/same-pjsip-username-with-differents-domains
I tried to configure on the pjsip.conf the same endpoint with different
domains like:
[1000 at sip.domain.com]
type=endpoint
[1000 at sip1.domain.com]
type=endpoint
I can register the two 1000 endpoints using different domain but on the
Asterisk console:
2009 Mar 16
2
Multi-tenant with receptionist features for managed service
Dear all,
I'm currently researching options for a MT asterisk gui/system for a
small business centre that will have 12 units in it. Each unit will be
configured for one extension.
The system there will have a max of 12 concurrent calls to PSTN
provided via an ADSL/SDSL link to our VoIP provider in the UK, using
g.711, maybe g.729 dependant on networking costs. Fallback will
be to 4 analogue
2012 Mar 12
26
Puppet on OpenSuSE & SLES
Hi,
I''m a big fan of Puppet and managed to have my company accept it.
However, I''m having issues deploying it (I''m used to the debian version
which works perfectly out of the box) :
- There doesn''t seem to be an official repository for Suse (I''ve seen it
mentionned in the bugtracker but yum.puppetlabs.com doesn''t contain SUSE
packages).
-
2006 May 10
1
2.3.0 make install fails on solaris
hello r development team,
i'm building R 2.3.0 on solaris and when i run the 'make install' i'm
getting a syntax error during the "installing etc ..." which causes the
installation to fail. i get this error whether i use gnu-make of
sun-make, see the error and reasons below.
gmake[1]: Entering directory `/export/medusa/darin/build/R-2.3.0/etc'
installing etc ...
2012 Mar 07
2
staging shutdowns
Hello All,
I'm deploying NUT in a data center and I'm curious to know how others
have gone about staging the shutdown of various systems. The systems
are broken down into groups of importance, group1 being the most
important group4 being the least. In the event of an outage take down
group4 after 5 minutes, group3 after 10 minutes, group2 after 15, and
finally group4 after 20.
I've
2002 Sep 23
6
DNS server and printing.
Good afternoon,
This is my first post, so please be gentle ;)
Anyway, here's my question....I've recently put together a Linux Server for
our company, replacing an old Novel server. I have the box set up with
Samba, as a PDC on our network. So far, just about everything is working
correctly.
One issue I'm coming up against, though, is printing from DOS. I
have Samba
2005 Jun 30
3
GUI that supports virtual PBX's/users
A friend of mine runs a small office building, 10-15 tenants. Each have
their own company, their own thing, renting space from him. His main PBX
is getting dated and his tenants are complaining. I was telling him about
Asterisk but his main concern is he doesn't want to have to always be the
one to add/remove extensions, or change the IVR hours or whatever.
Does anybody know of a free or
2016 May 16
2
Asterisk PJSIP Multi-tenant
Hello,
with qualify_frequency=0 I can't receive calls from others endpoints.
Other strange think is if I set mailboxes parameter on the console, when
the endpoint registering, i can see:
ERROR[2208]: res_pjsip.c:2946 create_out_of_dialog_request: Unable to
create outbound NOTIFY request to endpoint 1001 at sip.domain.com
WARNING[2208]: res_pjsip_mwi.c:379
2007 Jan 04
3
randomForest and missing data
Does anyone know a reason why, in principle, a call to randomForest
cannot accept a data frame with missing predictor values? If each
individual tree is built using CART, then it seems like this
should be possible. (I understand that one may impute missing values
using rfImpute or some other method, but I would like to avoid doing
that.)
If this functionality were available, then when the trees
2008 Sep 30
2
Programming Workshops
Good morning
Does R (or R users) have a formal training workshop/facility? Or do
open-source softwares generally put the onus on the user to learn
programming techniques?
Are the workshops generally offered for the masses or is there one-on-one
training available?
Does one "go to" R for programming training ... or do R workshops travel
around the country?
Thanks for your
2024 Jun 11
5
Group Policy alternative (Looking for feedback on a project)
Hello all,
So I am working on a group policy-like system based around Ansible.
Essentially, I am going to use Ansible playbooks as a cross-platform
alternative to the Windows registry and Group Policy Objects (GPOs). In
Samba, the way the group policy is applied is that it reads the set
registry values and then tries to translate that into Linux language.
This is inefficient and limiting as
2008 Jul 14
1
R Commander question
Good afternoon
New to R ... new to the list.
I have installed R Commander 1.2-9 and it functions perfectly. I would,
however, like to upgrade my Rcmdr to version 1.3-15 ... but I can't seem to
shake the 1.2 version. Do you have any tips on how to upgrade?
Thanks for your time and consideration
Darin Brooks
Geomatics/GIS/Remote Sensing Coordinator
Kim Forest Management Ltd. Cranbrook
2011 Apr 11
3
changing port 5060 to 5061
please send me the ways to change asterisk port from 5060 to 5061 i
need to configure it because we are already using 5060 port in router
then we cant use it again we have to configure other sip server so
please suggest me a way..........................
On 4/10/11, asterisk-users-request at lists.digium.com
<asterisk-users-request at lists.digium.com> wrote:
> Send asterisk-users mailing