MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

[ERR] switch_limit.c:122 Limit subsystem db not found! #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Multi-tenant. Using latest SVN create a new tenant
2. Make a call from new tenant, see error in fs_cli

What is the expected output? What do you see instead?
[ERR] switch_limit.c:122 Limit subsystem db not found!

What version of the product are you using? On what operating system?
SVN Revision: 1623

Please provide any additional information below.
Commenting the following is a workaround. <!-- <action application="limit" 
data="db ${domain_name} $1 ${limit_max} ${limit_destination}"/> -->

Original issue reported on code.google.com by cog...@gmail.com on 20 Nov 2011 at 6:32

GoogleCodeExporter commented 9 years ago
this is not a bug but a freeswitch config issue... you need to enable mod_db 
under the system -> modules menu and make sure it is running.

MCrane, is this something we can possibly add to the upgrade script to make 
sure its enabled?

Original comment by kr...@tollfreegateway.com on 20 Nov 2011 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by kr...@tollfreegateway.com on 20 Nov 2011 at 6:38

GoogleCodeExporter commented 9 years ago
Thank you for your help here and sorry, I did make a note of this during the 
recent Boise training but completely forgot.

Original comment by cog...@gmail.com on 20 Nov 2011 at 7:06

GoogleCodeExporter commented 9 years ago
For now I have changed the default config to use hash with limit. This 
eliminates mod_db as a dependency for now. However it can be enabled under 
system -> modules and dialplan can be updated to use db again.

Original comment by markjcrane@gmail.com on 29 Nov 2011 at 5:39