[sr-dev] [kamailio/kamailio] max_branches settings are not effective (Issue #3678)

2023-12-15 Thread QWERTY via sr-dev
![image](https://github.com/kamailio/kamailio/assets/88914706/c325af99-f556-497c-9bbb-47d6bfe61742) 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

[sr-dev] Re: [kamailio/kamailio] max_branches settings are not effective (Issue #3678)

2023-12-15 Thread QWERTY via sr-dev
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

[sr-dev] [kamailio/kamailio] uac_reg_unregister(attr, val) (Issue #3702)

2024-01-07 Thread QWERTY via sr-dev
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

[sr-dev] [kamailio/kamailio] UAC module :uac_reg_tm_callback(): got sip response 408 (Issue #3707)

2024-01-10 Thread QWERTY via sr-dev
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

[sr-dev] [kamailio/kamailio] Invalid $nghttp2(...) (Issue #4299)

2025-06-24 Thread QWERTY via sr-dev
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) -

[sr-dev] [kamailio/kamailio] about http server (Issue #4293)

2025-06-23 Thread QWERTY via sr-dev
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

[sr-dev] [kamailio/kamailio] nghttp2 (Issue #4300)

2025-06-26 Thread QWERTY via sr-dev
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