similar to: Mixmonitor with b option

Displaying 20 results from an estimated 7000 matches similar to: "Mixmonitor with b option"

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
2007 Jun 18
2
MixMonitor Timestamp problem
hi, I am facing some issues while using MixMonitor. My extensions logic is attached below: exten => s,1,MixMonitor(${CALLERID(number)}-${TIMESTAMP}-${UNIQUEID}.gsm,b) in this extensions TIMESTAMP is not working in Asterisk 1.4. can any help me why TIMESTAMP is not working in Asterisk 1.4. regards, Asif
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"
2015 Apr 22
1
MixMonitor Files Always Empty
Hi, sorry to bump this one but I still have this problem. The file is always created but is always zero size. This is the dial plan that records the call: exten = _0[1-8]X.,1,Set(CALLFILENAME=/var/spool/asterisk/callrecordings/its/${STRFTIME(${EPOCH},,%Y/%m/%d)}/Outbound-${UNIQUEID}) exten = _0[1-8]X.,2,MixMonitor(${CALLFILENAME}.gsm,b) The dial plan then calls a macro that makes the call. I?ve
2007 Feb 04
1
Help - Received response: "Forbidden" from '"Unknown"
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Ext No Problems Panasonic Ext -> SIP Ext No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing [903........@from-sip:1] Dial("SIP/610-097aee60",
2011 Mar 05
1
can anyone tell me how to set asterisk to record all phonecall
Hi all, I need to use asterisk to record all phonecall I have test using mixmonitor to record a call. Now I need to set the configure file to let asterisk auto record all calls. I have searched many document but still can not succeed. My version is 1.8beta and I prefer using mixmonitor. Regards!
2014 Sep 11
3
if statement recording - after hours
In my dial plan I have these two lines: exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _NXXXXXX,n,MixMonitor(${recordfilename},b) How to add "if" statement to execute these line only after let say 5pm. To record conversation only after 5pm. -- Joseph
2011 Jan 01
4
Saving the monitor file on new file always using Monitor(wav, Record1, m)
Dear List; For each call (in specific case), I need to do a record and save in a spearated file, so I am thinking the best thing is to save based on the time. Monitor(wav,Record1,m) So, how can I make the file name to be based on the current time (which is changed always, or based on the some unique paramter (related to the call it self). Any advise? Regards Bilal
2011 Sep 23
3
Set (MONITOR_FILENAME=.................) for queuing recording calls
Hi All; I noticed in the queues.conf the configuration for recording the calls in the queuing, and regarding to the filename (or any other parameter), it is written that I can determine the filename using the command: Set(MONITOR_FILENAME=foo) But it should be called from the dialing plan, but really i did not understand how to call it from the dialing plan. Well, for example this is my
2009 Jan 18
2
Recordin call in asterisk
I need help need recording all call for my pbx but i am a novato in asterisk my confi for record is: exten=>_NXXXXXXXXX,n,Set(CALLFILENAME=CLIENTE-${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${UNIQUEID}) exten => _NXXXXXXXXX,n,MixMonitor(${CALLFILENAME}.gsm,m) exten => _NXXXXXXXXX,n,Dial(${TRUNK_CLIENTE}/${EXTEN}) -- Bayardo S?nchez Garc?a Web Developer - Internet
2009 Dec 07
1
Automon -> Voicemail
Hi all, What's the best method to send automon call recordings (*1) to the voicemail box of the Asterisk user? Do you have to trap hangups, etc, or is there some global variable that can be set? Thanks! S.
2014 Sep 18
1
conversation record prematurely
I have following line in a context: ... exten => _587NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _587NXXXXXX,n,MixMonitor(${recordfilename},b) ... It records the conversation but it ends prematurely, after 10min. Why? Where is the setting to records until a user hangup the handset. -- Joseph
2008 Jan 02
2
Invalid extensions
Hi all First I want to wish for everone a happy new year... Well... I have run asterisk 1.4.16.1 in a server. I have this IVR, in extensions.conf: [ura] ;exten => s, 1, Wait,1 exten => s, 1, Answer() exten => s, n, Noop() exten => s, n(debug),DumpChan() exten => s, n, Set(LANGUAGE()=pt_BR) exten => s, n, Set(CALLFILENAME=/var/spool/asterisk/monitor/entrada/) exten => s,
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro called from a feature (1.4.25, addons 1.4.8). I have a feature code: autorecord => *1,self,Macro,apprecord The apprecord macro looks like: [macro-apprecord] exten => s,1,Playback(beep) exten =>
2014 Sep 21
1
MixMonitor with b option recording all calls
Hello I have an issue wit MixMonitor. I need to record only answered calls, so I set "b" option for this but calls still recording even call no answered My asterisk version 12.5.1, at my other servers with older versions of asterisk (11.8 for example) MixMonitor works fine. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jan 15
2
dahdi_genconf fails with "Empty configuration - no spans"
Hello, I just installed a Debian Jessie box from scratch which sports a Digium TE435 digital card. I installed the software, built and loaded the kernel modules: # dpkg -l|grep dahdi ii asterisk-dahdi 1:11.13.1~dfsg-2+b1 amd64 DAHDI devices support for the Asterisk PBX ii dahdi 1:2.10.0.1-1 amd64
2010 Sep 14
9
Random File Name
Hi, Im looking at using MixMonitor to record calls and I know that I need to set the filename first. However, with the number of calls coming in, hard coding the filename isnt an option. So I need to do something like this:- MixMonitor(RANDOMNUMBER.wav) But can't find a way to generate a random number. I thought that maybe I could use a unique variable that already exists for the current
2014 Sep 18
1
Record call ends in 10min
In my context I have: exten => _NXXXXXX,1,Set(CHANNEL(musicclass)=default) exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _NXXXXXX,n,MixMonitor(${recordfilename},b) but the recorded conversation ended in 10min so it = 600sec I was looking in asterisk configuration file for "600" pertaining recording but
2010 Jul 13
3
STRFTIME function declared in globals context
I'm trying to declare a few date-related global variables to ease my dialplan. When I declare the following in the [globals] context of extensions.conf, I get unexpected results: YEAR = ${STRFTIME(${EPOCH},,%Y)} MONTH = ${STRFTIME(${EPOCH},,%m)} DAY = ${STRFTIME(${EPOCH},,%d)} TIMESTAMP = ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)} If I evaluate these variables in the dialplan later, using exten
2009 May 13
2
Add Monitor application to call suppresses audio
I have an application where we receive calls on an inbound PRI. After hours, our Asterisk box dials our answering service on an outbound PRI and then bridges the caller to the answering service. The flow looks like this: (CALLER)INBOUND_PRI --> CONTEXT --> GOSUB(Incoming) --> GOSUB(bridge-to-anssrv) --> DIAL(answering_service) --> OUTBOUND_PRI(service) This has been working