[app-chanspy]
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] ==-;
This is default chanspy code I am having. It is working very fine. I want little change it.
If I dial 555, I want it to listen extension 101 to 199 only.
If any body can tell me how to do it it will be appriciable