FreePBX Paid Support


Not Logged in - No Account?

Logging in allows you to post to forums, track new posts, subscribe to threads, pm (private message) other members, and receive periodic news letters. Once logged in this message disappears. No account? Create one by registering here. Lost your password, request a new password. We respect your privacy and collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for details.


passing options to chanspy

sofsof's picture

Hi,
is it possible to pass options to chanspy?

the default chanspy code is:

[app-chanspy]
include => app-chanspy-custom
exten => 555,1,Macro(user-callerid,)
exten => 555,n,Answer
exten => 555,n,Wait(1)
exten => 555,n,ChanSpy()
exten => 555,n,Hangup

; end of [app-chanspy]

I would like to have exten => 555,n,ChanSpy(,q) instead of exten => 555,n,ChanSpy().

Of course I can do this manually but it will change after any modification in Freepbx.

On the Feature Code Admin on can change the Chanspy number from 555 to any number. But I don't see where on Freepbx one can pass options to Chanspy.

Is there such a possibility?

Thanks


__________________