similar to: Multiple tenants on Rails

Displaying 20 results from an estimated 2000 matches similar to: "Multiple tenants on Rails"

2008 Oct 26
3
Undefined method f_title
Hi, This is my migration: class CreateSampleForms < ActiveRecord::Migration def self.add_data SampleForm.create(:name => ''Default (Empty)'', :f_type => ''Default (Empty)'', :description => ''Use this template to create a blank form.'') end def self.up create_table :sample_forms do |t| t.string :name, :null =>
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
2007 Mar 09
1
How to best manage my dial plans as the continue to grow, and grow, and grow....
Hello List - I've been slowing growing my extensions.conf file and have been wondering how everyone manages their systems. I currently have my main extensions.conf where I reference my sub extensions (for tenants or customers) files using the include statements and define my global variables. Today while watching the asterisk console I noticed a call from a voicemail user bounced into
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
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
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 -
2012 Jun 09
0
Re: ActiveRecord::SubclassNotFound: The single-table inheritance mechanism failed to locate the subclass: 'Transactions::DummyDdnlTransaction'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. P
FIXED: Transaction is a reserved word, and it cannot be used even though I put it into its own module. So my guess is Transactions::Transaction still somehow got resolved to the Rails internal Transaction class. Renamed the Transaction (and its subclasses) to Transact and it works fine now. Thanks! -- cmdjohnson On Sat, Jun 9, 2012 at 3:08 AM, Commander Johnson
2006 Mar 30
2
multiple auto attendants
Hi I was given the task to try and build a VOIP solution to an office building with multiple tenants in all sizes and shapes. Some of them will require auto attendants and some will simply want direct lines to their phones. The question I have is: Can asterisk be configured to handle multiple auto attendants? TIA Paolo
2012 Jul 30
4
Multi-Tenant PBX with Asterisk
Hi I came across couple of pointers on the Internet regarding solutions available for providing hosted PBX service. 1. Multiple PBXs: Using separate hardware to host each PBX. Pretty straightforward, but no hosting company wants to use it. 2. Multi-tenant PBX: Configuring multiple PBXs within the same instance of Asterisk. I.e. partitioning a single instance of Asterisk into multiple PBXs by way
2010 Nov 07
1
using variable in rmysql query
Dear All, I am using this query it returns id : id <- dbGetQuery(con1,"SELECT id FROM tenants WHERE name LIKE '%consim%'") But In my case the string "consim" is there in another variable(it is coming from configuration file); > str <- "consim" I am trying to replace the string some this like, but it not working: > id <-
2012 Jun 09
3
ActiveRecord::SubclassNotFound: The single-table inheritance mechanism failed to locate the subclass: 'Transactions::DummyDdnlTransaction'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Pleas
Hello, I stumble upon this error when loading a subclass of the Transaction class. For full details, see the pastie: http://pastie.org/4053678 Error message: ActiveRecord::SubclassNotFound: The single-table inheritance mechanism failed to locate the subclass: ''Transactions::DummyDdnlTransaction''. This error is raised because the column ''type'' is reserved for
2007 Mar 11
0
How to best manage my dial plans as the continueto grow, and grow, and grow....
I don't think "very carefully" was the answer that the original poster was looking for. I would suggest one of the multi-tenant GUIs out there, or map out your call flow in a diagram, convert your diagram into the dialplan, then test, test, test. Make sure to test everything, including invalid extension, #, timeout, etc... Another strategy is to use a GUI on a dev box and then
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
2009 Jul 28
0
Call history problems from B2BUA
Hello, all. Alas, another convoluted question. All the simple things are, well, simple so I suppose we only need to trouble the list with squirrely problems! We've noticed a call history problem when using Asterisk where the call history on the Snom phones (with which we are very pleased) reflects the number of the PBX extension used by the B2BUA to dial the end point. I assume the same
2007 Jan 12
2
two level administration tool for Asterisk
Dear Sirs, I'm looking for a tool which can do the following: 1) higher level of administration, only one person, it can create "domain"s 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
2013 Nov 13
2
Implementing Samba 4 in multi site environment
hii all i need some suggestion about implementing samba 4 in multisite environment im still new in samba 4, i have finish install my first samba 4 DC in my centos 6 machine without any problem. i have plan to implement samba 4 in distribute / multisite environment, i have one head quarter office and aroung 20 site office, in my head quarter office i have not more than 50 PC client and in every
2007 Mar 24
1
RSpec and namespaced controllers
I''m running into a problem with RSpec/Rails and namespaced controllers. I''ve got a controller called ''TenantsController'' in app/controllers and another called ''Admin::TenantsController'' in app/controllers/admin In spec/controllers/, I have a tenants_controller_spec.rb. In spec/controllers/admin/ I have another tenants_controller_spec.rb. Both
2004 Aug 18
1
Not a User Yet - but have some questions
I've been tasked with fitting out an appartment building with a phone system. The entire appartment is getting broadband, with Cat6 Cables into each appartment and fibre down the trunk. I was hoping to have PSTN in the basement connecting to the IP system. Today I found out however that one of the services will be paid TV - and it will need a PSTN backchannel - ie a modem. The set top
2005 Aug 03
1
Asterisk support Shared Call Appearance Signaling?
The Polycom 600 supports Shared Call Appearance Signaling. The Polycom documentation states: "Incoming calls can be presented to multiple phones simultaneously. This feature is dependent on support from a SIP server which binds the appearances together logically and looks after the necessary state notifications and performs an access control function." "The phone supports
2007 Jun 04
1
Oddity
I have two Asterisk servers. One is my primary server that I link to all of my providers and the other is at an office building with multiple tenants. If I tell Asterisk to dial an entry in the iax.conf that is for one customer off that second box, why does it use a different account for a different customer? It still ends up at the correct box, but it is hard to troubleshoot issues when