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
buffer size & slots
update-rsyslog-config
lazedo
7 years ago
parent
808449c92d
commit
44a88189a5
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
kamailio/default.cfg
+3
-0
kamailio/defs.cfg
+ 3
- 1
kamailio/default.cfg
View File
@ -25,7 +25,9 @@ mlock_pages = yes
phone2tel
=
1
max_while_loops
=
MAX_WHILE_LOOPS
pv_buffer_size
=
65536
pv_buffer_size
=
PV_BUFFER_SIZE
pv_buffer_slots
=
PV_BUFFER_SLOTS
mem_join
=
1
####### Logging Parameters #########
+ 3
- 0
kamailio/defs.cfg
View File
@ -25,6 +25,9 @@
#!trydef KAZOO_LOG_LEVEL L_INFO
#!trydef PV_BUFFER_SIZE 8192
#!trydef PV_BUFFER_SLOTS 20
#!ifndef KAMAILIO_DBMS
#!substdef "!KAMAILIO_DBMS!kazoo!g"
#!endif
Write
Preview
Loading…
Cancel
Save