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 <[email protected]> Committer: Andrew Mortensen <[email protected]> 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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
