Displaying 20 results from an estimated 2000 matches similar to: "Automon filenames"
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.
2007 Jun 29
2
features.conf / DTMF / automon hell
I have been trying for a very long time to get asterisk to detect and
utilize dtmf tones from my sip clients within my dial scripts. I have
set automon=>#9 in my features.conf, I have Dial(....,gWw) in my dial
scripts. I have Set(DYNAMIC_FEATURES=automon) as the first script in
my extension. I can see the dtmf tones on the wire as SIP INFO
packets. Using the Read() app I have verified that * is
2006 Jan 16
2
automon - one touch record
Actually the docs for the Queue application say:
'w' -- allow the called user to write the conversation to disk via Monitor
'W' -- allow the calling user to write the conversation to disk via Monitor
couldn't get these to work tho. Does this mean I can do one touch recording with agents, or does it mean I can use the monitor() command? Very confusing...
Doug.
2008 Feb 18
0
Changing the automon output filename
Hi list,
The default automon (touch monitor) output file name format is:
auto-epoch-caller-callee.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
2010 May 18
1
automon filename does not follow the docs.
Hi there,
We used to record all the calls with the Monitor function.
Now, I haveimplemented on-demand recording with automon instead...
Everything is working fine apart from the generated filename, which as per
all docs, should be auto-epoch-caller-callee....but in my case, it is
auto-epoch-who_started_record-the_other_end.
Thank you all in advance.
Regards,
Marta
-------------- next part
2010 Sep 20
1
Setting 'fname_base' variable doesn't affect 'automon' result file.
Hello List,
Maybe I'm mistaken, but, shouldn't the 'fname_base' variable of
'Monitor' application affect the file name generated through 'automon'
feature?
I initialized this variable with a value as follows:
Set(fname_base=auto-${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
a. Should I use 'fname_base' in uppercase (FNAME_BASE)?
2007 Apr 19
2
CallerID masking
Hello all,
I currently have all outgoing calls set to mask the caller id so it will
always appear to be coming from our main number. The problem I'm having
though, is with both the call detail in mysql and with the automon
(recording) feature. It shows the originating number as the number I
masked it to, rather than the actual person calling. How can I go about
having both the destination see
2008 Feb 11
2
Automon reliability issue
Hi list,
Can someone please explain how to get one touch recording (automon) to
work reliably? I'm using Asterisk 1.4.14 on a Debian etch system. My
current configuration includes the following settings:
In /etc/asterisk/sip.conf:
[2000]
; Siemens Gigaset S675 IP wireless SIP phone.
type=friend
secret=1234
context=phones-j
dtmfmode=rfc2833
qualify=yes
2005 Feb 01
2
Feature automon
There is option automon => *1 in features.conf
As I understand when *1 pressed during conversation => recording should
begin. But unfortunately it doesn't work for me.
I use CVS-HEAD-01/27/05
Does anyone has that feature working?
Thanks
--
Best Regards
VladK
2009 Dec 07
1
automon => *1 "one touch recording"
I'm using Asterisk 1.4 but my "one touch recording" is not working:
feature.conf
automon => *1
extension.conf
[globals]
DYNAMIC_FEATURES=>automon
exten => 117,1,Dial(SIP/117,30,jrwW)
When I press "*1" on incoming call asterisk is not recording anything.
Did I miss any setting?
--
Joseph
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
2005 Mar 15
1
Automon Question
I've got automon up and recording calls on demand from information I
found in the list archives, however instead of ending up with one
monolithic file, I've got a -in and -out version of the files in my
monitor directory?
Anyone have suggestions how I could end up with a monolithic file that
does what I want?
2009 Apr 30
0
automon *1 not working; asterisk-1.4.22.1
automon is not working for me with asterisk 1.4.22.1
in extension.conf
[globals]
DYNAMIC_FEATURES=>automon
dial is with "w"
feature.conf
automon => *1
-- Executing [11 at internal:1] Playback("SIP/218-007556b0", "transfer") in new stack
-- <SIP/218-007556b0> Playing 'transfer' (language 'en')
-- Executing [11 at internal:2]
2006 May 10
13
features.conf *1 Call Recording
Hi all.
I am attempting to setup Asterisk to allow me to press *1 while in a
call to use automon to record the call but have had absolutely no
success. Is there a trick to this?
In extensions.conf
[globals]
DYNAMIC_FEATURES=>automon
[default]
exten => 123,2,Dial(SIP/3000,,wW) ; wW allow one-touch recording
During the call, I press *1 but it records nothing.
David Morrow
2006 Oct 17
1
how to activate recording (automon)
Hi all,
If I activate recording for an extension everything is OK.
but If I activate call recording on demand i am non able to start recording
In principle I should have to press *1, as indictaed in features.conf
(I am using almost last asterisk code, updated 2 days ago from svn, version
SVN-branch-1.2-r39379M )
Actually it produce no effect at all
I am using FreePBX interface, and I saw
2009 Jul 25
0
Set custom file name for automon recordings
Does anyone have an example of how to create a custom filename for the
(combined in/out) audio file captured through automon?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090724/7227cc23/attachment.htm
2010 Sep 02
2
Call Recording Questions
Hi,
1) I want to create add *1 call recording and wanted to know whether the file is created during recording or only after? I want to syncronise the recorded files with my web server (on a different machine (Windows)) so I need a way of telling when the recorded call has ended before copying it over.
2) I tried setting up *1 in features.conf but when I press *1, all that happens is
2008 Mar 13
5
Newbie One-touch Recording: Does not work
I thought it was quite easy to implement but I cannot get one-touch
recording to work. Here are the changes what I did:
I restarted Asterisk after the change (because reload does not work for
changes in features.conf).
I press *1 on the Polycom IP600 phone to record a conversation but no
new wav file appear in /var/spool/asterisk/monitor or elsewhere.
Any suggestions?
Here is the console log:
2008 Mar 13
3
Newbie One-touch Recording: Does not work (more info)
I thought it was quite easy to implement but I cannot get one-touch
recording to work. Here are the changes what I did:
I restarted Asterisk after the change (because reload does not work for
changes in features.conf).
I press *1 on the Polycom IP600 phone to record a conversation but no
new wav file appear in /var/spool/asterisk/monitor or elsewhere.
Test A: Outside line calling in
2007 Oct 14
1
Problem: features (from features.conf) not available if call was originated by manager API or call file
Hello asterisk-users,
I setup my asterisk to support several features like
automon,blindxfer,atxfer,parkcall etc. by using features.conf and the
global variable
DYNAMIC_FEATURES=automon#blindxfer#atxfer#parkcall#disconnect in
extension.conf. Every Dial() command in my diaplan has the appropriate
parameters out of {tTkWwW}.
For calls from my SIP phones everything works fine. Pressing #1 will