[Home]

Summary:ASTERISK-11479: 1.6beta3 - Does not record with monitor()
Reporter:Marcin Kowalczyk (kowalma)Labels:
Date Opened:2008-02-20 01:34:17.000-0600Date Closed:2008-02-20 09:19:40.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_monitor
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I've tried to monitor separate channels witch Monitor, but it doesn't record a channel. I start recording like this:
exten => _1XXXXXXXXX,n,Set(CALLFILENAME=${TEAM}-${PROJEKT}-${EMPLOYEE}-${STRFTIME(${EPOCH},,%Y.%m.%d-%H.%M.%S)}-${EXTEN:1}-${CALLERID(name)})
exten => _1XXXXXXXXX,n,Monitor(wav,${CALLFILENAME},mb)
exten => _1XXXXXXXXX,n,Dial(${OUT}/${EXTEN},60)

and nothing happened - no call has been recorded. When I tried to use MixMonitor calls were recorded, but I need Monitor (with recording of separate channels). Now I had to came back to Asterisk 1.4.18
Comments:By: Mark Michelson (mmichelson) 2008-02-20 09:08:27.000-0600

I reproduced this locally. By removing the 'b' option from monitor, calls were recorded properly. I will investigate further.

By: Digium Subversion (svnbot) 2008-02-20 09:19:39.000-0600

Repository: asterisk
Revision: 103844

U   trunk/res/res_monitor.c

------------------------------------------------------------------------
r103844 | mmichelson | 2008-02-20 09:21:51 -0600 (Wed, 20 Feb 2008) | 5 lines

Fix another spot where a hard-coded '|' hadn't been converted to ','

(closes issue ASTERISK-11479)
Reported by: kowalma

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=103844