Displaying 2 results from an estimated 2 matches for "database_production_serv".
Did you mean:
database_production_server
2015 May 16
0
Asterisk "virtual hosting"
...and configuration files to each host based on the client
(or project) and the hostname.
This lets me do stuff like:
[globals]
DATABASE-DATABASE = @DATABASE_DATABASE@
DATABASE-PASSWORD = @DATABASE_PASSWORD@
DATABASE-PRODUCTION-SERVER = @DATABASE_PRODUCTION_SERVER@
DATABASE-REPORTING-SERVER = @DATABASE_REPORTING_SERVER@
DATABASE-ROOT-PASSWORD = @DATABASE_ROOT_PASSWORD@
DATABASE-USERNAME = @DATABASE_USERNAME@
and
#ifdef A11
exten = s,n, execif($[${ACCEPT-COUNTER} < 0]?...
2015 May 16
2
Asterisk "virtual hosting"
Hello,
I am in the peculiar situation to have to set up a PBX for two
independent sites, but operated by the same entity. Yes, I could set
up two VPSs and install Asterisk to each, put common stuff (e.g.
conferencing setup) into Git and share between both using includes,
but for various reasons (among them simplicity and cost), I'd prefer
a single Asterisk instance.
I know I can #include