Displaying 20 results from an estimated 41 matches for "multitenancy".
2005 Oct 10
1
Multitenant Call Center Setup
Hi list (again),
I have another question which I have not been able to resolve from
neither the wiki nor Google.
I've been able to configure a multi-tenant setup of asterisk for 2
small call centers with no problem, by simply playing with contexts
(which I guess is how everyone else is doing it).
The problem I have is that I've only been able to configure one
global agents.conf
2010 Mar 06
0
SIP, internet calling, per-peer contexts, and multitenancy
Hi.
I'm trying to set up a bunch of SIP phones to register in various
domains on the local subnets connected to an Asterisk appliance, yet be
able to support Internet SIP calling.
My config looks like this:
[general]
context=INVALID
allowguest=yes
autodomain=no
...
domain=redfish-solutions.com,redfish-internet
...
[internal](!)
type=friend
qualify=50
nat=yes
host=dynamic
canreinvite=no
2007 Sep 06
3
Multitenant or Multiple virtual machines
Hi all,
We want to offer hosted PBX services to some of our clients (maybe
10-20) and were wondering if it makes sense to get a software package
capable of handling multiple virtual tenants or if we should just
create multiple virtual machines in our server each running a single-
tenant license of the software.
We have been researching virtual PBX software for asterisk for a
couple of
2012 Apr 14
0
Bug#663473: xen-api: General update after the debconf review process
...CP) is an open source enterprise-ready server
- virtualization and cloud computing platform, with support for a range of
- guest operating systems, Linux network and storage support.
- .
- XCP addresses the needs of cloud providers, hosting services and data centers
- by combining the isolation and multitenancy capabilities of the Xen hypervisor
- with enhanced security, storage and network virtualization technologies to
- offer a rich set of virtual infrastructure cloud services. The platform
- also address user requirements for security, availability, performance and
- isolation across both private and...
2012 Mar 15
3
[ITR] templates://xen-api/{xcp-networkd.templates}
Dear Debian maintainer,
The Debian internationalisation team and the Debian English
localisation team will soon begin the review of the debconf
templates used in xen-api.
This review takes place for all packages that use debconf to interact with
users and its aims are:
- to improve the use of English in all debconf templates;
- to make the wording of debconf templates more consistent;
- to
2014 Jun 07
0
Multitenancy with Rails and rspec
Hello, I am following this book Multitenancy with Rails. Has anyone here
read this book or can shed light on the issue?
When I run rspec i get following errors
rspec spec/features/accounts/sign_up_spec.rb
C:/Users/J/RubymineProjects/subscribem/spec/dummy/config/environments/test.rb:1:in
`<top (required)>': undefined me
thod `con...
2013 Sep 06
2
Is there anyone using gem milia (multitenancy)?
I''m looking for examples of how to use the gem and especially the process of
sign-up commented at gem github.
Thanks
Ricardo.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2011 Dec 20
0
xen-api_1.3-13_amd64.changes is NEW
...rm (XCP) is an open source enterprise-ready server
virtualization and cloud computing platform, with support for a range of
guest operating systems, Linux network and storage support.
.
XCP addresses the needs of cloud providers, hosting services and data centers
by combining the isolation and multitenancy capabilities of the Xen hypervisor
with enhanced security, storage and network virtualization technologies to
offer a rich set of virtual infrastructure cloud services. The platform
also address user requirements for security, availability, performance and
isolation across both private and publ...
2011 Oct 27
1
creating subdomains
HI All,
I surfed a lot , googled a lot , read/watched railscasts but could not get
the solution.
Below is my problem.
1) I wanted a parent domain www.xyz.com. This parent domain will have two
subdomains abc.xyz.com and def.xyz.com.
The parent domain will have a admin user who has capability to create/manage
subdomains.
The subdomains should an a siteadmin user who can edit the site
2014 Dec 19
3
Smartphone Mobility App?
Anyone found any good smartphone apps that connect with their asterisk
boxes that provides basic mobility features?
The main problem we are trying to solve is when our staff forward to their
cell phones they cant distinguish if the call was directed at their cell
phone or the business DID.
We also would like to give user ability to control DND and forwarding of
their extension from the
2011 Dec 14
0
xen-api-libs_0.5.2-3_amd64.changes is NEW
...rm (XCP) is an open source enterprise-ready server
virtualization and cloud computing platform, with support for a range of
guest operating systems, Linux network and storage support.
.
XCP addresses the needs of cloud providers, hosting services and data centers
by combining the isolation and multitenancy capabilities of the Xen hypervisor
with enhanced security, storage and network virtualization technologies to
offer a rich set of virtual infrastructure cloud services. The platform
also address user requirements for security, availability, performance and
isolation across both private and publ...
2009 Nov 14
1
Brandable SIP SoftPhone (Windows) ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi List (Again)
Thanks to some answers on this list and another I now have a MultiTenant
system/setup working the way that I want it to, So now my next job is
to find a SIP SoftPhone that I can brand to my own company images and
so on.
Again an OSS would be preferred, Even though X-Lite is bar far one of
the best free SIP clients I have used and it
2011 Jul 20
1
Multiple SIP trunks between same pair of asterisk box
Hello,
for billing purpose between a multitenant asterisk box and another asterisk,
I am in the need to maintain multiple SIP trunks between them. Usually I use
insecure=invite,port but I had to remove or the trunks will be selected
based on IP address and not with username/password. I had to use the
fromuser option or asterisk will try to authenticate the call using the CID
and not the username,
2012 Jan 21
1
View # active calls in a context
We have a multitenant Asterisk 1.4 installation for multiple small business, and we need to report how many calls a single business has active at one time.
Is there a way to VIEW how many calls are up in a single context? (Or some other way to accomplish the same)?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Apr 08
1
cattr_accessor and Thread.current prblems
Hello,
I am trying to convert three applications to multitenant, all of them have
same structure difference is only in little functions and template designs.
All of them using cattr_accessor for setting currencies and other data, and
it works perfectly
Now i added app_id as cattr_accessor to App model to use it in
default_scope to implement multi-tenancy
class App < ActiveRecord::Base
2011 Feb 24
2
Carrying context from one server to another?
The relevant part of my setup is something like:
SIP phones -> local server -> remote server -> SIP-to-PSTN provider
I want _some_ of the SIP phones on the local server to be able to get
access to SIP-to-PSTN, but not all of them. The local-to-remote
connection is IAX2 over VPN.
Do I need to set up two separate IAX2 connections, one "privileged" and
the other not, or can I
2020 Jul 08
3
Redis in place of astdb
El Wed, 8 Jul 2020 12:23:42 -0700
John Kiniston <johnkiniston at gmail.com> escribió:
> Dovid, You could use func_odb + a ODBC Redis driver to keep from having to
> shell out.
>
>
DO you know odbc redis drivers? It would be nice to store cdrs ans other stuff
in redis without patching asterisk
--
PekePBX, the multitenant PBX solution
https://pekepbx.com
2013 Oct 31
2
libvirt_lxc: SELinux MCS
Hello list,
my name is Matteo, i'm new on that list.
I'm working on a multitenancy platform with linux containers through libvirt on a production system with Red Hat 6.4.
Every container run a separate instance of OpenSSH and Apache HTTPd and I need to give root privileges to the developers and I try to configure SELinux using svirt and MCS.
I try the secmodel type dynamic and st...
2010 Jun 12
3
XCP Xen Cloud Control System schedule
Greetings all!
At the end of this next week, I''ll be releasing VM import and export
support for XCCS as well as a significant chunk of networking support,
including a few goodies to work with XCP''s openvswitch (XCCS 0.3.2). As
well, load balancer 0.4.1 will be available. 0.4.1 considers CPU load as
well as memory load in balancing the cloud.
Multitenant support and
2020 Oct 27
2
Expert to work on load issue
Jon,
We are only using FastAgi. On the second system (running Asterisk 16) there
are no agi's running (just some bash scripts on call hangup). I did add
some hackey code (netstat -nua | grep -v 'udp 0 0' | grep -v
udp6 | grep -v ' 0 0.0.0.0' | grep udp) to my bash script to check out the
packet queue (with the help of