Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[ext-local-custom]
exten => _*222x.#,1,Macro(user-callerid,)
exten => _*222x.#,n,Answer
exten => _*222x.#,n,NoCDR
exten => _*222x.#,n,Wait(1)
exten => _*22274[3-9]x,n,ChanSpy(UCX/${EXTEN:4},q)
exten => _*2227[23]xx,n,ChanSpy(UCX/${EXTEN:4},q)
exten => _*222[58]xxx,n,ChanSpy(UCX/${EXTEN:4},q)
exten => _*222x.#,n,Hangup
[ext-local-custom]
exten => 779,1,Macro(user-callerid,)
exten => 779,n,Authenticate(1234)
exten => 779,n,Read(SPYNUM,agent-newlocation)
exten => 779,n,Set(CH_TYPE=${DB(DEVICE/${SPYNUM}/dial)})
exten => 779,n,GotoIf($["${SPYNUM:0:2}" = "73"]?hangup)
exten => 779,n,GotoIf($["${SPYNUM:0:2}" = "74"]?hangup:spy)
exten => 779,n(hangup),Playback(custom/ChanSpyDisallowed)
exten => 779,n,Hangup()
exten => 779,n(spy),ChanSpy(${CH_TYPE})