Displaying 2 results from an estimated 2 matches for "database_root_password".
2015 May 16
0
Asterisk "virtual hosting"
...BASE-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]?hangup)
#else
exten = s,n, execif($[${ACCEPT-COUNTER} < 0],hangup)
#endif
--
Thanks in advance,
------------...
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