Displaying 20 results from an estimated 600 matches similar to: "New tutorial: storing audio recordings per day"
2007 Feb 22
3
New tutorial: DTMF tone detection
Hello list,
I have prepared a small tutorial today that deals with how to avoid
Asterisk rebuilding DTMF tones when using it to connect industial
appliances that use DTMF. You can find it at:
http://astrecipes.net/index.php?n=248
I know it isn't everybody's piece of cake, but I thought somebody could be
interested as well :)
l.
--
Home of QueueMetrics -
2006 Nov 09
2
A couple of new tutorials: installing * 1.4 and the Asterisk GUI
Hello list,
I have prepared a couple of new tutorials you may find interesting:
- Installing an Asterisk 1.4 beta system - at http://astrecipes.net/?n=216
- Installing the Digium's Asterisk GUI for 1.4 - at
http://astrecipes.net/?n=217
It's nothing too complex, but you may find them interesting, especially
the new Asterisk GUI.
Any comment is welcome - the site is a wiki, so feel
2005 Oct 17
4
compiling Asterisk 1.2 with zaptel and h.323
Hello list,
I have prepared a small recipe on how to compile Asterisk 1.2 beta 1 with
a TDM400 card and H.323.
You can find it at http://www.oinko.net/astrecipes/index.php?n=102
Any comment / suggestion / modification /bugfix is welcome!
I was wondering: is there any way to build a version of Bristuff for 1.2
beta 1?
Bye for now,
l.
--
Loway Research - Home of QueueMetrics
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
2007 Aug 09
1
a couple of new tutorials
Hello list,
I posted a couple of tutorials lately, maybe someone can benefit from them:
The first tutorial explains how to transform your Asterisk call recordings
(in WAV or GSM) to lo-fi MP3 to save a lot of space. It's actually pretty
easy to implement using a makefile.
http://astrecipes.net/index.php?n=294
The other tutorial lets you implement a way to monitor all outgoing
traffic
2006 Mar 13
1
music on hold without mpg123
Hello list,
after the last time that mpg123 wen ballistic on our production system, we
decided to skip mp3 playback altogether and to go for raw files. After
half an hour playing with mpg123 and sox parameters in order to translate
a mp3 file to a wav file that can be streamed back through * with no need
for an mp3 decoder, I thought I'd post the result to the list to avoid
wasting
2006 Dec 18
1
Queue Monitor not mixing if using UNIQUEID in MONITOR_FILENAME
Hello Asterisk Users,
I guess the subject says the most of it; here goes some more
detail:
- Running Asterisk 1.2.14
- Objective: record all calls managed by a specific queue
- Name those files ${TIMESTAMP}-${CALLERIDNUM}-${UNIQUEID}
Facts:
- If the UNIQUEID chan var is used in the MONITOR_FILENAME,
before calling the Queue() application, the two legs of the call are
not
2008 Mar 28
2
New Tutorial: Asterisk on EPIA VIA C3
Hello list,
after spending the best part of an afternoon trying to build Asterisk on
an old EPIA VIA C3, I thought that writing a tutorial would make life
easier for future compilers:
http://astrecipes.net/index.php?n=356
I had never compiled Asterisk for a different architecture, and I'm pretty
disappointed at how complex it is - building Zaptel, Libpri and Asterisk
requires
2014 Sep 12
1
Tutorial: compiling and installing Asterisk 13
Hi all,
I just prepared a little tutorial on installing Asterisk 13 on CentOS
6.5 64-bit.
See http://astrecipes.net/index.php?n=668
Hope you like. :)
l.
--
Loway - home of QueueMetrics - http://queuemetrics.com
Try the WombatDialer auto-dialer @ http://wombatdialer.com
2007 Apr 30
2
don't want call to get answered
In my * box I've configured two queues and incoming number and whenever any
one calls those number call comes to my *box and it sends call to my agents
in queue. but if no agent is available it still answer the call. Is there
any why when my agents are not available I don't want call to get answered.
Here is my dialplan:
exten => xxxx,1,GotoIfTime(*|*|20|dec?ccagents,xxxx,6)
exten
2008 Dec 04
2
set monitor_filename
Hi
I have this in my queue extension and I see this in asterisk when I call to the queue, but no file is created in the directory any ideas?
exten => s,1,Set(MONITOR_FILENAME=/var/spool/asterisk/queuecalls/QSAMPLE-${UNIQUEID})
-- Executing [s at kundservice:1] Set("SIP/0850001175-b7942770", "MONITOR_FILENAME=/var/spool/asterisk/queuecalls/QSAMPLE-1228382046.12")
Regards
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.
2009 Aug 20
1
Post recording command to be executed after the end of recording
Hi all
Does anybody know where this command is supposed to go?
Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MONITOR_FILENAME}
/tmp/^{MONITOR_FILENAME})
In the queues.conf file it talks about it. So I naturally thought
after I set up my monitor with
monitor-format = wav
monitor-type = MixMonitor
That I could put a lame command in there to convert and move the file
elsewhere for backup with
2013 Dec 30
0
Couple of new tutorials on asterisk 12 and ARI
Hi all,
I put together a couple of new tutorials on compiling Asterisk 12 with
PJSIP on CentOS 6.5 and test-driving ARI on the same box.
You can find them at:
http://astrecipes.net/index.php?q=AstRecipes/Compiling%20Asterisk%2012%20on%20CentOS%206.5
and
http://astrecipes.net/index.php?q=AstRecipes/Getting%20started%20with%20ARI
Comments welcome and happy holidays! :)
l.
--
Loway
2006 Mar 12
1
Understanding queue timeouts + possible bug found
Hello list,
I have been researching a bit into the way the queue app works and how
different timeouts play together, and have prepared a short tutorial on
understanding queue timeouts - see
http://www.oinko.net/astrecipes/index.php?n=118 - any suggestion, error
found or correction is welcome.
While I was at it, I came across a strange bug: imageine you have three
callback agents
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?
2010 Feb 17
1
queue.conf - Set(MONITOR_FILENAME=${})
All,
I am trying to set a monitor file from the queue.conf as specified on
http://www.voip-info.org/wiki/view/Asterisk+config+queues.conf In order to
avoid the default MONITOR_FILENAME format wich is:
"agent-xxxxx-uniqueid.wav" for example "agent-10017-1266438575-26.wav"
As you may now, when using the queue command you are not able to know which
agent will take the call,
2006 Jan 31
5
Queue() with timeout=0
Hello,
i've recently switched over from 1.0.9 to 1.2.3.
I've experienced some (to me) weird behaviour.
This is the config for an example queue.conf:
[654]
wrapuptime=30
timeout=20
strategy=ringall
retry=5
queue-youarenext=queue-youarenext
queue-thereare=queue-thereare
queue-thankyou=queue-thankyou
queue-callswaiting=queue-callswaiting
music=default
monitor-join=yes
monitor-format=
2009 Feb 23
1
strange text message:)
Hello guys,
I recently observed that my asterisk sends me sms like messages on my
phone (Nokia E71), I mean is SMS but is delivered some kind in-band
though VoIP. Is strange because this messages contains informations
about my voicemail and is sent by voicemail at mydomainxxx.com. I noticed
that this messages appears every time when I logged in with my phone
on my sip account. I'm interested
2007 Jul 17
5
Asterisk PRI Busy Problem
Hi,
I've an PRI coming to my asterisk ,calls are coming fine and my agents are
able to answer no prob. but I've an agreement with my telco with some
incoming no if the no of calls on these no are more then 3 then send to
another no. they use busy signal to divert call on another number so I'm
sending the call to Congestion() if no of calls in this group are more then
3. But my