Skip to content

Commit

Permalink
Merge pull request #649 from dsanders11/patch-4
Browse files Browse the repository at this point in the history
Dialplan module should honor db_default_url
  • Loading branch information
bogdan-iancu committed Sep 24, 2015
2 parents cdc5803 + 566d4db commit d6cbbff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dialplan/dialplan.c
Expand Up @@ -420,6 +420,8 @@ static int mod_init(void)

LM_INFO("initializing module...\n");

init_db_url( default_dp_db_url , 0 /*can be null*/);

dpid_column.len = strlen(dpid_column.s);
pr_column.len = strlen(pr_column.s);
match_op_column.len = strlen(match_op_column.s);
Expand Down

0 comments on commit d6cbbff

Please sign in to comment.