KI-AGENT: Asterisk PJSIP Reload für Trunk korrigieren

This commit is contained in:
2026-05-21 17:00:00 +02:00
parent 9bdd725691
commit beb91bf5c3

View File

@@ -314,7 +314,7 @@ const runAsteriskAmiCommand = async (command: string, timeoutMs = 5000) => {
const runAsteriskReload = async () => { const runAsteriskReload = async () => {
const commands = [ const commands = [
"pjsip reload", "module reload res_pjsip.so",
"dialplan reload", "dialplan reload",
"pjsip send register telekom-registration", "pjsip send register telekom-registration",
] ]