similar to: Recording queue transfers

Displaying 20 results from an estimated 600 matches similar to: "Recording queue transfers"

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
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
2005 Feb 15
1
Integration Panasonic PBX
Hi, I was woredering if you could help me to put into practice this solution. The idea: Create a IVR-Voicemail The scene: PSTN------/6------PBX--------/12--------- Internos | /4 ports | IVR-Voicemail The Operation: 1)Where a call enters from the PSTN, the PBX flashes and
2005 May 31
1
monitoring oh323 calls
Hello list, I put together a quick note about how to "see" oh323 calls while they are handled by your * box. http://www.oinko.net/astrecipes/index.php?n=89 The article is just a draft with usage examples; I'd love to hear your comments and updates if there is something I got wrong. Thanks l. -- Assum est, versa et manduca.
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
2005 Mar 20
1
HELP: Failed start after install asterisk_oh323-0.7.1
Hi, ALL: I install my oh323 channel driver following steps of http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en I works my asterisk well before install the chan_oh323.so. But after I do "make install" the oh_323, my asterisk crash and show me the following message (asterisk -vvvvvvc). Does anyone have any idea about it? What's wrong
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 -
2005 Aug 07
0
Can't compile asterisk-oh323 on Mandrake 10
Hi All: I am trying to compile asterisk with oh323 but I can't compile it. I am using instruction provided at http://www.oinko.net/astrecipes/index.php?from=1&q=astrecipes/compiling+asterisk+with+oh323. The compile error I am getting is as follows. Quite a few other people are getting exactly same error but no one has posted a fix for this error yet. Any help would greatly be
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 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
2006 Mar 23
9
Tearing my hair out with Queues
Egads. Getting queues to work is like pulling teeth. extensions.conf: exten => q_main,1,Queue(oneeighty_main||||1) exten => 80014055,1,Dial(SIP/80014018,15,tr) exten => 80014057,1,Dial(SIP/80014018,15,tr) exten => 80014052,1,Dial(SIP/80014018,15,tr) queues.conf: [oneeighty_main] musiconhold = default joinempty = strict leavewhenempty = strict strategy = rrmemory retry = 0 member
2006 Dec 08
2
downloading asterisk GUI
This may be a Linux newby question, but here it goes. I was reading the instructions on downloading and installing Asterisk GUI, but I can't get this to work. svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui What would be the equivalent command in CentOS 4? http://astrecipes.net/?n=217 -------------- next part -------------- An HTML attachment was
2007 Jul 01
1
Installing AJAM
Hi, I just installed Asterisk 1.4.6. I didn't see http.conf in /etc/asterisk. Is there a seperate install for AJAM? I dug around a little and found only _one_ reference that refers to installation of AJAM: http://astrecipes.net/?n=217 In accordance with the instructions on this site I performed the following: svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
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
2009 May 25
1
New tutorial: storing audio recordings per day
Hi everyone, after doing the same thing multiple times and struggling to remember how it was done, I have prepared a small tutorial that explains how to save monitored files in different folders per day. This is quite useful becausethe resultingfile system is way more manageable than having maybe 100,000 files all saved in the same folder. You can find the tutorial here:
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
2006 Apr 20
3
still some moh troubles
Hi, After following the suggestions on the mailing lists and the wiki I'm still experiencing choppy moh. The song plays but with frequent noise parts. - I'm using asterisk 1.2.4 on our production server and 1.2.7 on the test server. - native moh with .gsm and .pcm formats (according to http://astrecipes.net/?n=152) - compiled ztdummy as a timing source any pointers on how to dig deeper
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
2007 Jul 12
0
No subject
I have checked and nothing is running on 1720, I even tried other ports Thanks ------=_Part_156950_6447813.1223890893752 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div dir="ltr">Hi<br>I am trying to get H323 to run on Asterisk, basically I had Asterisk running so I followed this tutorial <br><a
2007 May 01
2
Runaway MOH/mp3123 process?
Has anyone noticed a problem with runaway mpg123 processes for music-on-hold eating up ~100% CPU and driving the load on the machine way up? I've seen this problem consistently with multiple Asterisk installs, 1.2.x and 1.4.x, although admittedly it was more common with 1.2.x as far as I can tell. There is no clearly identifiable sequence of events that causes this to occur, although it