ChanSpy options "d" and asternic

Hello all,

I’m trying to resolve a issue with chanspy and barge calls.
I’m using asternic real time panel to spy/whisper or barge a call but the barge function seems it’s not working properly at all. I tried to make a dialplan to trigger the option “d” with a code but still nothing happents. If i switch instead of “d” the option “B” barge is working fine. Any thoughts why “d” isnt working?
It’s an Freepbx 15 with asterisk 16.

exten => _*222x.#,1,Macro(user-callerid,)
exten => _*222x.#,2,Answer
exten => _*222x.#,3,NoCDR
exten => _*222x.#,4,Wait(1)
exten => _*222x.#,5,ChanSpy(PJSIP/${EXTEN:3},d)
exten => _*222x.#,6,Hangup

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.