2954456878 created an issue (kamailio/kamailio#4299)
version: kamailio 6.0.1 (x86_64/linux)
loadmodule "nghttp2.so"
modparam("nghttp2", "listen_addr", "0.0.0.0")
modparam("nghttp2", "listen_port", "8363")
event_route[nghttp2:request] {
xinfo("request: $nghttp2(method) - url: $nghttp2(url) - data:
[$nghttp2(data)]\n");
nghttp2_reply("200",
"<html><body>OK</body></html>");
}
Startup error:
Jun 25 10:42:50 debiancrs /usr/local/kamailio6-devel/sbin/kamailio[41907]:
ERROR: nghttp2 [nghttp2_mod.c:246]: pv_parse_nghttp2_name(): invalid variable
name [url]
Jun 25 10:42:50 debiancrs /usr/local/kamailio6-devel/sbin/kamailio[41907]:
ERROR: <core> [core/pvapi.c:954]: pv_parse_spec2(): pvar "nghttp2" has an
invalid name param [url]
Jun 25 10:42:50 debiancrs /usr/local/kamailio6-devel/sbin/kamailio[41907]:
ERROR: <core> [core/pvapi.c:1092]: pv_parse_spec2(): wrong char [)/41] in
[$nghttp2(url)] at [12 (5)]
Jun 25 10:42:50 debiancrs /usr/local/kamailio6-devel/sbin/kamailio[41907]:
ERROR: xlog [xlog.c:550]: xdbg_fixup_helper(): wrong format[request:
$nghttp2(method) - url: $nghttp2(url) - data: [$nghttp2(data)]#012]
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4299
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!