We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea1d6f commit fcbe747Copy full SHA for fcbe747
modules/rtp.io/rtp_io.c
@@ -42,7 +42,7 @@ static void mod_destroy(void);
42
43
static const dep_export_t deps = {
44
{ /* OpenSIPS module dependencies */
45
- { MOD_TYPE_DEFAULT, "rtpproxy", DEP_SILENT|DEP_REVERSE|DEP_REVERSE_INIT },
+ { MOD_TYPE_DEFAULT, "rtpproxy", (DEP_SILENT|DEP_REVERSE) & (~DEP_REVERSE_CINIT) },
46
{ MOD_TYPE_NULL, NULL, 0 },
47
},
48
{ /* modparam dependencies */
0 commit comments