From beb91bf5c336ab5666aeb98d0b0bd77cb388f5d6 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 21 May 2026 17:00:00 +0200 Subject: [PATCH] =?UTF-8?q?KI-AGENT:=20Asterisk=20PJSIP=20Reload=20f=C3=BC?= =?UTF-8?q?r=20Trunk=20korrigieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/routes/telephony.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/routes/telephony.ts b/backend/src/routes/telephony.ts index 3b6134d..7ce2014 100644 --- a/backend/src/routes/telephony.ts +++ b/backend/src/routes/telephony.ts @@ -314,7 +314,7 @@ const runAsteriskAmiCommand = async (command: string, timeoutMs = 5000) => { const runAsteriskReload = async () => { const commands = [ - "pjsip reload", + "module reload res_pjsip.so", "dialplan reload", "pjsip send register telekom-registration", ]