* 'master' of ssh://git.sip-router.org/sip-router: modules/mediaproxy: restrict opening of dispatcher connection
@@ -2113,7 +2113,7 @@ static int
child_init(int rank)
{
// initialize the connection to mediaproxy if needed
- if (!mediaproxy_disabled)
+ if (!mediaproxy_disabled && rank > PROC_MAIN)
mediaproxy_connect();
return 0;