diff --git a/kamailio/default-listeners.cfg b/kamailio/default-listeners.cfg index 2f04740..1b28adb 100644 --- a/kamailio/default-listeners.cfg +++ b/kamailio/default-listeners.cfg @@ -12,6 +12,15 @@ listen=UDP_LISTENER_SIP listen=TCP_LISTENER_SIP listen=UDP_LISTENER_ALG listen=TCP_LISTENER_ALG +#!else +#!ifdef WITH_TCP_LISTENERS +listen=TCP_LISTENER_SIP +listen=TCP_LISTENER_ALG +#!endif +#!ifdef WITH_UDP_LISTENERS +listen=UDP_LISTENER_SIP +listen=UDP_LISTENER_ALG +#!endif #!endif #!ifdef WITH_INTERNAL_LISTENER