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