Skip to content

Commit

Permalink
dialog: fix dialog_table param
Browse files Browse the repository at this point in the history
(cherry picked from commit b81be8e)
  • Loading branch information
razvancrainea committed Jul 13, 2018
1 parent adc2f7e commit c8a6dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog/dialog.c
Expand Up @@ -245,7 +245,7 @@ static param_export_t mod_params[]={
{ "dlg_match_mode", INT_PARAM, &seq_match_mode },
{ "db_url", STR_PARAM, &db_url.s },
{ "db_mode", INT_PARAM, &dlg_db_mode },
{ "table_name", STR_PARAM, &dialog_table_name },
{ "table_name", STR_PARAM, &dialog_table_name.s },
{ "dlg_id_column", STR_PARAM, &dlg_id_column.s },
{ "call_id_column", STR_PARAM, &call_id_column.s },
{ "from_uri_column", STR_PARAM, &from_uri_column.s },
Expand Down

0 comments on commit c8a6dbb

Please sign in to comment.