Does anyone have a script that will allow me to enter a feature code and barge in listen and possibly speak to one party of a call, or both?
I know that you guys are going to suggest isymphony, but I need a script that will allow me to do so without having to integrate isymphony
Any help would be appreciated.
"core show application
"core show application ChanSpy" will show you all the arguments you can use. There are options to speak to only the spied upon channel or both channels.
I got this working as far as
I got this working as far as asking for a password. Once I enter the password it asks for extension. I cannot get passed this point. What would I enter as an extension? Would i have to enter extension-tenant? If so, how do I do this?
Is there a way to do a feature code similar to call pickup and do like *8xxx replacing xxx with the extension?
the dialplan he gave explains
the dialplan he gave explains it very well... if you're still confused I would advocate reading up a bit on diaplan programming or just pay someone to write your scripts for you. Blindly plugging in code without understanding it can be quite dangerous. You should always understand the code you use lest you be tricked into surrendering the keys to your castle.
Can Listen in on a call but not talk I don't know if it can be changed to allow it but it works good enough.
Just remember the problem if anyone knows the password they can listen in on any call in the tenant.
Here is the script I got of these forums
exten => s,1,Authenticate(${ARG1})
exten => s,n,Read(SPYNUM,vm-extension)
exten => s,n,ChanSpy(SIP/${SPYNUM}${TL_DASH}${tenant},q)
This is dangerous stuff to have running in a company.