@dgilvin wrote:
I need some help in getting rid of the beep and the message telling me what ext. when listening in on an ext. I am using Freepbx 14.05.2 Asterisk 13.22.0. I don’t want a beep to be heard by anyone. I put this code into the extentions_custom_conf but it is still making the beep and giving me a message before listening. TIA, not sure what I’m doing wrong.
[app-chanspy]
include => app-chanspy-custom
exten => *798,1,Macro(user-callerid,q)
exten => *798,n,Answer
exten => *798,n,Wait(1)
exten => *798,n,ChanSpy(q)
exten => *798,n,Hangup
Posts: 2
Participants: 2