Re: [asterisk-users] Chanspy() not working with group in asterisk 1.4.42

2011-10-18 Thread Sammy Govind
Hey, I don't think you are doing it right. The memebers/channels you need to spy should be added in SPYGROUP and not the channel which is spying. i.e your code maybe something like this. exten => 4368,1,Answer() exten => 4368,n,NoOp(${CHANNEL}) exten => 4368,n,Set(SPYGROUP=my-g

[asterisk-users] Chanspy() not working with group in asterisk 1.4.42

2011-10-18 Thread virendra bhati
Hi list, I have write down my code on which chanspy not working when I make a group with name of spy. Please help me where is the issue on that. a) caller will call this number to join konference and spy group exten => 4368,1,Answer() exten => 4368,n,NoOp(${CHANNEL}) exten => 436