Module: kamailio
Branch: master
Commit: c1d3fdb31871078b666278a933dbab20a0a8dca3
URL: https://github.com/kamailio/kamailio/commit/c1d3fdb31871078b666278a933dbab2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-13T18:35:56+02:00
misc: examples/kemi - small typo in lua example
---
Modified: misc/examples/kemi/kamailio-basic-kemi-lua.lua
---
Diff: https://github.com/kamailio/kamailio/commit/c1d3fdb31871078b666278a933dbab2…
Patch: https://github.com/kamailio/kamailio/commit/c1d3fdb31871078b666278a933dbab2…
---
diff --git a/misc/examples/kemi/kamailio-basic-kemi-lua.lua b/misc/examples/kemi/kamailio-basic-kemi-lua.lua
index 4be9b13587..f5906d0bde 100644
--- a/misc/examples/kemi/kamailio-basic-kemi-lua.lua
+++ b/misc/examples/kemi/kamailio-basic-kemi-lua.lua
@@ -238,7 +238,7 @@ function ksr_route_location()
end
--- IP authorization and user uthentication
+-- IP authorization and user authentication
function ksr_route_auth()
if not KSR.auth then
return 1;
Hello,
Kamailio SIP Server v5.2.7 stable release is out.
This is a maintenance release of the previous stable branch (5.2), that includes fixes since the release of v5.2.6. There is no change to database schema or configuration language structure that you have to do on previous installations of v5.2.x. Deployments running previous v5.2.x versions are strongly recommended to be upgraded to v5.2.7.
For more details about version 5.2.7 (including links and guidelines to download the tar file or from GIT repository), visit:
https://www.kamailio.org/w/2020/05/kamailio-5-2-7-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Many thanks to all contributing and using Kamailio!
Cheers,
Henning
--
Henning Westerholt - https://skalatan.de/blog/
Kamailio services - https://gilawa.com<https://gilawa.com/>
Module: kamailio
Branch: 5.3
Commit: 957335591e589cde0ae3127b6d2e50c092708e0e
URL: https://github.com/kamailio/kamailio/commit/957335591e589cde0ae3127b6d2e50c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-05-13T12:16:32Z
lib/srdb1/schema: removed kamailio-extensions.xml file
- file didn't have any content itself, tried to include an inexistent
extra.xml, which generated an warning for 'make dbschema'
(cherry picked from commit 367a865e7f0c9cd67fda9176add1ca3c0dad2d46)
---
Removed: src/lib/srdb1/schema/kamailio-extensions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/957335591e589cde0ae3127b6d2e50c…
Patch: https://github.com/kamailio/kamailio/commit/957335591e589cde0ae3127b6d2e50c…
---
diff --git a/src/lib/srdb1/schema/kamailio-extensions.xml b/src/lib/srdb1/schema/kamailio-extensions.xml
deleted file mode 100644
index f4a0aec097..0000000000
--- a/src/lib/srdb1/schema/kamailio-extensions.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE database PUBLIC "-//kamailio.org//DTD DBSchema V1.1//EN"
- "http://kamailio.org/pub/kamailio/dbschema/dtd/1.1/dbschema.dtd" [
-
- <!ENTITY % entities SYSTEM "entities.xml">
- %entities;
-]>
-
-<!-- Inclusion point for custom extensions for Kamailio -->
-
-<database xmlns:xi="http://www.w3.org/2001/XInclude">
- <name>CUSTOM Extensions</name>
- <!-- Include extra definitions if found, it is not
- an error if they are not present, although it
- would produce a warning -->
- <xi:include href="extra.xml">
- <xi:fallback/>
- </xi:include>
- <!-- add more extensions here -->
- <!-- <xi:include href="more-extras.xml"> -->
-</database>