[sr-dev] [kamailio/kamailio] sca: sca_call_info.c: Remove redundant code (#835)

Kevin Scott Adams notifications at github.com
Fri Oct 28 16:55:22 CEST 2016


Just an FYI that the sca.cfg needs to be updated to reflect the newer kamailio.cfg changes.
Also, this script block needs to be added to the sca.cfg at the end....

#!ifdef WITH_SCA
event_route[tm:local-request] {
    if (is_method("NOTIFY")) {
        record_route();
    }
}
#!endif

Seems to not work well without it. My experience with the module.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/835#issuecomment-256942817
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20161028/58b5f952/attachment.html>


More information about the sr-dev mailing list