HI folks, I have set a barging facility with our production box.Client able to barge a agent but client raise a requirement, they want talk to barge agent but that communication is not listen by customer. It is possible with asterisk or not. thanks in advance. Regards Akhilesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131119/afd0a33b/attachment.html>
On Tue, Nov 19, 2013 at 1:02 PM, akhilesh chand <omakhileshchand at gmail.com>wrote:> HI folks, > > I have set a barging facility with our production box.Client able to barge > a agent but client raise a requirement, they want talk to barge agent but > that communication is not listen by customer. It is possible with asterisk > or not. > > thanks in advance. > > Regards > Akhilesh > >Chanspy with w option - w - Enable whisper mode, so the spying channel can talk to the spied-on channel. https://wiki.asterisk.org/wiki/display/AST/Application_ChanSpy --Satish Barot satish4asterisk at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131119/8c3e8675/attachment.html>
Hi Akhilesh, Yes it is possible using application chanspy in asterisk, use it as following example below. in this example when you press 01 you can listen and also whisper to agent using extension SIP/301 [spy] exten = NoCDR() exten => 01,1, ChanSpy(SIP/301,qw) Regards, Shahbaz On Tue, Nov 19, 2013 at 12:32 PM, akhilesh chand <omakhileshchand at gmail.com>wrote:> HI folks, > > I have set a barging facility with our production box.Client able to barge > a agent but client raise a requirement, they want talk to barge agent but > that communication is not listen by customer. It is possible with asterisk > or not. > > thanks in advance. > > Regards > Akhilesh > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131119/028ec186/attachment.html>