diff --git a/opensips/opensips.tmp b/opensips/opensips.tmp index 8cc19e0..35b3da9 100644 --- a/opensips/opensips.tmp +++ b/opensips/opensips.tmp @@ -42,10 +42,10 @@ alias=localhost.localdomain ###################################################################### ## Connectivity ###################################################################### -listen=udp:0.0.0.0:{{SIP_PORT}} -listen=udp:0.0.0.0:7000 -listen=tcp:0.0.0.0:{{SIP_PORT}} -listen=tcp:0.0.0.0:7000 +listen=udp:eth0:{{SIP_PORT}} +listen=udp:eth0:7000 +listen=tcp:eth0:{{SIP_PORT}} +listen=tcp:eth0:7000 tos=IPTOS_LOWDELAY # advertised_address={{SIP_IP}} # advertised_port={{SIP_PORT}}