Re: [SR-Users] TSILO - transaction is not suspended

2021-01-07 Thread Federico Cabiddu
Hi, the http async callback implicitly resumes the transaction that it's then processed in the routing script callback route. If there is no action in the callback route you'll get the message about the not released transaction. Depending on your routing logic you have two choices: 1) you don't sus

Re: [SR-Users] Problems establishing SIP signaling between MsTeams and Kamailio

2021-01-07 Thread Carlos Mestanza T.
Thanks Cheers Rob, Protocol error messages are no longer displayed when adding the bc2025.pem file, but entering the command "kamcmd dispatcher.list | egrep" URI | FLAGS "shows us: URI: sip: sip.pstnhub.microsoft.com; transport = tls FLAGS: IP

Re: [SR-Users] Problems establishing SIP signaling between MsTeams and Kamailio

2021-01-07 Thread Carlos Mestanza T.
I am a friend of Willy and we are doing this integration, today I create wildcard certificates in letsencrypt, for this use acme.sh and integrate it with the DNS CLOUDNS provider, the certificates were generated successfully, we replace the old ones, in the LOGs it gives us understanding q accept t

[SR-Users] Profile name as variable in set_dlg_profile

2021-01-07 Thread Muhammad Sohaib
Is it possible to insert the current dialog into the profile by using the following way? modparam("dialog", "profiles_no_value", "mytest;xyz") $var(profilename)="xyz"; set_dlg_profile(" $var(profilename) "); Currently it is giving errors and not allowing to use variable instead of static profile

Re: [SR-Users] loose_route() - Local Proxy

2021-01-07 Thread Ovidiu Sas
That parameter shouldn't really exist. It should be enabled by default in the code. This issue came a few times on the mailing list. Regards, Ovidiu On Thu, Jan 7, 2021 at 11:15 AM Duarte Rocha wrote: > > Hi, > > Thank you for your answers. > > The domain parameter "register_myself" solved this

Re: [SR-Users] Source Port on TLS OPTIONS from Dispatcher

2021-01-07 Thread Joel Serrano
Hi Charles, I don't think your issue is rport, make sure you are setting the Contact header correctly. Have you checked this blog post: https://skalatan.de/en/blog/kamailio-sbc-teams ? There is a specific section that talks about how to tell Kamailio to send the OPTIONS like MS Teams wants them.

Re: [SR-Users] Problems establishing SIP signaling between MsTeams and Kamailio

2021-01-07 Thread Ovidiu Sas
That certificate should already be present under the OS's trusted certificates directory (debian and ubuntu certs are stored under /etc/ssl/certs), maybe under a different name, and is required for remote endpoint's certificate validation. One can load a particular certificate or a list of certific

[SR-Users] Source Port on TLS OPTIONS from Dispatcher

2021-01-07 Thread Charles Phillips
Hello all. As they say in radio, “long time listener, first time caller” Anyway, I am having trouble getting past the following road block and any help would be greatly appreciated. Kamailio version is 5.4.3 When attempting to use dispatcher to send OPTIONS packets to several TLS destination

Re: [SR-Users] TSILO - transaction is not suspended

2021-01-07 Thread Jeremy McNamara
On Thu, Jan 7, 2021 at 2:59 PM Daniel-Constantin Mierla wrote: > Hello, > > have you run with debug=3 in kamailio.cfg? You should see more log > messages about what happens, maybe the transaction is destroyed for some > reason, there are debug messages when that happens. > Upon deep dive today

Re: [SR-Users] TSILO - transaction is not suspended

2021-01-07 Thread Daniel-Constantin Mierla
Hello, have you run with debug=3 in kamailio.cfg? You should see more log messages about what happens, maybe the transaction is destroyed for some reason, there are debug messages when that happens. Cheers, Daniel On 07.01.21 17:58, Jeremy McNamara wrote: > Hi -  > > route[RELAY] { >  if (!t_rel

Re: [SR-Users] Lost MySQL connections - Error 500

2021-01-07 Thread Daniel-Constantin Mierla
Hello, is there any other application that accesses the location table? That error message usually appears when the update of the record cannot be made because it is locked for long time by something else. Cheers, Daniel On 07.01.21 18:23, Duarte Rocha wrote: > Hi all, > > I've made a post last

[SR-Users] Lost MySQL connections - Error 500

2021-01-07 Thread Duarte Rocha
Hi all, I've made a post last month regarding losing MySQL connections - https://lists.kamailio.org/pipermail/sr-users/2020-December/111389.html At the time I thought connections were dying as a consequence of low activity and traffic on the proxy. Meanwhile, I've migrated a great number of equi

Re: [SR-Users] TSILO - transaction is not suspended

2021-01-07 Thread Jeremy McNamara
Hi - route[RELAY] { if (!t_relay()) { sl_reply_error(); } } I also call SETUP_ROUTES separately before RELAY: route[SETUP_ROUTES] { # enable additional event routes for forwarded requests if (is_method("INVITE|BYE|SUBSCRIBE|UPDATE")) { if (!t_is_set("branch_route")) {

Re: [SR-Users] TSILO - transaction is not suspended

2021-01-07 Thread Jurijs Ivolga
Hi, What happens in the route[RELAY]? Maybe code after "route(RELAY)" is not executed? When there is only 1 device what value is inside $var(hstored) when the register hits Kamailio? Jurijs On Wed, Jan 6, 2021 at 4:27 AM Jeremy McNamara wrote: > Hi Folks - I am attempting to set up a mobile

Re: [SR-Users] loose_route() - Local Proxy

2021-01-07 Thread Duarte Rocha
Hi, Thank you for your answers. The domain parameter "register_myself" solved this issue immediately. Cheers Duarte Rocha escreveu no dia segunda, 4/01/2021 à(s) 14:46: > Greetings, > > I'm using loose_route() from the RR module and i'm having troubles making > it use the following exception

Re: [SR-Users] Problems establishing SIP signaling between MsTeams and Kamailio

2021-01-07 Thread rob.van.den.bulk
I Used this tls.cfg Use bc2025.pem as extra, Microsoft needs this… And works fine on different Kamailio-msteams sbcs [server:default] method = TLSv1.2+ verify_certificate = yes require_certificate = yes private_key = /etc/letsencrypt/live/sbc.combivoipdom.nl-0001/privkey.pem cer

Re: [SR-Users] Problems establishing SIP signaling between MsTeams and Kamailio

2021-01-07 Thread Rob van den Bulk
You need a 3e certificate I will send you this afternoon Sent from mobile, with due apologies for brevity and errors. Rob van den Bulk From: sr-users on behalf of Willy Valles Rios Sent: Wednesday, January 6, 2021 9:47:13 PM To: sr-users@lists.kamailio.org C