Hello!
I have the following scenario:
1 WAZO is behind NAT
2 Wazo is not behind NAT
First of all, I have no problem with HA, following the implementation described in the documentation everything worked very well, however Wazo is replicating the transport information between nodes and in my case it is behind NAT, it was necessary to configure the following signaling options:
It turns out that these settings are being forwarded to my slave module and when it takes over, it takes over with these incorrect settings, since it does not have NAT, as it is in a cloud that maps the external IP directly to the VM’s network interface. My question is what can I do? I’ve already tried creating a custom-transport in the pjsip.d folder and assigning it to the endpoints directly, but wazo returns an error “res_pjsip.c:903 ast_sip_set_tpselector_from_transport_name: Unable to retrieve PJSIP transport ‘custom-transport-udp’”. Is there anything I can do to prevent these transport settings from being replicated?