From ce5d7e191d7196e17f94825fe83bf37911cdea17 Mon Sep 17 00:00:00 2001 From: mpmc Date: Fri, 23 Jun 2023 22:16:37 +0100 Subject: [PATCH] ast: fix trunk address! --- asterisk/conf/pjsip_wizard_trunk_one.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asterisk/conf/pjsip_wizard_trunk_one.conf b/asterisk/conf/pjsip_wizard_trunk_one.conf index 62eb596..06b1388 100644 --- a/asterisk/conf/pjsip_wizard_trunk_one.conf +++ b/asterisk/conf/pjsip_wizard_trunk_one.conf @@ -5,8 +5,8 @@ ; [trunk-one](trunk-defaults) -; Local network address of trunk -remote_hosts = 192.168.255.2:5060 +; Local network address of trunk. +remote_hosts = 192.168.255.2 ; Accept inbound auth for this trunk. accepts_auth = yes