Hi Razvan & OpenSIPS-users,

This is just a quick heads up about catch_dtmf functionality being
available in the rtpproxy/master effective immediately. It is needed for
the DTMF call control feature in OpenSIPS 3.1. The only difference between
it and rtpp_2_1_dtmf code is that in order to enable the feature in master
one needs to load catch_dtmf module either by using "--dso
/some/where/rtpp_catch_dtmf.so" or by providing configuration file
with catch_dtmf section in modules:

modules {
[...]
    catch_dtmf {
        load = /some/where/rtpp_catch_dtmf.so
    }
}

The module code has been developed in collab with Razvan + sponsored by the
OpenSIPS Solutions and comes with the test case providing 95% coverage*.
Any feedback is highly appeciated, as usually, happy DTMF'ing!

-Max
*)
https://coveralls.io/builds/30800066/source?filename=modules/catch_dtmf/rtpp_catch_dtmf.c
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to