from the trace image you shared, Kamailio seems to be doing things right: it sends INVITEs to remote endpoint 108.59.2.133:5060
However, it seems the remote endpoint is not accepting or is ignoring the SIP messages, so I would check:
- is Kamailio sending to the correct IP:Port address ?
- is  108.59.2.133:5060 listening ?
- is Firewall at  108.59.2.133:5060 allowing requests from 65.21.159.66 ?
- just to be sure, is the firewall at 65.21.159.66 dropping replies from 108.59.2.133 ?

Atenciosamente / Kind Regards / Cordialement / Un saludo,


Sérgio Charrua


On Wed, Mar 26, 2025 at 4:32 PM keffa yebe Diomande via sr-users <sr-users@lists.kamailio.org> wrote:

Hello Alex, Sergio

look at the scenario:

Le 26/03/2025 à 13:03, fabien via sr-users a écrit :
for the 1:
#!substdef "!MY_IP_ADDR!X.X.X.X!g"
#!substdef "!MY_DOMAIN!X.X.X.X!g"
#!substdef "!MY_WS_PORT!8080!g"
#!substdef "!MY_WSS_PORT!4443!g"
#!substdef "!MY_WS_ADDR!tcp:MY_IP_ADDR:MY_WS_PORT!g"
#!substdef "!MY_WSS_ADDR!tls:MY_IP_ADDR:MY_WSS_PORT!g"

listen=MY_IP_ADDR
#!ifdef WITH_WEBSOCKETS
listen=MY_WS_ADDR
#!ifdef WITH_TLS
listen=MY_WSS_ADDR
#!endif
#!endif

for 2: i just take the default config in the docs
for 3: no, i don't. Where can i really put xlog to really see import information and what to log?
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org
To unsubscribe send an email to sr-users-leave@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the sender!
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org
To unsubscribe send an email to sr-users-leave@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the sender!