On Thu, May 5, 2011 at 7:46 AM, Asterisk Man <[email protected]>wrote:
> Hi, > > I have a simple Queue(named 1) and one Member(SIP/1119) logged into it. Now > when a caller is placed into Queue and gets connected with Member, I want to > record the call. It does record the call when I use MixMonitor() before > placing the caller into Queue, but not when MixMonitor() is used in macro > which is called upon Member answering the call. > Why not just use the monitor-format option inside queues.conf? It will begin recording in the chosen format at the point the call is answered. You can set the filename for the recorded call using Set(MONITOR_FILENAME=blah) before you call the Queue() command. -- Thanks, --Warren Selby, dCAP http://www.selbytech.com
-- _____________________________________________________________________ -- 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
