From 9c071100e9a6434f41649a96707b24075112af00 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Sep 2019 13:30:49 +0000 Subject: [PATCH] phonenum_fix --- src/modules/phonenum/phonenum_mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/phonenum/phonenum_mod.c b/src/modules/phonenum/phonenum_mod.c index 6c9e0b1d1b4..f79fbe7e337 100644 --- a/src/modules/phonenum/phonenum_mod.c +++ b/src/modules/phonenum/phonenum_mod.c @@ -66,7 +66,7 @@ static cmd_export_t cmds[]={ static param_export_t params[]={ {"smode", PARAM_INT, &phonenum_smode}, - {"resid", PARAM_STR|PARAM_USE_FUNC, &phonenum_resid_param}, + {"resid", PARAM_STRING|PARAM_USE_FUNC, &phonenum_resid_param}, {0, 0, 0} };