Re: [SR-Users] probles with listen advertise address trying to be resolved

2021-11-30 Thread Richard Robson
no the problem appear to be with the advertise this makes all listeners  listen = PRIV_SOCK advertise MY_PUB_SOCK name = "ext" but listen = PRIV_SOCK_TLS  advertise MY_PUB_SOCK_TLS name = "ext_tls" is failing with a look up error on MY_PUB_SOCK_TLS if I try : listen = PRIV_SOCK_TLS  adverti

[SR-Users] Unquoted values from #!defenv

2021-11-30 Thread Ben Kaufman
Hello all, Looking for some clarification regarding quoting and !#defenv . I understand that the example below fails because the environmental variable HOME is not quoted, thus when used in the xlog() call it fails. How is it possible to evaluate and/or use the value of the environmental vari

Re: [SR-Users] DMQ Usrloc/Dialog - Experiences

2021-11-30 Thread Julien Chavanton
Hi Carsten, likewise on everything you said ! Good questions, a transaction is used and there will be retransmissions. In such a case we get the normal transaction retransmission mechanism, if a node becomes disconnected for a while, it is possible to request a full sync, from all the other nodes,

Re: [SR-Users] probles with listen advertise address trying to be resolved

2021-11-30 Thread Richard Robson
Hi the missing  = was my typo in the email and not the config. the probelm is only with the TLS advertise and not the non tls advertise these work as expected listen = LISTEN_EXTERNAL_SOCKET advertise ADVERTISE_NAT_ADDRESS name = "ext" #!substdef "!ADVERTISE_NAT_ADDRESS!1.2.3.4:5060!g" the

Re: [SR-Users] probles with listen advertise address trying to be resolved

2021-11-30 Thread Karsten Horsmann
Hi Richard, seems that you forgot the equal signs in the listen directive. Did kamailio -c -f /etc/kamailio/kamailio.cfg return something? http://www.kamailio.org/wiki/cookbooks/devel/core#listen I did the same with puppet. And I only manipulate my /etc/kamailio/kamailio-local.cfg with the config

[SR-Users] probles with listen advertise address trying to be resolved

2021-11-30 Thread Richard Robson
I have a problem when trying to add an advertised address in Kamailio 5.4.2 we have a checf config that is populating various variable. some of these are for the Listeners we have this working and Im getting all protocols for the listeners based on the non _TLS Vars but the TLS config is t

Re: [SR-Users] DMQ Usrloc/Dialog - Experiences

2021-11-30 Thread Carsten Bock
Hi Julien, thanks for your reply - I really appreciate your feedback and your presentations at KamailioWorld, I hope to see you again in person soon. Can you share some details on how many records you synchronize using DMQ and if you ever experienced any loss of records while synchronization usin