Module: sip-router
Branch: master
Commit: 4fdd0730d17b5770995817a50750897f1e0ab108
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4fdd073…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Sat May 9 19:14:18 2009 +0300
* Moved lcr module from modules_k to modules and removed it from modules_s.
---
{modules_k => modules}/lcr/Makefile | 0
{modules_k => modules}/lcr/README | 0
{modules_k => modules}/lcr/doc/Makefile | 0
{modules_k => modules}/lcr/doc/lcr.xml | 0
{modules_k => modules}/lcr/doc/lcr_admin.xml | 0
{modules_k => modules}/lcr/hash.c | 0
{modules_k => modules}/lcr/hash.h | 0
{modules_k => modules}/lcr/lcr_mod.c | 0
{modules_k => modules}/lcr/lcr_mod.h | 0
{modules_k => modules}/lcr/mi.c | 0
{modules_k => modules}/lcr/mi.h | 0
modules_s/lcr/Makefile | 17 -
modules_s/lcr/README | 259 ------
modules_s/lcr/doc/Makefile | 4 -
modules_s/lcr/doc/functions.xml | 17 -
modules_s/lcr/doc/lcr.xml | 121 ---
modules_s/lcr/doc/params.xml | 235 ------
modules_s/lcr/lcr_mod.c | 1113 --------------------------
modules_s/lcr/lcr_mod.h | 61 --
modules_s/lcr/lcr_rpc.c | 104 ---
modules_s/lcr/lcr_rpc.h | 35 -
modules_s/lcr/ser-lcr.cfg | 24 -
22 files changed, 0 insertions(+), 1990 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=4fd…