--- asterisk-certified-13.8-cert4-orig/pbx/pbx_dundi.c 2016-12-08 12:42:41.000000000 -0500 +++ asterisk-certified-13.8-cert4/pbx/pbx_dundi.c 2017-08-25 22:07:17.189036444 -0400 @@ -4910,6 +4910,8 @@ ast_copy_string(email, v->value, sizeof(email)); } else if (!strcasecmp(v->name, "phone")) { ast_copy_string(phone, v->value, sizeof(phone)); + } else if (!strcasecmp(v->name, "secretpath")) { + ast_copy_string(secretpath, v->value, sizeof(secretpath)); } else if (!strcasecmp(v->name, "storehistory")) { global_storehistory = ast_true(v->value); } else if (!strcasecmp(v->name, "cachetime")) {