Browse Source

add alternatives to WITHOUT_DEFAULT_LISTENER

* allows setting WITH_TCP_LISTENERS and WITH_UDP_LISTENERS when WITHOUT_DEFAULT_LISTENER is defined

(cherry picked from commit 7c77b68726)
5.0
Luis Azedo 5 years ago
parent
commit
fe91266c83
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      kamailio/default-listeners.cfg

+ 9
- 0
kamailio/default-listeners.cfg View File

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


Loading…
Cancel
Save