similar to: asterisk config files

Displaying 20 results from an estimated 100 matches similar to: "asterisk config files"

2003 Nov 05
6
recording calls
Hello, You can use ZapBarge as an extension in your dialplan to listen in on conversations going on in Zap channels(Zaptel device channels) As for recording you can use the Manager interface command StartMonitor to start recording of a Zap channel and StopMonitor to stop it. Zap channels are pretty much the only ones right now that you can directly monitor and record through Asterisk. If
2003 Nov 06
5
FW: recording calls
Sorry that got accidentally sent incompleted, here's the full post: OK, here is the long drawn out description of how I am using Zap Barge and Monitor: Zapbarge(listen in on live calls): Very simple actually I just added this to my dial plan(extensions.conf): ; barge monitoring extension exten => 8159,1,ZapBarge exten => 8159,2,Hangup Then when you dial 8159 on
2003 Dec 05
0
Budgetone phones
Of the 4 BT-100's I've had 2 where the ethernet ports failed. And another one which finally one day would just refuse to boot. Warranty replacement took care of all of them. Jonathan Hopper "Todd Wallace" <twallace_list@touchstonetel.com> wrote .. > Anyone ever have the Ethernet port on a Budgetone phone quit working. > For > some reason, it stopped link'ing
2016 Oct 11
2
Port to other Operating Systems
As part of our port of OpenVMS to x86-64, we are using LLVM with our own frontends on OpenVMS Itanium. We are writing a converter between our old backend's IR and the LLVM IR. We can cross-compile (hosted on OpenVMS Itanium) and link/execute on x86-64 CentOS. At present, we pass over 88% of our C test suite. Porting starts with being able to compile the code. Since we are stuck with a
2010 Dec 10
2
FTS and compound searches
Hello, New subscriber here. I noticed that the FTS index is not used in compound searches. Is this expected? Tested in 2.0.0 and 2.0.8: . search BODY "waldo" * SEARCH . OK Search completed (0.000 secs). . SEARCH CHARSET UTF-8 OR SUBJECT "waldo" FROM "waldo" * SEARCH . OK Search completed (1.768 secs). . SEARCH CHARSET UTF-8 OR SUBJECT "waldo" BODY
2002 Dec 05
4
Another new famous game using VORBIS!!!
yoo! i'm so exicted about it, i've just got a copy of James Bond 007: Nightfire! It's the name game from EA GAMES in the james bond series (just out with the new movie) The game uses ogg vorbis ! (ogg.dll vorbis.dll and other stuff :)) woooohooo!! Man i think that if everything that belnogs to EA Games will use vorbis, it means that there's gona be plenty of games which support
2012 Jun 16
2
SA-12:04 commit on RELENG_8_1 incorrect?
Hi, This was the commit of SA-12:04.sysret to RELENG_7_4, which makes sense to me: http://svnweb.freebsd.org/base/releng/7.4/sys/amd64/amd64/trap.c?r1=216618&r2=236953 But when it was applied to RELENG_8_1, it looks wrong, as if it was applied in the wrong place. The indentation is broken, and the code inserted looks like it wouldn't be effective:
2002 Nov 19
2
%user hack still available ?
hi, does anybody know, if the famous "//server/share%user - hack" is still included in the latest sources? Does it lie dormant somewhere there and can be included by some "#def" ? Or does anybody know of a windows 95/98 gui/commandline-tool, where you can enter the password AND username to connect to a share ? Thanks in advance for your help. Solon
2009 May 21
17
Praetorians Game Problem
Hello. Yesterday I installed a very old game named praetorians with WINE. But when i start the game it shows me just fine the eidos and tyro studios advertise and after that the game should start... Instead the screen gets "insane"... It stays black in some parts and in other it bring some pieces of fire-fox that is use in another workspace. anyway the things the screen shows doesn't
2007 Aug 01
2
external USB HDD exclusive for HVM domU?
Hi there, just a short question: Does someone know if it''s possible to use an USB HDD in one HVM domU? It doesn''t need to be the particular USB device, deligating the whole USB controller to this single domU wouldn''t hurt either. Also reconfiguration isn''t an issue, as - if it''s possible - USB devices would only be used by one domU. Thanks in
2004 Oct 07
3
- Advice on NetFinity 5000 series
I have an opportunity to pick up a couple of NetFinity 5500's 4 way Xeon 550's w/ 2 gig RAM for very little $$$ I have seen this: http://www.mail-archive.com/asterisk-dev@lists.digium.com/msg00719.html In it, there is a passing remark to the Digium cards having problems with NetFinity's. Can anyone here comment on whether this is still an issue with * 1.0? It'd be a bummer if
2005 Aug 20
2
Install help on proliant 8500 please..
Ok, here's what iam trying on,, a compaq proliant 8500 server with 8 xeon 550mhz processors, 6 gig ram,, i just installed centos 4.1 on a proliant 3000 dual 550's and 2 gig ram and went smooth as silk, just got the 8500 and it seems to be in good order, but when i tried (twice) to install centos 4.1 it stalls shortly after a screen of stuff installing and the last two items are something
2015 Jun 16
3
FXS Solutions for modems and other non jitter tolerant devices
In the past we have used Adtran Atlas 550's to break out FXS ports for devices like modems. The great thing about the 550 is that internally it is all TDM so there is absolutely zero latency. We are able to use ATA's for faxes and analog phones but devices that use modems, they fail 99.99% of the time when using an ATA. We tried to migrate to TA908 devices; they have FXS ports built
2003 Oct 28
0
Re: Problems with rules since upgrading to 1.4.7b
On Tue, 2003-10-28 at 13:41, AdStar wrote: > Hi Tom, > > I''ve upgraded my firewall to 1.4.7c (and copied the firewall/functions from > the CVS over for the accounting names) > > I still get this reject in my logs. > Oct 29 08:35:08 pyro Shorewall:FORWARD:REJECT: IN=eth1 OUT=eth1 > MAC=00:02:b3:61:64:6e:00:02:b3:5f:c3:5c:08:00 SRC=10.0.100.11 DST=10.0.100.10 >
2004 Dec 09
0
[LLVMdev] LLVM Objective-C backend
Its been talked about from time to time. There really isn't anything stopping us from supporting it other than someone putting the time in to modify llvm-gcc to support C and possibly implementing the required runtime libraries for ObjC. Patches welcome! :) Reid. On Wed, 2004-12-08 at 23:01, Sébastien Pierre wrote: > Hello there, > > LLVM has C and C++ backends, so I was wondering
2003 Feb 11
0
Parallel Processing Interface for lapply()
In co-operation with Markus Hegland and myself, Zhongwen Ding has written a package, based partly on Markus Hegland's code, that provides a parallel processing interface to a remote multi-processsor system. Pyro (Python Remote Objects) and R must both be installed, both on the client machine and on the remote server. The system uses rsync, with an ssh protocol, to handle file transfer. Once
2007 Jul 25
0
Commandos 2 sound issue
Hi, Is there some people here play commandos 2 ? I encounter a very nasty sound issue with it (and mainly only with it, so it's not directly a wine issue), which is a bit well know but I see no real workaround yet. With ALSA, sound sample(s) is/are repeated more than just one time as they should do, this makes briefing usable at all. With OSS, it's a bit better, but some sounds are
2013 Jan 17
0
Re: Fwd: xenbusb_nop_confighook_cb timeout and cd issue
On 17/01/13 15:24, Mark Felder wrote: > I no longer have that environment that I was using to test the viability of upgrading to XCP 1.6 but it was reproducible every boot. Just to clarify - you rebooted the dom0/hypervisor also? I know the bug is reproducible on every FreeBSD domU boot, at least. Regards, -- Steven Chamberlain steven@pyro.eu.org
2004 Jan 07
4
Newbie Question-Looking for Feedback
I've been looking at Asterisk for a replacement for our phone system and I'm hoping someone can help validate my assumptions. We have 4 analog lines coming into the building. These lines are simple POT lines and we have them in a "hunt group" with Verizon so that when a single phone number is dialed, the first line is rang, if that line is busy it will ring the second line, and
2004 Dec 09
4
[LLVMdev] LLVM Objective-C backend
Hello there, LLVM has C and C++ backends, so I was wondering if there is any plan to add support to Objective-C. The reason for this question is that I have an Objective-C platform that I would really like to run under LLVM. TIA, -- Sébastien -- «Le soleil est Dieu» <http://www.type-z.org> -- Turner, avant de mourir