Browse Source

correct typo

3.17
karl anderson 12 years ago
parent
commit
55063d5c51
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      kamailio/local.cfg

+ 5
- 5
kamailio/local.cfg View File

@ -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

Loading…
Cancel
Save