From 5641b0495b271a397dbcbd8a79c9caf3c9c9ecaf Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Mon, 15 Jul 2019 16:14:20 +0200 Subject: [PATCH] :wrench: Enable STUN and SIP Signed-off-by: mathieu.brunot --- ecs/vars.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecs/vars.config b/ecs/vars.config index 6cdb206..4b7809f 100644 --- a/ecs/vars.config +++ b/ecs/vars.config @@ -6,3 +6,5 @@ {zlib, true}. {elixir, true}. {iconv, true}. +{stun, true}. +{sip, true}.