search for: mixmonitor_filename

Displaying 8 results from an estimated 8 matches for "mixmonitor_filename".

2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys, I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2019 Jan 09
2
Switched from Asterisk 1.8 to 13 - CDR ringtime now always zero (Joshua C. Colp)
...ANNEL) exten=>s,n,Macro(WAITCDR) exten=>s,n,Macro(VCRECORD,${MACRO_CONTEXT}X${CALLERID(num)}ACC${CHANNEL(accountcode)},${ARG2}) exten=>s,n(dodial),Macro(VCCALLOUT,${ARG1},${ARG2},${ARG3},${ARG4}) exten=>s,n,NoOp(Setting Userfield after call completion) exten=>s,n,Set(CDR(userfield)=${MIXMONITOR_FILENAME}) exten=>s,dodial+101,Busy() exten=>s,n,Hangup() exten=>s,n,MacroExit exten=>h,1,NoOp(Call hangup MACROSTDOUT) exten=>h,n,UserEvent(RecordingToFile,Uniqueid: ${UNIQUEID},Channel: ${Channel},Filename: ${MIXMONITOR_FILENAME}) exten=>h,n,NoOp(Recorded to ${MIXMONITOR_FILENAME}) exte...
2015 Jul 06
0
Asterisk 13.4.0 - mixmonitor only records one side's perspective
...FER}) exten=>_[123]xxx,n(dodial),Dial(Sip/${EXTEN},120,tTg) [macro-VCRECORD] ; MACRO To setup Recording ;${ARG1} Description To Save ;${ARG2} Dialed Number exten=>s,1,NoOp(Start of MixMonitor recording) exten=>s,n,Set(IAXVAR(accountcode)=${CDR(accountcode)}) exten=>s,n,GoToIf($["${MIXMONITOR_FILENAME}" = ""]?startrec:finrec) exten=>s,n(startrec),Set(recDir=${STRFTIME(${EPOCH},,%y%m/%d)}) exten=>s,n,Set(recFile=${recDir}/${STRFTIME(${EPOCH},,%y%m%d%H%M%S)}D${ARG1} N${ARG2}ID${UNIQUEID}.gsm) exten=>s,n(setacc),set(recFile=${recDir}/${CDR(linkedid)}.gsm) exten=>s,n(maked...
2013 Jul 16
0
FLAC script to convert from wav to FLAC and also with other 3 to 4 formats
...his... In large production environment this script can be used, only challenging part, please make sure the CPU usage is within the limit while conversion. Can be used like this, exten => _4X.,n,MixMonitor(IND_PRI/${CDR(accountcode)}/OUT/${STRFTIME(${EPOCH},,%Y-%m)}/${STRFTIME(${EPOCH},,%d)}/${MIXMONITOR_FILENAME}.wav,b,/root/ flac.sh ${MIXMONITOR_FILENAME}.wav) Regards, Gopal. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130716/0d99d88b/attachment.htm>
2008 Sep 23
0
ast_func_write: Function not registered
...ion 1.4.21.2 i created a write func odbc list records files in sql table: [R] dsn=connector write=INSERT INTO ast_records (filename,caller,callee,dtime) VALUES ('${ARG1}','${ARG2}','${ARG3}','${ARG4}') prefix=M and set it in dialplan : exten => _0X.,n,Set( M_R(${MIXMONITOR_FILENAME}\,${CUSER}\,${EXTEN}\,${DTIME})= ) i tried to add preload => func_odbc.so to load before extentions.conf but when i excute it still have ast_func_write: M_R Function not registered: Executing [0343434 at admin:6] Set("IAX2/555-10991", " M_R(/records/23-09-08-02-22_555_0343434.g...
2018 Jan 08
3
Mixmonitor with b option
On 1/8/18 9:38 AM, Bertrand LUPART - Linkeo.com wrote: > Hello Carlos, > > >> We have a server that records all calls so we set Mixmonitor with the b option to only record calls that are actually bridged. I notice that we have lost of 44 byte files in /var/spool/asterisk/monitor which correspond to calls that were not answered. If a call is not answered I assume it was never
2010 Feb 04
6
Running a script after Dial() ?
I have the following dialplan: ; calls prefix by '8' are recorded exten = _8[01]./_251,1,Set(something=shortened) exten = _8[01]./_251,n,Set(WAV=filename) exten = _8[01]./_251,n,Monitor(wav,${WAV},mb) exten = _8[01]./_251,n,Dial(mISDN/2/${EXTEN:1},,g) exten = _8[01]./_251,n,System(send-recorded-conversation ${WAV}.wav ${EXTEN:1} emailaddr) exten = _8[01]./_251,n,Hangup() The idea is that
2015 Apr 08
1
Help debugging a possible SIP channel leak in 11.17.0, possible race condition
Have you tried Asterisk 13? The bridging mechanism has been completely rewritten on Asterisk 12, so there's no longer channel masquerading and zombie channels. Might be worth a try. 2015-04-07 20:33 GMT-03:00 Alex Villac??s Lasso <a_villacis at palosanto.com>: > El 07/04/15 a las 17:38, Alex Villac??s Lasso escribi?: > > I am trying to collect enough information about an