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
_
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
Hi team:
uac kamailio uas
--> invite
--> invite
<-- 200 ok
<-- 484
bye --->
Here is my reply_route:
onreply_route[MANAGE_REPLY] {
xdbg("incoming reply\n");
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
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
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
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
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:
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
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
10 matches
Mail list logo