From e85903cb817d4c2c27a621dbaa4bf57aab0ba732 Mon Sep 17 00:00:00 2001 From: mpmc Date: Thu, 6 Jul 2023 17:48:13 +0100 Subject: [PATCH] ast: mobile incoming must ALWAYS match incoming trunk --- asterisk/conf/mobile/extensions.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asterisk/conf/mobile/extensions.conf b/asterisk/conf/mobile/extensions.conf index f87492d..d9aec3e 100644 --- a/asterisk/conf/mobile/extensions.conf +++ b/asterisk/conf/mobile/extensions.conf @@ -61,7 +61,7 @@ exten => _X.,1,Queue(${QUEUE_ONE},nr,,,120) same => n,Hangup() [from-quectel0] -exten => _X.,1,Goto(inbound-one,${EXTEN},1) +exten => ${TRUNK_ONE_CID},1,Goto(inbound-one,${EXTEN},1) same => n,Hangup() [outbound-one]