
max_branches=30
Following this route, the branch value will be doubled,only 15 branches can be
created
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/i
After adjusting MAX_BRANCHES_LIMIT, I can create more than 30 branches, but I
don't know if there are any other problems
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3678#issuecomment-1858702849
You are receiving this because you are subscribe
The uac module lacks the uac_reg_unregister(attr, val) method, Send REGISTER
with expires 0 for matching record in real time, instead of through RPC
command。uac_reg_disable(attr, val) :SIP processing is done on the next timer
routine.
--
Reply to this email directly or view it on GitHub:
https
Register with remote,if there is no response to request,get in the logs an
error message like:
ERROR: uac [uac_reg.c:1001]: uac_reg_tm_callback(): got sip response 408 while
registering
How to get this timeout information in routing ? event_route[ ] ?
--
Reply to this email directly or view
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) -
2954456878 created an issue (kamailio/kamailio#4293)
In kamailio-6.0.x version, there are multiple http servers, such as: XHTTP
MICROHTTPD NGHTTP2, which module has the best performance?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4293
You a
2954456878 created an issue (kamailio/kamailio#4300)
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(path) - data:
[$nghttp2(data)]\n");
nghttp