Re: [SR-Users] About SMSC multi-byte support

2022-03-21 Thread shigeru ishida
Hi Henning, I used the following Kamailio 5.5 branch with docker_open5gs. https://github.com/herlesupreeth/kamailio As a result, garbled characters occurred in SMS over IMS. Also, I wrote a little about the VoLTE and SMS settings of docker_open5gs as follows.

Re: [SR-Users] TOPOS (5.1.[23]) breaks PRACK

2022-03-21 Thread George Diamantopoulos
Hello all, Any chance this could be affecting early-dialog UPDATE methods as well? I haven't tried with a different backend (mysql) yet, but loose_route returns false... BR, George On Fri, 25 May 2018 at 18:00, Daniel Tryba wrote: > On Wed, May 23, 2018 at 10:51:37PM +0200, Daniel-Constantin

[SR-Users] Kamailio : Parallel Forking

2022-03-21 Thread Paclinio
I've been trying to do parallel forking but i've a problem. It's when the conversation ends that the user that is in a private network can't send a bye to kamailio and i don't know why. But the on in public network (4G) can. I think it's related to record_route() or Via but I'm not sure. I'm also

[SR-Users] Kamailio : Serial forking

2022-03-21 Thread Paclinio
I've been trying to do serial forking, I've configured something that is working but when I'm looking on github and other sources it seems like my code is a little too complicated and I would like to know if there is a simpler config that I can use. To have more precision, I'm using RTPENGINE and

[SR-Users] dispatcher socket attrs binding

2022-03-21 Thread David Villasmil
Hello guys, Im starting kamailio with listen=0.0.0.0:5060 and in my dispatcher list i have in the attrs something like: socket=udp:172.17.0.2:5060 That IP address belongs to kamailio's host and it is binging to it. Is it right i can't set a specific IP in the socket attribute if listen is

Re: [SR-Users] Can Kamailio send an ACK to a final response?

2022-03-21 Thread Yuriy Gorlichenko
Here are some methods You can use like: - t_uac_send from TM - uac_req_send from UAC - send_data from COREX Depending on your needs On Sat, 19 Mar 2022, 12:36 Marrold, wrote: > Hello, > > I'm exploring using Kamailio as a dumb edge proxy, and as such I want to > keep things as lean as

Re: [SR-Users] pseudo var for From and To sip uri port

2022-03-21 Thread Patrick Karton
Thanks for uac tip  De : Henning Westerholt Envoyé : lundi 21 mars 2022 09:13 À : Kamailio (SER) - Users Mailing List Cc : Patrick Karton Objet : RE: pseudo var for From and To sip uri port Hello, you can get the header port with “transformations”. If

Re: [SR-Users] $ru vs. $fu as r/w pseudo variables

2022-03-21 Thread Daniel-Constantin Mierla
Operations to change the headers and body are not applied immediately:   * https://www.kamailio.org/wiki/tutorials/faq/main#why_changes_made_to_headers_or Daniel On 20.03.22 07:32, Juha Heinanen wrote: > If I set $ru in config file and then print $ru to log, the new value is > printed. If I do

Re: [SR-Users] pseudo var for From and To sip uri port

2022-03-21 Thread Henning Westerholt
Hello, you can get the header port with “transformations”. If you want to set the port for From/To, you should not use the PVs but the uac module functions for this. You should also think about why you want to do this, as the From/To are coming from the user agent and are not set from the

Re: [SR-Users] About SMSC multi-byte support

2022-03-21 Thread Henning Westerholt
Hello, can you share a bit more details how you exactly process the SMS, like which modules etc..? Also, I would recommend that you use a newer version of kamailio, there are also docker images for version 5.5.x available. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/