This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
add alternatives to WITHOUT_DEFAULT_LISTENER
* allows setting WITH_TCP_LISTENERS and WITH_UDP_LISTENERS when WITHOUT_DEFAULT_LISTENER is defined
master
Luis Azedo
5 years ago
parent
722af98e26
commit
7c77b68726
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save