I am developing a Call Center with AMI, I have already redirect and create a call, but I want to implement a functionality so I can supervise the call (spy). I have been studying the function chanspy of asterisk. Does any one know how to execute the function Chanspy(SIPXXX) throw AMI? Best Regards Carlos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070616/eaf5a7d5/attachment.htm
On 6/16/07, Carlos Garcia Mujica <cgarcia at ekosys.com> wrote:> I am developing a Call Center with AMI, I have already redirect and create > a call, but I want to implement a functionality so I can supervise the call > (spy). > I have been studying the function chanspy of asterisk. > Does any one know how to execute the function Chanspy(SIPXXX) throw AMI?You can do manager Originate, and send that call to context where you have ChanSpy. Regards, Atis