Module: kamailio
Branch: master
Commit: 49420bac12faf27ce4b7ae6a869741f41e6a6553
URL: https://github.com/kamailio/kamailio/commit/49420bac12faf27ce4b7ae6a869741f…
Author: qxork <fred(a)qxork.com>
Committer: qxork <fred(a)qxork.com>
Date: 2015-08-06T13:29:23-04:00
etc: simple typo fixes in kamailio.cfg
- fixed small typos within comments of default kamailio config
---
Modified: etc/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/49420bac12faf27ce4b7ae6a869741f…
Patch: https://github.com/kamailio/kamailio/commit/49420bac12faf27ce4b7ae6a869741f…
---
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 1190e80..e906795 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -546,7 +546,7 @@ route[RELAY] {
# Per SIP request initial checks
route[REQINIT] {
#!ifdef WITH_ANTIFLOOD
- # flood dection from same IP and traffic ban for a while
+ # flood detection from same IP and traffic ban for a while
# be sure you exclude checking trusted peers, such as pstn gateways
# - local host excluded (e.g., loop to self)
if(src_ip!=myself) {
@@ -721,7 +721,7 @@ route[PRESENCE] {
return;
}
-# IP authorization and user uthentication
+# IP authorization and user authentication
route[AUTH] {
#!ifdef WITH_AUTH
@@ -771,7 +771,7 @@ route[NATDETECT] {
return;
}
-# RTPProxy control and singaling updates for NAT traversal
+# RTPProxy control and signaling updates for NAT traversal
route[NATMANAGE] {
#!ifdef WITH_NAT
if (is_request()) {
@@ -827,7 +827,7 @@ route[PSTN] {
#!ifdef WITH_PSTN
# check if PSTN GW IP is defined
if (strempty($sel(cfg_get.pstn.gw_ip))) {
- xlog("SCRIPT: PSTN rotuing enabled but pstn.gw_ip not defined\n");
+ xlog("SCRIPT: PSTN routing enabled but pstn.gw_ip not defined\n");
return;
}
line 469:
rpc->rpl_printf(c, "relaad OK");
better change to "reload OK" if it wasn't an intentional mistake
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/275
Hi,
I have a Kamailio v4.3.0 with SVN Rev. c6aa95 running an RLS based presence
setup. Everything works fine when end-user has UDP transport, however, if
user has TCP or TLS transport then i aggregated NOTIFY sent by RLS gives
send error,
--
WARNING: <core> [forward.c:231]: get_send_socket2(): protocol/port mismatch
(forced tls:X.X.X.X:5061, to udp:Y.Y.Y.Y:12345)
--
(X.X.X.X is server IP and Y.Y.Y.Y is end user IP).
Not sure if it is configuration issue or some bug, so posting it to both
mailing list.
Please help.
Thank you.
Hello,
Kamailio SIP Server v4.2.6 stable release is out.
This is a maintenance release of the previous stable branch, 4.2, that
includes fixes since release of v4.2.5. There is no change to database
schema or configuration language structure that you have to do on
installations of v4.2.x. Deployments running previous v4.x.x versions
are strongly recommended to be upgraded to v4.2.6 (or to 4.3.x series).
For more details about version 4.2.6 (including links and guidelines to
download the tarball or from GIT repository), visit:
* http://www.kamailio.org/w/2015/07/kamailio-v4-2-6-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Note: the latest stable branch is 4.3, at this moment with its latest
release v4.3.1. See more details about it at:
* http://www.kamailio.org/w/kamailio-v4-3-0-release-notes/
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/miconda - http://www.linkedin.com/in/miconda
Hi All,
i want to replace MySQL with redis database in kamalio,but in kamalio
supports transactions with MySQL ,ie saving data in MySql DB.but while
trying to run kamailio with redis ,transaction are not happening,is there
any module that i have to enable in kamalio for No SQL databases
transaction support.