don't have defaults for dsn,user,pass so that user/pass at least can be
specified by the real dsn git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16589 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
11a828c88e
commit
60aa798d2e
|
@ -186,15 +186,6 @@ static switch_status_t load_config(void)
|
|||
|
||||
/* Set defaults for any variables still not set */
|
||||
setdefaults:
|
||||
if (zstr(globals.db_username)) {
|
||||
set_global_db_username("bandwidth.com");
|
||||
}
|
||||
if (zstr(globals.db_password)) {
|
||||
set_global_db_password("dev");
|
||||
}
|
||||
if (zstr(globals.db_dsn)) {
|
||||
set_global_db_dsn("bandwidth.com");
|
||||
}
|
||||
if (zstr(globals.percall_action)) {
|
||||
set_global_percall_action("hangup");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue