diff --git a/src/mod/applications/mod_lcr/mod_lcr.c b/src/mod/applications/mod_lcr/mod_lcr.c index 8da2bd1dcc..55841170a4 100644 --- a/src/mod/applications/mod_lcr/mod_lcr.c +++ b/src/mod/applications/mod_lcr/mod_lcr.c @@ -1236,10 +1236,10 @@ static switch_status_t lcr_load_config() if (!strcasecmp(limit_type, "hash")) { profile->limit_type = "hash"; } else { - profile->limit_type = "sql"; + profile->limit_type = "db"; } } else { - profile->limit_type = "sql"; + profile->limit_type = "db"; } switch_core_hash_insert(globals.profile_hash, profile->name, profile);