kamailio: minor bump + drop 5.x suffix
[feed/telephony.git] / net / kamailio / files / kamailio.conf
1
2 config kamailio 'general'
3 option enabled 0
4 option user kamailio
5 option group kamailio
6 # Amount of shared and private memory to allocate in MByte:
7 option shm_memory 8
8 option pkg_memory 2
9 option cfg_file /etc/kamailio/kamailio.cfg
10 # The lists "listen" and "listen6" basically have the same
11 # effect - each list entry will be added to the Kamailio command
12 # line ("-l address"). However, the init script will try to
13 # resolve any interface specifier into an IPv4 ("listen") or
14 # IPv6 ("listen6") address before starting Kamailio. These lists
15 # may be helpful when using dynamic IPs.
16 #list listen udp:wan:5060
17 #list listen udp:192.168.1.1:5060
18 #list listen6 udp:wan:5060
19 # Any other option can be put between the quotes below:
20 #option options ""
21
22 config kamailio 'hotplug'
23 # Uncomment to enable hotplug:
24 #option interface 'wan'
25