[sr-dev] Re: [kamailio/kamailio] [microhttpd] POST request with body can't get return message (Issue #4176)

2025-03-17 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4176) Thanks for you reply so mutch, I tested the commit code, the issue is solved。 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4176#issuecomment-2728835211 You are receiving this because you are s

[sr-dev] Re: [kamailio/kamailio] [microhttpd] POST request with body can't get return message (Issue #4176)

2025-03-17 Thread QuincyGao via sr-dev
Closed #4176 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4176#event-16798580057 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] [kamailio/kamailio] If fix_nated_contact is used, then remove_hf("Contact"), the contact header will not be deleted cleanly. (Issue #4190)

2025-03-26 Thread QuincyGao via sr-dev
QuincyGao created an issue (kamailio/kamailio#4190) ### Description I want to use opensips as SBC, When the agent registers to kamailio, the contact content is modified to the ip and port of kamailio, and then Register is forwarded to the agent. remove_hf("Contact") can't remove the whole

[sr-dev] Re: [kamailio/kamailio] dmq send dialog message failed (Issue #4189)

2025-03-26 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4189) I found that, 113 config, the error is because I use `dmq_process_message()` , if I use `dmq_handle_message()` is ok, but why? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4189#issuecomment-27

[sr-dev] [kamailio/kamailio] dmq send dialog message failed (Issue #4189)

2025-03-26 Thread QuincyGao via sr-dev
QuincyGao created an issue (kamailio/kamailio#4189) ### Description I used dmq on two machines, registered two softphones on the 111 machine, and then used one phone to call another. After the call was connected, dmq sent a dialog message with an error message 400 bad request. Here is the 1

[sr-dev] Re: [kamailio/kamailio] siptrace: sip_trace_mode("d") not working (Issue #4178)

2025-04-26 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4178) I also have this issue too. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4178#issuecomment-2832935786 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] dmq send dialog message failed (Issue #4189)

2025-05-08 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4189) up -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4189#issuecomment-2862233024 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] If fix_nated_contact is used, then remove_hf("Contact"), the contact header will not be deleted cleanly. (Issue #4190)

2025-05-08 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4190) up -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4190#issuecomment-2862233592 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] [kamailio/kamailio] [bug] microhttpd can't return message (Issue #4171)

2025-03-09 Thread QuincyGao via sr-dev
QuincyGao created an issue (kamailio/kamailio#4171) ### Description http server for microhttpd, kamailio received http request, but not return any message. it should return `OK` here is my conf: ``` loadmodule "microhttpd.so" modparam("microhttpd", "listen_addr", "172.16.4.111") modparam("mic

[sr-dev] [kamailio/kamailio] [bug] /kamdbctl create kamailio_5_8_5 failied (Issue #4159)

2025-02-27 Thread QuincyGao via sr-dev
QuincyGao created an issue (kamailio/kamailio#4159) ### Description kamdbctl create db failed with mysql5.7, not find `ims_icscf-create.sql` file ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` ./kamdbctl c

[sr-dev] Re: [kamailio/kamailio] [bug] microhttpd can't return message (Issue #4171)

2025-03-12 Thread QuincyGao via sr-dev
Closed #4171 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4171#event-16709134989 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] [bug] microhttpd can't return message (Issue #4171)

2025-03-12 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4171) Think you for the reply , I use ApiFox send request two days ago is not ok , today send request is ok, I am confused。 this is not a issue. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/417

[sr-dev] [kamailio/kamailio] [microhttpd] POST request with body can't get return message (Issue #4176)

2025-03-12 Thread QuincyGao via sr-dev
QuincyGao created an issue (kamailio/kamailio#4176) ### Description I confirmed the problem again, HTTP GET, POST without body is ok, HTTP post with json body can't return message and block. microhttpd1.0.1 installed. ``` curl -d '{"test":"2", "test2":"1"}' -H "Content-Type: application/j

[sr-dev] Re: [kamailio/kamailio] dmq send dialog message failed (Issue #4189)

2025-05-22 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4189) up -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4189#issuecomment-2900333873 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] If fix_nated_contact is used, then remove_hf("Contact"), the contact header will not be deleted cleanly. (Issue #4190)

2025-05-22 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4190) up -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4190#issuecomment-290044 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] siptrace: sip_trace_mode("d") not working (Issue #4178)

2025-05-22 Thread QuincyGao via sr-dev
QuincyGao left a comment (kamailio/kamailio#4178) up -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4178#issuecomment-2900332568 You are receiving this because you are subscribed to this thread. Message ID: _