From 272aa6f05e6f819f41c35883888f23cff52cbe6a Mon Sep 17 00:00:00 2001 From: dschreiber Date: Thu, 29 Mar 2012 06:38:02 -0700 Subject: [PATCH] Revert evil change --- opensips/opensips.tmp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}}