I tried using chanspy to barge calls. but the audio quality sucks so bad that you’ll swear you are on a very lagged online game audio.
I tried this
[barge]
exten => *898,1,Answer
exten => *898,2,Wait(1)
exten => *898,3,Goto(spy,s,1)
exten => *898,4,Hangup
[spy]
exten => s,1,BackGround(please-enter-the)
exten => s,n,BackGround(extension)
exten => s,n,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds
exten => s,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds
exten => s,n,WaitExten(10)
exten => _XXX,1,ChanSpy(SIP/${EXTEN}|q)
exten => i,1,PlayBack(bad)
exten => i,2,PlayBack(extension)
exten => i,3,Goto(s,1)
[default]
include => barge
really. when you dial *898 you get the greeting please enter the extension. and of course you will enter the extension of the phone you want to barge and it will connect but the audio really sucks. can anyone help me more about call barging?