From ff358f48ec05565576462909243aeadb8df453f4 Mon Sep 17 00:00:00 2001 From: MicLast Date: Fri, 22 Jan 2021 11:21:09 +0400 Subject: [PATCH] Update extensions_custom.conf --- extensions_custom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions_custom.conf b/extensions_custom.conf index 7c1dc3e..24cfc77 100644 --- a/extensions_custom.conf +++ b/extensions_custom.conf @@ -7,13 +7,13 @@ same => n,GotoIf($[ "${CALLERID(number)}" =~ "^(2100|2101|2103)$"]?okay:exit) ; same => n(okay),Gosub(read-proc,s,1) same => n,Gotoif($[${DROP} = 1]?exit:go) same => n(go),Macro(user-callerid,) -same => n,Answer -same => n,NoCDR +same => n,Answer() +same => n,NoCDR() same => n,Wait(1) same => n,Gosub(type-proc,cell${EXTEN:1:3},1) same => n,NoOp(type = ${type}) same => n,ChanSpy(PJSIP/${EXTEN:4},${type}) ; Set needed channel driver here like SIP, PJSIP, SCCP, OOH323, etc. -same => n(exit),Hangup +same => n(exit),Hangup() [read-proc]