Re: [OpenSIPS-Users] TLS to UDP, record route

2021-05-17 Thread Miha via Users
thank you. Anther thing, when you got ACK, how opensips route it, how it will choose right interface? Initial invite is send via tls to ms teams by opensips. But ACK which I get from another SBC is routed via UDP and not TLS? Where i should look for this issue? thank you miha U Opensips:50

Re: [OpenSIPS-Users] OpenSIPS 2021 planning

2021-05-17 Thread Carsten Bock
Hi, just a quick note: I have some patches in the pipeline and I will publish a PR hopefully this week. The changes are on the b2bua module and add the following functionality: - server_address may contain pseudo-variables (e.g. "modparam("b2b_logic", "server_address", "sip:$rU@ $socket_in(advert

Re: [OpenSIPS-Users] TLS to UDP, record route

2021-05-17 Thread Callum Guy
subst_uri only works on the request uri, try again with subst()! On Mon, 17 May 2021 at 08:58, Miha via Users wrote: > Hello > > i need a little help how to chnage RR in responses to UDP GW (requestes > goes via TLS to MS teams). > > So in reply i have like this: > RECORD-ROUTE: > , > . > > Bu

[OpenSIPS-Users] TLS to UDP, record route

2021-05-17 Thread Miha via Users
Hello i need a little help how to chnage RR in responses to UDP GW (requestes goes via TLS to MS teams). So in reply i have like this:  RECORD-ROUTE: ,. But i should have like this: RECORD-ROUTE: ,. I tried to do it like:  subst_uri('/mtsbc.test.com:5061;transport=tls/xxx.xxx.xxx.:5

[OpenSIPS-Users] Config script - Opensips + RTPProxy + Freeswitch on EC2

2021-05-17 Thread HS
Hi all. I keep writing from time to time asking for help as a newbie to Opensips. Somehow trial and error makes things work. I wanted to know if there's a book/tutorial available to understand how the .cfg file and script works and all the variables involved. Specifically trying to do the followin