Skip to content

Commit

Permalink
Update extensions_custom.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
miclast committed Jan 22, 2021
1 parent 9f2c90f commit ff358f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions_custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ff358f4

Please sign in to comment.