I was wanting to use the new MuxMon application to record calls - it seems to be a "nicer" way of recording than the Monitor application. However, there is a slight issue with agents - we use the recordcalls option in agents.conf to record inbound agent calls - and I believe from looking at the source code that is uses the monitor application. Is there any way to get chan_agent to use muxmon instead of monitor, or a) Do I have to patch chan_agent.c b) Can I modify my dialplan to use muxmon and remove the record calls option from agents.conf ? Julian.
If you're using AgentCallBackLogin it should be fairly easy to to do what you're looking for in step 'b'. On 10/18/05, Julian Lyndon-Smith <asterisk@dotr.com> wrote:> > I was wanting to use the new MuxMon application to record calls - it > seems to be a "nicer" way of recording than the Monitor application. > > However, there is a slight issue with agents - we use the recordcalls > option in agents.conf to record inbound agent calls - and I believe from > looking at the source code that is uses the monitor application. > > Is there any way to get chan_agent to use muxmon instead of monitor, or > > a) Do I have to patch chan_agent.c > b) Can I modify my dialplan to use muxmon and remove the record calls > option from agents.conf ? > > Julian. > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com <http://Easynews.com>-- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > 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/20051018/4cd55694/attachment.htm
Julian Lyndon-Smith wrote:> I was wanting to use the new MuxMon application to record calls - it > seems to be a "nicer" way of recording than the Monitor application.It will be... but it is very, uh, 'experimental' at the moment. I have just spent the last two days rebuilding the core functionality it uses (also used by app_chanspy) and also rebuilding much of MuxMon. Once I get it tested tomorrow it will be going into the tree for further testing outside of my office :-)> However, there is a slight issue with agents - we use the recordcalls > option in agents.conf to record inbound agent calls - and I believe from > looking at the source code that is uses the monitor application.Applications that use the Monitor() functionality directly will take some work to convert over to the new method, but that will be possible once 1.2 is released and we can make incompatible changes again.