From 96caa14606ce77c76db9118b47ba5c68deed411f Mon Sep 17 00:00:00 2001 From: Asterisk PBX daemon Date: Wed, 18 Apr 2018 16:37:26 +0200 Subject: [PATCH] Added [incoming] to incoming.conf --- incoming.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/incoming.conf b/incoming.conf index 19af958..811e92f 100644 --- a/incoming.conf +++ b/incoming.conf @@ -4,3 +4,6 @@ exten => _${LOCALFULLBASE}.,1,Goto(incoming,${EXTEN:${LEN(${LOCALFULLBASE})}},1) ; Incoming call with foreign DID to be routed by custom context [routes] exten => _X.,1,Goto(routes,${EXTEN},1) + +[incoming] +include => intern \ No newline at end of file