similar to: monitoring oh323 calls

Displaying 20 results from an estimated 3000 matches similar to: "monitoring oh323 calls"

2006 Apr 12
1
Recording queue transfers
Regarding this article (1) I have one question to make. What can I do to record the call if the agent makes a transfer using the "flash" button instead of "transfer button" or using blindxfer or atxfer defined in features. conf If the agent makes the transfer with "flash", the comunication between the person who is calling and is already in the queue and the target
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
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 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 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 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
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 Sep 09
1
OH323 for HEAD? 0.7.1 doesn't compile.
I have successfully been using OH323 v0.6.5 with Asterisk 1.0.x. I now need to move to CVS HEAD in order to use some features that are not in v1.0.x, and am trying to compile OH323 to use with it. On the InaccessNetworks site, it ways that OH323 v0.7.1 is for HEAD. However, when I compile it, it appears that it hasn't been updated since the channel structures were revamped. I get many errors,
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 Mar 28
3
Agent in multiple queues?
Hi, What do I need to do to put an agent into two queues? The idea being that the agent will get the call no matter which queue it comes into? ~ Matt
2005 Oct 10
6
telephony that "just works"
Hello list, I am looking for a way to have multiple remote Windows users download a package and get connected to *. My idea would be that they run a simple app, it connects without any setting to an * box (maybe via IAX) and then people press a button to talk. It would be okay if they had to enter a username and password, but not more than that. Looking for such software, I keep finding
2005 Feb 20
2
Asterisk H323 support
Hi, anybody knows what's missing or problem why i cant compile asterisk-oh323 in my machine? i got this compiled successfully ...Openh323 - v1.12.2 ...pwlib - v1.5.2 except ...asterisk-oh323 - v0.6.5 here's the output as i run make... mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ make for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory
2004 Jul 29
3
queue_log question: which endpoint was connected?
Hello list, as I'm writing a little perl parser for queue_log analysis, I'd like to know *which* telephone answered a specific queue call. Unfortunately app_queue only logs the call id but does not log the call end point. This is okay for SIP endpoints, because their call id is something like SIP/endpointname-1234 so you can reasonably understand who was on answering, but for
2006 Feb 14
5
Call centre - * hang's up
When agent tries to transfer a phone call (*2 - att transfer) he hangs up. Why? When a phone call isn't from queue then att transfer works fine. In features conf I have *1 for recording, *2 for att transfer and #1 for blind. In queue blind transfer works. For disconnect I have #0. I guess that * is somewhere defined as for hang-up the call, but where? I can't find it anywhere. Any help
2005 Feb 26
3
listening to gsm files
Hello list, I am having trouble listening to GSM files created by Asterisk using a browser. I am noticing that some of my users succeed in listening to them and some others don't. I guess it is something of a codec problem that does not seem to be installed on all machines (though they are all WinXP). Anybody knows what one should do to listen to GSM files? I send files through the
2006 Jun 19
6
User Loses Ability to Make Outgoing Calls
We've been running an Asterisk-based phone system here in our office for a year and a half, and it's pretty much been running smoothly. One employee who works out of the office has a problem that she can't make outgoing calls on a temporary basis every so often (a few times a day). No one else has this problem, her settings are fine, and she regains the capability spontaneously with no
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
2011 Mar 10
2
Is H323 supported when installing Asterisk from Digium Yum repository?
Hi everyone, Installed asterisk from yum repository but I think H.323 is not supported as I tried commands like this and they don't work: - *h.323 debug*: Enable chan_h323 debug - *h.323 gk cycle*: Manually re-register with the Gatekeper - *h.323 hangup*: Manually try to hang up a call - *h.323 no debug*: Disable chan_h323 debug - *h.323 no trace*: Disable H.323 Stack Tracing
2007 Jun 25
1
AstPligg
Hello list, AstPligg is a new Digg-like website devoted to * and VoIP news. At the moment, it's in beta stage and very basic - no fancy custom templates. It allows posting new stories, comments on stories, RSS feeds and tags. Still, it can be very useful, as the number of * sites and blogs grows every day, and keeping track of what is hot in the * world is increasingly difficult. Yes,