diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c index ddb2b4d93a..52404b59f0 100644 --- a/res/res_phoneprov.c +++ b/res/res_phoneprov.c @@ -526,7 +526,7 @@ out404: *status = 404; *title = strdup("Not Found"); *contentlength = 0; - return ast_http_error(404, "Not Found", NULL, "Nothing to see here. Move along."); + return ast_http_error(404, "Not Found", NULL, "The requested URL was not found on this server."); out500: route = unref_route(route);