[SR-Users] Are there any mistakes in the document?

2025-07-16 Thread 13715209697--- via sr-users
Hi, team https://www.kamailio.org/wikidocs/cookbooks/6.0.x/pseudovariables/#timename-broken-down-time mday - return the day of month (int 0-59) Are there any mistakes in the document? 1-31? By the way, adding nanoseconds would be even better. Han _

[SR-Users] Re: How to reply 484 to uac, and send bye to uas

2025-06-18 Thread 13715209697--- via sr-users
Yes, you are right! I'm going to try a different approach: Send the BYE to uac and uas when Kamailio receives the ACK Thanks! Han __ Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@li

[SR-Users] How to reply 484 to uac, and send bye to uas

2025-06-17 Thread 13715209697--- via sr-users
Hi team: uac kamailio uas --> invite --> invite <-- 200 ok <-- 484 bye ---> Here is my reply_route: onreply_route[MANAGE_REPLY] { xdbg("incoming reply\n");

[SR-Users] Re: Is there an mistake in the dialog documentation?

2025-05-11 Thread 13715209697--- via sr-users
Hi, Henning thank you! __ Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not

[SR-Users] Is there an mistake in the dialog documentation?

2025-05-09 Thread 13715209697--- via sr-users
Hi, team https://github.com/kamailio/kamailio/blob/master/src/modules/dialog/doc/dialog_admin.xml#L2855 `dlg.list_match furi eq sip:al...@test.com 2` ? `dlg.list_match furi eq sip:al...@test.com` ? __ Kamailio - Users Mailing List - Non Com

[SR-Users] The index indicates that the sipjson module is not present in 6.0.x.

2025-05-09 Thread 13715209697--- via sr-users
https://www.kamailio.org/docs/modules/6.0.x/modules/ __ Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-le...@lists.kamailio.org Important: keep the mailing li

[SR-Users] Re: Authentication qop auth-int

2025-04-27 Thread 13715209697--- via sr-users
I agree with Maxim Sobole. I recently had a project that used Freeswitch and Kamailio. loadmodule ims_registrar_pcscf .so loadmodule ims_auth.so modparam(ims_auth, "registration_qop”, “auth,auth-int”) ... freeswitch REGISTER qop=auth,auth-int REGSTER qop=auth-int

[SR-Users] Re: Authentication qop auth-int

2025-04-26 Thread 13715209697--- via sr-users
THank Maxim Sobolev! Thank Henning Westerholt! pls close this ticket __ Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-le...@lists.kamailio.org Important:

[SR-Users] Re: Authentication qop auth-int

2025-04-26 Thread 13715209697--- via sr-users
There is a project that requires auth_int,OpenSIPS and Kamailio handle auth_int differently, which confuses me. __ Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-u

[SR-Users] Authentication qop auth-int

2025-04-24 Thread 13715209697--- via sr-users
Hello! Kamailio 5.7.6 Debian 10.12 Here is my authentication route: ``` route[AUTH] { if (is_method("REGISTER") || from_uri==myself) { if (!auth_check("$fd", "subscriber", "0")) { auth_challenge("$fd", "2"); # flag not 0 ex