search for: monitor_exec_arg

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

Did you mean: monitor_exec_args
2005 Aug 08
0
Problems with cmd monitor
...wav and test.wav. From what I can see above, it appears as though the last command the m option runs seems to be wrong which is why the in and out aren't being deleted. I changed it to this: exten => 1200,1,SetVar(MONITOR_EXEC=/bin/nice -n 19 /usr/bin/soxmix) exten => 1200,2,SetVar(MONITOR_EXEC_ARGS=&& /bin/rm /tmp/test-*) exten => 1200,3,Monitor(wav|/tmp/test|m) exten => 1200,4,MeetMe(37455,APM) This is what * console looks like: -- Executing SetVar("IAX2/300@300/3", "MONITOR_EXEC=/usr/bin/ soxmix") in new stack -- Executing SetVar("IAX2/30...
2008 Feb 14
1
Touch monitor file name format
Hi list, The default file name format for touch monitor (automon) recordings is: auto-${EPOCH}-caller-calee It's possible to use the ${TOUCH_MONITOR} variable to change the 'caller-calee' part, but what about the 'auto-${EPOCH}-' part? I've been trying to use ${MONITOR_EXEC_ARGS} to add some more commands after the somix sequence for mp3 conversion. This should work, but I've so far failed to produce any mp3 files because I'm not able to predict the above epoch number. If I could alter 'auto-${EPOCH}-', or if it was stored in a variable I could use...
2008 Feb 18
0
Changing the automon output filename
...allee.wav A variable is available to modify the second half: auto-epoch-${TOUCH_MONITOR}.wav But, I can't modify the first half, 'auto-epoch-', with any variables that I know of, including ${MONITOR_FILENAME}. I want to immediately convert this output file to mp3, e.g. with ${MONITOR_EXEC_ARGS}, but I can't because it's impossible to predict a file name that includes an epoch number. Can anyone help? Thanks, Jaap
2008 Feb 18
1
Attatch monitor recording to a voicemail
Hello All, Our old Lucent Argent system had a feature whereby when you initiate recording during a call, it would afterwards send the recording as a voicemail message to the user who initiated the recording. We use the automon *1 recording function in asterisk, which allows users to record a call if necessary on the fly. Unfortunately there doesn't appear to be an easy way for the user to
2011 May 13
1
Asterisk 1.6: Custom Name for Recordings file
Hi, I have latest Elastix 64 bit setup and running fine (Asterisk 1.6.2.13) I would like to customize the file name of call recordings: /var/spool/asterisk/monitor/20110511-110858-1305126538.912.wav I would like to include the extension number in the file name. Did a lot of googling but not much help. Pls advice. Thx Sans -------------- next part -------------- An HTML attachment was
2006 Apr 04
2
queueue recording and what to do next
Guys, if you define recording on queues.conf and also define a monitor_filename var on your dialplna, you can record a queue call but, isthere a way to do something with the file after the call ends? I need to move the file to some other place but I cant find where to define a command to run after a queue call finishes. Any hints?
2005 Oct 01
7
Updated presentation of Asterisk 1.2
Friends, I have updated my Asterisk 1.2 presentation with the latest information. It is still available in the same place as before: http://www.astricon.net/asterisk1-2/ Please continue to test the beta of Asterisk 1.2, available at ftp.digium.com. We need all the feedback we can get. If you are a developer and have some time for community work, please check in with the bug tracker and help us
2005 Sep 20
4
SUCCESS - 512 Simultaneous Calls with Digital Recording
...m that will copy files to the hard disk at call completion. This should be no problem when calling Monitor directly from the dialplan, but I need to know if there are any complications when digitally recording from app_queue or chan_agent. If anyone has experience with using MONITOR_EXEC and MONITOR_EXEC_ARGS with these applications, your input would be greatly appreciated. Digital recording seems to be the limiting factor when scaling an Asterisk system and we will share any advances we make with the community. We also noticed some "Avoided initial deadlock" and "Avoided deadlock&q...