Re: [SR-Users] Setting up uacreg

2021-07-29 Thread Duncan Turnbull
Thanks Arsen My perspective is evolving and I see we can go with two alternate scenarios - we can register everything to Kamailio and then let asterisk find the clients at Kamilio as well as accept clients from Kamailio. This requires some testing for us to make sure asterisk thinks of the UAs

Re: [SR-Users] Access via script to location data in the memory

2021-07-29 Thread Henning Westerholt
Hello, There are different functions in the registrar module, check them out: https://kamailio.org/docs/modules/devel/modules/registrar.html#idm576 reg_fetch_contacts(..) might be something you could use. Cheers, Henning -- Henning Westerholt - https://skalatan.de/blog/ Kamailio services -

[SR-Users] Access via script to location data in the memory

2021-07-29 Thread Social Boh
Hello List, is there a way to access location data from kamailio script? I mean data I can see with the command: kamctl ul show Regards -- --- I'm SoCIaL, MayBe __ Kamailio - Users Mailing List - Non Commercial Discussions *

Re: [SR-Users] BYE not accepted by MS TEAMS

2021-07-29 Thread João Vitor Arruda
Hi Daniel, Thanks for your reply. Yes, I'm using the topos module. When I tried to run without it I actually had more issue with the call flow not being able to even establish the call. But your comment of not having both the both incoming and outgoing sip messages in the trace actually gave

Re: [SR-Users] Integration with multiple MS Teams instances

2021-07-29 Thread Володимир Іванець
Hello Rob! Yes, I'm using Letsencrypt while I'm testing. But I would like to be able to use different certificates with different sockets. I found this discussion https://github.com/kamailio/kamailio/issues/2413. Looks like I need to use "tls_set_connect_server_id()" instead of setting

Re: [SR-Users] Integration with multiple MS Teams instances

2021-07-29 Thread Rob van den Bulk
Hello, are u using letsencrypt? U can use a multi domain. Muti domain names in one certificate Outlook voor Android downloaden From: sr-users on behalf of Володимир Іванець Sent: Thursday, July 29, 2021 4:44:16 PM To: Kamailio (SER) -

[SR-Users] Integration with multiple MS Teams instances

2021-07-29 Thread Володимир Іванець
Hello all! I was able to connect Kamailio with MS Teams and now trying to add one more Teams instance. It looks like I have some misconfiguration or there is a bug. My test server has 2 domain records pointing at it (kamailio.domain1.com and kamailio.domain2.com). My tls.cfg configuration file

[SR-Users] How to unload previously loaded destinations in the case of applying multiple ds_select_domain

2021-07-29 Thread Serdar GÜÇLÜER
Hello all, I have a trouble that is related to the way of usage of dispatcher module. I am working with Kamailio 5.3.2 and using dispatcher module as load balancer to route calls to the media gateways. My dispatching routes are below as simply, route[DISPATCH] { if(ds_select_domain("2",

Re: [SR-Users] Guidelines on E164 conversions

2021-07-29 Thread Henning Westerholt
Hello, Yes – as said, you should use the uac functions to change the From/To headers. This is recommended over using the $fU or $tU. Cheers, Henning From: sr-users On Behalf Of Melissa Frasik Sent: Wednesday, July 28, 2021 7:52 PM To: Kamailio (SER) - Users Mailing List Subject: Re:

Re: [SR-Users] Setting up uacreg

2021-07-29 Thread Arsen Semenov
Hi Duncan, There are plenty of options here. I think here is good place to start: https://www.kamailio.org/wiki/tutorials/security/kamailio-security You also can check https://www.apiban.org/doc.html Regards, On Thu, Jul 29, 2021 at 8:37 AM Duncan Turnbull wrote: > Hi Arsen > > Thanks very