Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
b15a201daa | |||
3e76b074ce |
3 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
||||||
# Copyright (C) 2015 - 2025, CT129 Dev Team <dev@ct129.com>
|
# Copyright (C) 2015 - 2025, CT129 Dev Team <dev@ct129.com>
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
export GIT_BRACNH="master"
|
export GIT_BRACNH="dev/1.1.2"
|
||||||
|
|
||||||
export TIMESTAMP=`date +"%Y-%m-%d %H:%M:%S"`
|
export TIMESTAMP=`date +"%Y-%m-%d %H:%M:%S"`
|
||||||
export SCRIPT=$(readlink -f "$0")
|
export SCRIPT=$(readlink -f "$0")
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
# Copyright (C) 2015 - 2025, CT129 Dev Team <dev@ct129.com>
|
# Copyright (C) 2015 - 2025, CT129 Dev Team <dev@ct129.com>
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
export GIT_BRACNH="master"
|
export GIT_BRACNH="dev/1.1.2"
|
||||||
export GIT_TAG="1.1.1-20250618"
|
export GIT_TAG="1.1.2-20250620"
|
||||||
|
|
||||||
export TIMESTAMP=`date +"%Y-%m-%d %H:%M:%S"`
|
export TIMESTAMP=`date +"%Y-%m-%d %H:%M:%S"`
|
||||||
export SCRIPT=$(readlink -f "$0")
|
export SCRIPT=$(readlink -f "$0")
|
||||||
|
|
|
@ -56,17 +56,17 @@ define ("fhft_logDomain", "FHFT"); // in case Logs are mixed with other applicat
|
||||||
define("DIGEST_AUTH", false);
|
define("DIGEST_AUTH", false);
|
||||||
|
|
||||||
// Flexisip database access for authentication
|
// Flexisip database access for authentication
|
||||||
define("AUTH_DB_HOST", "");
|
define("AUTH_DB_HOST", "192.168.129.234");
|
||||||
define("AUTH_DB_USER", "");
|
define("AUTH_DB_USER", "flexisip");
|
||||||
define("AUTH_DB_PASSWORD", "");
|
define("AUTH_DB_PASSWORD", "FlexisipCfoneOrg");
|
||||||
define("AUTH_DB_NAME", "");
|
define("AUTH_DB_NAME", "flexisip200");
|
||||||
define("ACCOUNTS_DB_TABLE", "accounts");
|
define("ACCOUNTS_DB_TABLE", "accounts");
|
||||||
define("ACCOUNTS_ALGO_DB_TABLE", "passwords");
|
define("ACCOUNTS_ALGO_DB_TABLE", "passwords");
|
||||||
define("USE_PERSISTENT_CONNECTIONS", False);
|
define("USE_PERSISTENT_CONNECTIONS", False);
|
||||||
|
|
||||||
// Authentication realm
|
// Authentication realm
|
||||||
// If this is not defined, the realm is fetched from the request. Do it ONLY if you need to run several realm on one file server.
|
// If this is not defined, the realm is fetched from the request. Do it ONLY if you need to run several realm on one file server.
|
||||||
define("AUTH_REALM", "sip.example.org");
|
define("AUTH_REALM", "cfone.org");
|
||||||
|
|
||||||
// Authentication SQL query
|
// Authentication SQL query
|
||||||
// this SQL query must retrieve a field password and a field algorithm and will bind a string holding the username and one the domain into the ?, it shall extract several stored password if we store them in cleartext, MD5 or SHA-256 hash
|
// this SQL query must retrieve a field password and a field algorithm and will bind a string holding the username and one the domain into the ?, it shall extract several stored password if we store them in cleartext, MD5 or SHA-256 hash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue