[SR-Users] tls.cfg and configuration

2024-01-17 Thread Aymeric Moizard via sr-users
Hi all, I'm using a central file to define my kamailio cfg configuration. First question: In my main kamailio.cfg, I use: include_file "kamailio-config.cfg" which contains: #!substdef "!MY_DOMAIN!kamailio.example.com!g" I would like to use the same in tls.cfg which is defined

[SR-Users] Re: tls.cfg and configuration

2024-01-17 Thread Henning Westerholt via sr-users
Hello, module specific configuration files (like tls.cfg, dispatcher.list etc..) are usually in a special format that don’t allow the usage of “main” kamailio.cfg statements and variables etc.. If you want to use some templates, maybe using something like ansible is a way to go. Cheers,

[SR-Users] rr, loose_route and corex alias_subdomains

2024-01-17 Thread Jon Bonilla (Manwe) via sr-users
Hi I'm having an issue with the double rr for mst direct routing. I'm using subdomains like 23234.mydomain.com with a wildcard certificate and I set corex modparam alias_subdomains to mydomain.com But loose_route doesn't seem to detect the rr as myself I get the message: rr [loose.c:804]:

[SR-Users] IMS registration failure

2024-01-17 Thread Srinidhi via sr-users
I am trying to get imsdroid register to pcscf . But failing with 504 server timeout . Please help to figure out the reason for register failure . in module ims_registrar_pcscf [/usr/local/lib64/kamailio/modules/ims_registrar_pcscf.so]  0(310120) DEBUG:

[SR-Users] Re: Releasing v5.7.4

2024-01-17 Thread Daniel-Constantin Mierla via sr-users
Hello, here is the usual reminder that v5.7.4 is planned to be released today, therefore any commit to branch 5.7 has to be announced to sr-dev and wait for ack to avoid conflicts with the building of the new release. Once the announcement is out, commits can go in this branch as usual. Cheers,

[SR-Users] add a SIP custom header on a SIP response generated locally

2024-01-17 Thread frédéric Gaisnon via sr-users
Hello, I want to add a SIP custom header on a SIP response generated locally (on the 408 generated when fr_inv_timeout is expired for example) I've tried functions append_hf and append_to_reply in event_route[tm:branch-failure:XXX] or event_route [tm:local-response] without any success. Do