From 55063d5c51354233ed88d70a0b62d3b249dc840c Mon Sep 17 00:00:00 2001 From: karl anderson Date: Tue, 20 May 2014 19:14:10 -0400 Subject: [PATCH] correct typo --- kamailio/local.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kamailio/local.cfg b/kamailio/local.cfg index af4349f..dbf00b0 100644 --- a/kamailio/local.cfg +++ b/kamailio/local.cfg @@ -73,9 +73,9 @@ mhomed=0 #!substdef "!UDP_SIP!udp:MY_IP_ADDRESS:5060!g" #!substdef "!TCP_SIP!tcp:MY_IP_ADDRESS:5060!g" #!substdef "!TLS_SIP!tls:MY_IP_ADDRESS:5061!g" -#!substdef "!UDP_AGL_SIP!udp:MY_IP_ADDRESS:7000!g" -#!substdef "!TCP_AGL_SIP!tcp:MY_IP_ADDRESS:7000!g" -#!substdef "!TLS_AGL_SIP!tls:MY_IP_ADDRESS:7001!g" +#!substdef "!UDP_ALG_SIP!udp:MY_IP_ADDRESS:7000!g" +#!substdef "!TCP_ALG_SIP!tcp:MY_IP_ADDRESS:7000!g" +#!substdef "!TLS_ALG_SIP!tls:MY_IP_ADDRESS:7001!g" #!substdef "!TCP_WS!tcp:MY_IP_ADDRESS:8080!g" #!substdef "!TLS_WSS!tls:MY_IP_ADDRESS:8443!g" @@ -88,5 +88,5 @@ mhomed=0 ## what they are doing :) listen=UDP_SIP listen=TCP_SIP -listen=UDP_AGL_SIP -listen=TCP_AGL_SIP +listen=UDP_ALG_SIP +listen=TCP_ALG_SIP