Module: kamailio
Branch: master
Commit: 6162a74ad858c6a7421f461cd1483cc8d69c12c1
URL: https://github.com/kamailio/kamailio/commit/6162a74ad858c6a7421f461cd1483cc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-03-18T11:03:58+01:00
rtpproxy: small updates to example cfg
---
Modified: src/modules/rtpproxy/test/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/6162a74ad858c6a7421f461cd1483cc…
Patch: https://github.com/kamailio/kamailio/commit/6162a74ad858c6a7421f461cd1483cc…
---
diff --git a/src/modules/rtpproxy/test/kamailio.cfg b/src/modules/rtpproxy/test/kamailio.cfg
index 0d5c73ff20..5dc6846a8e 100644
--- a/src/modules/rtpproxy/test/kamailio.cfg
+++ b/src/modules/rtpproxy/test/kamailio.cfg
@@ -87,12 +87,12 @@ modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
# The Port for incoming XML-RPC requests
modparam("mi_xmlrpc", "port", 8000)
# Method-Response: A single string parameter should be replied.
-# See: http://www.openser.org/docs/modules/1.2.x/mi_xmlrpc.html#AEN102
+# See: http://www.kamailio.org/docs/modules/1.2.x/mi_xmlrpc.html#AEN102
modparam("mi_xmlrpc", "reply_option", 1)
# The size of the Buffer used to create the XML-RPC-Request-Node
modparam("mi_xmlrpc", "buffer_size", 8192)
# The logfile for the xml-rpc server
-# #modparam("mi_xmlrpc", "log_file", "/tmp/openser_xmlrpc")
+# #modparam("mi_xmlrpc", "log_file", "/tmp/kamailio_xmlrpc")
# ----------------- Settings for Dialog-Module ---------------
# The Name of the Tag in the RR-Route-Header (default "did")
Module: kamailio
Branch: master
Commit: a8827449e4c3c43e3f25abb7f5b27b2e1d1ab1b7
URL: https://github.com/kamailio/kamailio/commit/a8827449e4c3c43e3f25abb7f5b27b2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-03-18T11:03:37+01:00
p_usrloc: updated path to db scripts in docs
---
Modified: src/modules/p_usrloc/doc/p_usrloc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/a8827449e4c3c43e3f25abb7f5b27b2…
Patch: https://github.com/kamailio/kamailio/commit/a8827449e4c3c43e3f25abb7f5b27b2…
---
diff --git a/src/modules/p_usrloc/doc/p_usrloc_admin.xml b/src/modules/p_usrloc/doc/p_usrloc_admin.xml
index e716c8fb25..4bfe7672bb 100644
--- a/src/modules/p_usrloc/doc/p_usrloc_admin.xml
+++ b/src/modules/p_usrloc/doc/p_usrloc_admin.xml
@@ -737,7 +737,7 @@ modparam("p_usrloc", "db_mode", 2)
For that, if the table was not created by the installation script or you choose
to install everything by yourself you can use the p_usrloc-create.sql
<acronym>SQL</acronym> script in the database directories in the
- openser/scripts folder as template.
+ utils/kamctl/mysql/ folder as template.
Database and table name can be set with module parameters so they
can be changed, but the name of the columns must be as they are
in the <acronym>SQL</acronym> script.
Ubuntu 16.04.2 LTS
version: kamailio 4.3.4 (x86_64/linux)
/etc/kamailio/kamailio.cfg:
```
### LOG Levels: 3=DBG, 2=INFO, 1=NOTICE, 0=WARN, -1=ERR
#!ifdef WITH_DEBUG
debug=4
log_stderror=yes
#!else
debug=2
log_stderror=no
#!endif
memdbg=5
memlog=5
log_facility=LOG_LOCAL0
```
/etc/rsyslog.d/50-default.conf
```
local0.* -/var/log/kamailio.log
```
kamailio.log file
```
-rw-r--r-- 1 syslog adm 1788189 Apr 14 12:09 /var/log/kamailio.log
```
If i disable WITH_DEBUG in kamailio config - it writes log to /var/log/kamailio.log, if i enable it - kamailio write logs to /var/log/syslog.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1070