diff --git a/res/res_http_post.c b/res/res_http_post.c index 4a34162526df0ac493086907db5e069a0f448c37..5fff5d8baddd3d9234a26bcc45425de9d30b5c7f 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -445,7 +445,7 @@ static int __ast_http_post_load(int reload) urih->description = ast_strdup("HTTP POST mapping"); urih->uri = ast_strdup(v->name); - ast_str_set(&ds, 0, "%s/%s", prefix, v->value); + ast_str_set(&ds, 0, "%s", v->value); urih->data = ds; urih->has_subtree = 0; urih->callback = http_post_callback;