[SR-Users] Re: Modify User-Agent Header in OPTIONS from Dispatcher Module

2023-04-04 Thread Stefan
Hi Henning Thank you, this was easy ;-) But first I wanted to achieve this only for the hosts where I perform topology hiding. Anyway, I change the UA Header now globally. Cheers, Stefan Am 04.04.23 um 15:35 schrieb Henning Westerholt: Hello, try this: https://www.kamailio.org/wikidocs/coo

[SR-Users] Re: Modify User-Agent Header in OPTIONS from Dispatcher Module

2023-04-04 Thread Henning Westerholt
Hello, try this: https://www.kamailio.org/wikidocs/cookbooks/5.6.x/core/#user_agent_header Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com -Original Message- From: Stefan Sent: Dienstag, 4. April 2023 15:04 To: sr-users@list

[SR-Users] Re: segfault during Identity verification (stirshaken)

2023-04-04 Thread Yuriy Nasida
Thanks a lot for advice Daniel. I tried secsipid and it's working fine. But I didn't find some functionality that the stirshaken module has: modparam("stirshaken", "vs_verify_x509_cert_path", 1) modparam("stirshaken", "vs_ca_dir", "/etc/kamailio/stir_CA") modparam("stirshaken", "vs_crl_dir", "/et

[SR-Users] Modify User-Agent Header in OPTIONS from Dispatcher Module

2023-04-04 Thread Stefan
Hello all We are using topos in kamailio 5.5.6 to hide topology to some SIP-Servers. Now, I am trying to modify the User-Agent header of OPTIONS sent by Dispatcher Module, how is this possible? I tried something like this, because insert_hf or remove_hf does not work in event_route: # Branc

[SR-Users] Re: urn:emergency:service:sos as RURI

2023-04-04 Thread Fred Posner
I don’t believe kamailio does rfc8141 but I may not be correct. —fred > On Apr 4, 2023, at 6:03 AM, a.izquie...@zaleos.net wrote: > > Hello, > > I'm running a Kamailio instance with some routing logic in it. When a UA > sends an INVITE with urn:emergency:service:sos as RURI, Kamailio respon

[SR-Users] urn:emergency:service:sos as RURI

2023-04-04 Thread a . izquierdo
Hello, I'm running a Kamailio instance with some routing logic in it. When a UA sends an INVITE with urn:emergency:service:sos as RURI, Kamailio responds with a 400 Bad Request URI. I have set debug log level and it looks like the problem is in the parse_uri.c when sanity_check("1511", "7") is

[SR-Users] Re: Presence module and privacy

2023-04-04 Thread Ihor Olkhovskyi
Ok. It's me who asked, answering by myself as well ) https://blog.provoip.org/2023/04/adding-bit-of-privacy-to-kamailios.html Le mer. 29 mars 2023 à 11:30, Ihor Olkhovskyi a écrit : > Hello! > > Is there any possibility to control more-or-less privacy related > parameters of pua_dialoginfo modul

[SR-Users] Re: [External Email] Re: Malformed To Header

2023-04-04 Thread Serdar GUCLUER
Hello Daniel, Long question, short answer but it worked for me. Thanks for your helping. Serdar 4.04.2023 08:46 tarihinde Daniel-Constantin Mierla yazdı: Hello, in this case, you have to perform the update of To header only in branch_route. Cheers, Daniel On 03.04.23 14:58, Serdar GUCLU