Module: sip-router
Branch: admorten/sca
Commit: 1dad8ba9cceb4de3131fe358c643833fa20b484f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1dad8ba…
Author: Andrew Mortensen <admorten(a)umich.edu>
Committer: Andrew Mortensen <admorten(a)umich.edu>
Date: Sun Nov 25 09:08:42 2012 -0500
Remove leftovers from standalone repo.
---
modules_s/sca/INSTALL | 16 ----------------
modules_s/sca/install.sh | 7 -------
2 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/modules_s/sca/INSTALL b/modules_s/sca/INSTALL
deleted file mode 100644
index 6ea57cc..0000000
--- a/modules_s/sca/INSTALL
+++ /dev/null
@@ -1,16 +0,0 @@
-1. Put the sca source directory in the modules_s subdirectory of the
- sip-router source.
-
-2. Build sip-router (any flavor), e.g.,
- make group_include="standard mysql" include_modules="sca" all
- (or move to the sca directory and make)
-
-3. Install
- make install
- (or simply cp the sca.so to the module_s library directory)
-
-4. Create the sca_subscriptions table in the DB, e.g.,
- mysql -u siprouter -p siprouter < sca.sql
-
-5. Set sca module parameters and start proxy.
- Consult sca module README for details.
diff --git a/modules_s/sca/install.sh b/modules_s/sca/install.sh
deleted file mode 100644
index 0fccc0e..0000000
--- a/modules_s/sca/install.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-set -x
-sudo /sbin/service sip-router stop
-sudo cp sca.so /usr/local/lib64/ser/modules_s/sca.so
-sudo /sbin/service sip-router start
-set +x