Browse Source

doc: Remove db_berkeley references

Xenofon Karamanos 4 days ago
parent
commit
6727f77cb7

+ 3 - 5
doc/misc/README-MODULES

@@ -3,10 +3,10 @@
 Kamailio  modules
 ==================
 
-This is a major release of the merged SIP Server - Kamailio and SER. 
+This is a major release of the merged SIP Server - Kamailio and SER.
 
 In  previous releases (v3.x) some modules where provided in two versions, in Kamailio
-and SER flavours. These are now merged. In some cases, the functionality has 
+and SER flavours. These are now merged. In some cases, the functionality has
 changed. You can still do the same operation, but how you do it may be different.
 
 Modules are found in the "modules" directory. After installation that can
@@ -64,7 +64,6 @@ corex			Core extensions
 counters		Internal counter API for configuration
 cpl-c			Implementation of SIP Call Processing Language (RFC 3880)
 ctl			Control connector for RPC interface (fifo, unixsock, tcp, udp)
-db_berkeley		Database :: Berkeley DB (Oracle)
 db_cluster		Generic database connectors clustering and failover
 db_cassandra		Database :: Cassandra database server connector
 db_flatstore		Database :: Flatstore
@@ -166,7 +165,7 @@ pua_usrloc		Presence :: USRLOC integration
 pua_xmpp		Presence :: XMPP/Jabber gateway
 purple			Presence :: Libpurple support
 pv			Pseudo-variable implementation
-qos			Dialogs :: SDP management 
+qos			Dialogs :: SDP management
 ratelimit		Traffic shaping module
 regex			Regular expression support
 registrar		Registrar/location server support
@@ -221,4 +220,3 @@ xmlops			XML operations using XPath
 xmlrpc			HTTP :: XMLrpc support
 xmpp			Presence/IM :: XMPP/jabber gateway
 xprint			Functions for printing messages with specifiers (from SER)
-

+ 0 - 19
doc/tutorials/rpc_list/docbook/rpc_db_berkeley.xml

@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- this file is autogenerated, do not edit! -->
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-	"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-<chapter id="rpc_exports.db_berkeley">
-	<title>
-RPC Exports for db_berkeley
-	</title>
-
-
-<section id="db_berkeley.reload"><title>db_berkeley.reload</title>
-<para>
-        Reload a berkeley db or env
-</para>
-<para>
-</para>
-</section>
-
-</chapter>

+ 0 - 1
doc/tutorials/rpc_list/docbook/rpc_list.xml

@@ -41,7 +41,6 @@
 		<xi:include href="rpc_counters.xml"/>
 		<xi:include href="rpc_cplc.xml"/>
 		<xi:include href="rpc_ctl.xml"/>
-		<xi:include href="rpc_db_berkeley.xml"/>
 		<xi:include href="rpc_db_flatstore.xml"/>
 		<xi:include href="rpc_db_flatstore.xml"/>
 		<xi:include href="rpc_db_text.xml"/>

+ 0 - 9
doc/tutorials/rpc_list/rpc_db_berkeley.txt

@@ -1,9 +0,0 @@
-RPC Exports for db_berkeley
-===========================
-
-                  [ this file is autogenerated, do not edit ]
-
-
- 1. db_berkeley.reload
-        Reload a berkeley db or env
-