[sr-dev] git:master: sca: more cleanup of SCA example kamailio.cfg

Andrew Mortensen admorten at isc.upenn.edu
Tue Dec 4 06:04:40 CET 2012


Module: sip-router
Branch: master
Commit: b8007d985660b4df5ea9d5ea4347adf65b7f90fa
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8007d985660b4df5ea9d5ea4347adf65b7f90fa

Author: Andrew Mortensen <admorten at isc.upenn.edu>
Committer: Andrew Mortensen <admorten at isc.upenn.edu>
Date:   Mon Dec  3 23:59:50 2012 -0500

sca: more cleanup of SCA example kamailio.cfg

- remove unused xhttp event route

---

 modules/sca/doc/sca.cfg |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/modules/sca/doc/sca.cfg b/modules/sca/doc/sca.cfg
index a7cbafd..e8b44ac 100644
--- a/modules/sca/doc/sca.cfg
+++ b/modules/sca/doc/sca.cfg
@@ -400,12 +400,3 @@ failure_route[MANAGE_FAILURE] {
 
 	route(SCA);
 }
-
-#!ifdef WITH_XHTTP
-event_route[xhttp:request] {
-#!ifdef WITH_XHTTP_RPC
-	$var(xhttp_rpc_root) = $(hu{s.substr,0,9});
-	if ($var(xhttp_rpc_root) == "/http_rpc") {
-		dispatch_xhttp_rpc();
-	}
-#!endif




More information about the sr-dev mailing list