I have been successful using ChanSpy on a standard Dial call but when attempting to ChanSpy on an incoming call that has been added to a MeetMe conference (attempting to coach an agent that is speaking to a conference of callers) it seems to fail to connect to the channel. Here's the console dump: -- Accepting call from '2154182700' to '3399' on channel 0/18, span 4 -- Executing [3399@from-internal:1] Answer("Zap/90-1", "") in new stack -- Executing [3399@from-internal:2] Read("Zap/90-1", "GOTDTMF|demo-instruct|1||1|1") in new stack -- Accepting a maximum of 1 digits. -- Playing 'demo-instruct' (language 'en') -- User entered '5' -- Executing [3399@from-internal:3] GotoIf("Zap/90-1", "5?9") in new stack -- Goto (from-internal,3399,9) -- Executing [3399@from-internal:9] AGI("Zap/90-1", "simpleconf.agi") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/simpleconf.agi -- Playing 'digits/5' (language 'en') -- AGI Script Executing Application: (CHANSPY) Options: (Zap/73|wbq) I verified Zap/73 is the correct channel of the caller currently in the conference I am attempting to ChanSpy on. Has anyone done this before? I apologize in advance if my question lacks the necessary information, I'm new to Asterisk. -George -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070322/d93f3aba/attachment.htm
U can enter to the meetme conference w/ the m option. 'm' --- set monitor only mode (Listen only, no talking) Bruno. GDrayer@guesswho.com wrote:> > I have been successful using ChanSpy on a standard Dial call but when > attempting to ChanSpy on an incoming call that has been added to a > MeetMe conference (attempting to coach an agent that is speaking to a > conference of callers) it seems to fail to connect to the channel. > Here's the console dump: > > > > -- Accepting call from '2154182700' to '3399' on channel 0/18, span 4 > > -- Executing [3399@from-internal:1] Answer("Zap/90-1", "") in new > stack > > -- Executing [3399@from-internal:2] Read("Zap/90-1", > "GOTDTMF|demo-instruct|1||1|1") in new stack > > -- Accepting a maximum of 1 digits. > > -- Playing 'demo-instruct' (language 'en') > > -- User entered '5' > > -- Executing [3399@from-internal:3] GotoIf("Zap/90-1", "5?9") in > new stack > > -- Goto (from-internal,3399,9) > > -- Executing [3399@from-internal:9] AGI("Zap/90-1", > "simpleconf.agi") in new stack > > -- Launched AGI Script /var/lib/asterisk/agi-bin/simpleconf.agi > > -- Playing 'digits/5' (language 'en') > > -- AGI Script Executing Application: (CHANSPY) Options: (Zap/73|wbq) > > > > I verified Zap/73 is the correct channel of the caller currently in > the conference I am attempting to ChanSpy on. Has anyone done this > before? I apologize in advance if my question lacks the necessary > information, I'm new to Asterisk. > > > > -George > > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > 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/20070322/956643ad/attachment.htm
You are using parameter b in ChanSpy arguments. That will only select unbridged channels, Zap/73 is connected directly to the meetme application. Remove that 'b' and try again. Juli?n J. M. On 3/22/07, GDrayer@guesswho.com <GDrayer@guesswho.com> wrote:> > > > > I have been successful using ChanSpy on a standard Dial call but when > attempting to ChanSpy on an incoming call that has been added to a MeetMe > conference (attempting to coach an agent that is speaking to a conference of > callers) it seems to fail to connect to the channel. Here's the console > dump: > > > > -- Accepting call from '2154182700' to '3399' on channel 0/18, span 4 > > -- Executing [3399@from-internal:1] Answer("Zap/90-1", "") in new stack > > -- Executing [3399@from-internal:2] Read("Zap/90-1", > "GOTDTMF|demo-instruct|1||1|1") in new stack > > -- Accepting a maximum of 1 digits. > > -- Playing 'demo-instruct' (language 'en') > > -- User entered '5' > > -- Executing [3399@from-internal:3] GotoIf("Zap/90-1", "5?9") in new > stack > > -- Goto (from-internal,3399,9) > > -- Executing [3399@from-internal:9] AGI("Zap/90-1", "simpleconf.agi") in > new stack > > -- Launched AGI Script > /var/lib/asterisk/agi-bin/simpleconf.agi > > -- Playing 'digits/5' (language 'en') > > -- AGI Script Executing Application: (CHANSPY) Options: (Zap/73|wbq) > > > > I verified Zap/73 is the correct channel of the caller currently in the > conference I am attempting to ChanSpy on. Has anyone done this before? I > apologize in advance if my question lacks the necessary information, I'm new > to Asterisk. > > > > -George > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > >
I have been successful using ChanSpy on a standard Dial call but when attempting to ChanSpy on an incoming call that has been added to a MeetMe conference (attempting to coach an agent that is speaking to a conference of callers) it seems to fail to connect to the channel. Here's the console dump: -- Accepting call from '2154182700' to '3399' on channel 0/18, span 4 -- Executing [3399@from-internal:1] Answer("Zap/90-1", "") in new stack -- Executing [3399@from-internal:2] Read("Zap/90-1", "GOTDTMF|demo instruct|1||1|1") in new stack -- Accepting a maximum of 1 digits. -- Playing 'demo-instruct' (language 'en') -- User entered '5' -- Executing [3399@from-internal:3] GotoIf("Zap/90-1", "5?9") in new stack -- Goto (from-internal,3399,9) -- Executing [3399@from-internal:9] AGI("Zap/90-1", "simpleconf.agi") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/simpleconf.agi -- Playing 'digits/5' (language 'en') -- AGI Script Executing Application: (CHANSPY) Options: (Zap/73|wbq) I verified Zap/73 is the correct channel of the caller currently in the conference I am attempting to ChanSpy on. Has anyone done this before? I apologize in advance if my question lacks the necessary information, I'm new to Asterisk. -George