Re: [OpenSIPS-Users] Opensips 3.2 from sources testing auth_jwt with postgres database backend.

2021-12-21 Thread Jonathan Hunter
Hi Bodgan, Thank you so much for the patch so quickly! 😊 Good news it works great, thank you for that. I assume it will go in the next update? Also on side note I raised a feature request on the opensips tracker to get auth_jwt into packages for Debian/ubuntu. I have it working great for my re

Re: [OpenSIPS-Users] B2B logic with forked calls

2021-12-21 Thread Bogdan-Andrei Iancu
Hi Denys, Doing TH with dialog does not provide you with different call-ids for each branch. The TH (or changing) is done between in (caller) and out (callee) sides. There is no doc stating that each branch will get a different Call-ID (I hope :D). Best regards, Bogdan-Andrei Iancu OpenSIP

Re: [OpenSIPS-Users] Opensips 3.2 from sources testing auth_jwt with postgres database backend.

2021-12-21 Thread Bogdan-Andrei Iancu
Could you please try this ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBootcamp_2021/ On 12/21/21 1:52 PM, Bogdan-Andrei Iancu wrote: Thank you Jonathan, I guess the proper

Re: [OpenSIPS-Users] Opensips 3.2 from sources testing auth_jwt with postgres database backend.

2021-12-21 Thread Bogdan-Andrei Iancu
Thank you Jonathan, I guess the proper fix here will be to push the unixtimestamp from the code level, rather from DB level - in this way we can get an SQL compliant query. Let me send you a patch for testing Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips

[OpenSIPS-Users] Facing some issue while running opensips 3.2 latest branch with openssl-1.1.1

2021-12-21 Thread Sasmita Panda
Hi All , I have taken opensips 3.2 latest code and configure with tls_openssl to support proto_tls proto_wss and tls_gm . I have installed openssl-1.1.1 . (Rtpeninge latest branch is not suported with older version of openssl , so I have taken the newer version here ) Installation is successful

Re: [OpenSIPS-Users] Opensips 3.2 from sources testing auth_jwt with postgres database backend.

2021-12-21 Thread Jonathan Hunter
Hi Bogdan, Thanks for the reply. I have modified as below so this works with postgres, essentially just changed the syntax as below; ~/opensips-3.2/modules/auth_jwt/authorize.c -n = snprintf(p,len," from %.*s a inner join %.*s b on a.%.*s = b.%.*s where a.%.*s=\"%.*s\" and UNIX_TIMESTAMP()

Re: [OpenSIPS-Users] B2B logic with forked calls

2021-12-21 Thread Denys Pozniak
Hello! Any update? вт, 14 дек. 2021 г. в 14:13, Denys Pozniak : > Hello! > > Bogdan, > I tested the combination of dialog + TH modules and found out that this > also does not work correctly if the incoming call was forked. > Outgoing legs have the same Call-ID and tag, although I would expect th

Re: [OpenSIPS-Users] Opensips 3.2 from sources testing auth_jwt with postgres database backend.

2021-12-21 Thread Bogdan-Andrei Iancu
Hi Jonathan, yeah, that raw query from JWT module is not sql compliant, but mysql compliant :D. Could you provide the patch for your fixes, so we can evaluate and push forward ? Thanks, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcam

Re: [OpenSIPS-Users] Custom field in dialog list (dlg_list)

2021-12-21 Thread Bogdan-Andrei Iancu
Hi Giovanni, The module Readme is the only one we have :), quite comprehensive IMO. Do you feel something is missing there ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBoot