<div dir="ltr">Hi list,<br><br>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.<br><br>a) caller will call this number to join konference and spy group<br>
 <br>exten =&gt; 43681111,1,Answer()<br>exten =&gt; 43681111,n,NoOp(****${CHANNEL}****)<br>exten =&gt; 43681111,n,Set(GROUP(${CHANNEL})=spy)<br>exten =&gt; 43681111,n,Set(a=${GROUP_LIST(spy)})<br>exten =&gt; 43681111,n,Set(b=${GROUP_LIST()})<br>
exten =&gt; 43681111,n,Konference(VADSTR)<br><div dir="ltr"><br>b) spy will dial it to spy the channels<br><br>exten =&gt; 43681156,1,Answer()<br>exten =&gt; 43681156,n,NoOp(***${SPYGROUP}****)<br>exten =&gt; 43681156,n,Set(SPYGROUP=spy)<br>
exten =&gt; 43681156,n,NoOp(***${SPYGROUP}****)<br>exten =&gt; 43681156,n,ChanSpy(DAHDI,g(spy)) <br>exten =&gt; 43681156,n,Hangup()<br><br>when I used chanspy without option then It works <br>like  Chanspy(DAHDI)<br><br>Any help will be appreciated <br>
<br>-----<br>Thanks and regards<br><br> Virendra Bhati<br>+91-9172341457<br>Software Engineer<br></div><br>
</div>