Passing options to chanspy

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