Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] LLVM 1.4 Build Error"
2005 Jan 16
0
[LLVMdev] LLVM 1.4 Build Error
The HAVE_MMAP_FILE macro comes from when you configured llvm. The configure
tested if your system is giving access to a various resources required by
llvm. LLVM needs the MMAP functionality by your system. Some times, if the
required resources aren't present, we use other resources.
However, in this case the building process is stopped, because the
functionality can't be implemented
2004 Oct 25
5
[LLVMdev] Some Questions about LLVM
hi, all
I have some questions about LLVM
1. I recently compiled LLVM on my X86 machine correctly. But when I use
the built LLVm compiling programs(in the getting started guide), I got
an warning saying can not find library "lc" (something like that). Yet
LLVM did yeild a execution native code and it runs correctly except with
a waring saying something like "__main**"(I
2006 Mar 31
1
Re: BRI cards, HFC, and bristuff - a general questionto clear up my understanding.
Does anyone test Asterisk 1.2.X + bristuff-0.3.X and TDM card? We can't
get it to work.
-David
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Julian J.
M.
Sent: Friday, March 31, 2006 1:44 AM
To: Chris Earle; Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Re: BRI
2004 Oct 25
0
[LLVMdev] Some Questions about LLVM
On Mon, 25 Oct 2004, zhou feng wrote:
> I have some questions about LLVM
> 1. I recently compiled LLVM on my X86 machine correctly. But when I use
> the built LLVm compiling programs(in the getting started guide), I got
> an warning saying can not find library "lc" (something like that). Yet
> LLVM did yeild a execution native code and it runs correctly except with
> a
2007 Oct 19
2
Live Conference about asterisk and voip: reminder 12:30 PM EDT Friday
As usual, we'll be jawing about any and all asterisk-related subjects
with the usual gang and any new people are always welcome, regardless
of your level of expertise. You can even come and ask questions, it's
guaranteed to be a more pleasant experience than it will be on IRC ;)
http://VoipUsersConference.org/topics.php
IRC; Freenode.net #voip-users-conference
2005 Sep 24
1
unable to use misdn group dial
I have set up a * box with two hfc ISDN pci cards
using mISDN both in TE mode with PmP mode.
(using $MODPROBE hfcpci protocol=0x2,0x2
layermask=0xf,0xf)
I have no problem dialing out by explicitly naming the
mISDN port, ex: Dial(mISND/1/${EXTEN},60)
or Dial(mISDN/2/${EXTEN},60)
But it does NOT work when specifying the mISDN group:
exten =>
_(outpattern),1,Dial(mISDN/g:TEmode/${EXTEN},60)
2009 Jul 01
2
Registrations problems to SIP-provider.
Hello List,
I'm having problems with registrating my Asterisk-server to the
SIP-provider. Yesterday all worked fine, this evening I cannot call out.
What can be wrong ?
This is my registration in sip.conf :
register => 092779077:XXXX at 85.119.188.3
This the output of SIP show peers :
asterisk*CLI> sip show peers
Name/username Host Dyn Nat ACL Port
Status
2006 Jan 03
1
Problem with date & time on Aastra480isincerelease 1.3
Actually it worked, but only after I defaulted all the settings on the
phone and let it pick the config up fresh.
Anyone know if there is any headset config options to default to
headset/speaker?
Thanks
Lee
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Lee Archer
Sent: 03 January 2006 14:49
To:
2011 Feb 16
1
Detect #,* DTMF in dialplan
Dear Mr,Ms;
I am planing for a custom IVR, for example to act as a simple installer!
I mean there is some choice via 0-9 and # as *Next* and * as *Back* button.
is there any way for me to detect if the caller pressed # vs * on Dialplan ?
--
Regards,
Ali R. Taleghani
0936 322 4069
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 02
2
Asterisk dialplan date and time operations
Hi all,
Im using Asterisk 1.4.11 and I want to proceed some time and date operations
in my dial plan. (for a time shifted callback).
Should look like:
CURRENT TIME + x minutes.
Of course it should increase the hours for example in this case:
10.59 + 5 minutes = 11.04
I guess I've to use the math function in 1.4 but how can I manage easily the
time operations?
Kind Regards,
Erik
2007 Dec 14
3
GUI for Asterisk: Call Flow
Hi All;
Is there an GUI for Asterisk that can help in showing
the call flow (who is in progress, who is connected,
called number, ...)? I was think in AsteriskNow does
this? Any advise?
Regards
Bilal
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
2008 Jan 22
9
VNIC, non-global zone, dhcp & dns
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Bitstream Vera Sans"><br>
Hello,<br>
<br>
I am trying to have dns <b>automatically</b> configured through
2005 Dec 19
1
Migrating from mbox to maildir, which converter is compatible with dovecot
Hi,
I'm testing/debuging the migration from mbox to maildir in a mailserver
running Dovecot 1.0alpha5.
I migrated all 472715 emails(in a test server) and later noted that dovecot
could not get the same flags/status of the emails as in the mbox.
I was using perfect_maildir.pl and I think its not dovecot fault. Seems
to me that perfect_maildir.pl convert the emails in a way that dovecot
could
2011 Mar 18
0
[LLVMdev] [PATCH] OpenCL half support
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Chris Lattner
> Sent: Friday, March 18, 2011 1:15 PM
> To: Anton.Lokhmotov at arm.com
> Cc: llvmdev at cs.uiuc.edu
> Subject: Re: [LLVMdev] [PATCH] OpenCL half support
>
>
> On Mar 17, 2011, at 10:17 AM, Anton Lokhmotov wrote:
>
> > Hi
2006 Nov 06
3
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
I was having video problems, so upgraded my Linux box from SUSE 9.3,
where LLVM frontend 4 source built fine, to SUSE 10.1, where I got the
error message:
../../llvm-gcc4-1.8-source/gcc/libgcc2.c:541: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
This version of SUSE
2019 Apr 14
2
Fwd: Problem with solr working, but not indexing
2009 Nov 25
3
where is tunctl
I am following directions in
http://wiki.centos.org/HowTos/KVM#head-c02a0b33e7949b0bc3b151ac6e0bdfb91b6bbd1c
it says do yum install bridge-utils - works fine,
they yum install tunctl does not find anything.
yum provides "*/tunctl" does not find anything
I am using 5.4 x86_64.
Is this howto out of date?
How do I get tunctl?
Thanks,
Jerry
2008 Apr 07
0
[LLVMdev] Newbie
On Mon, Apr 7, 2008 at 5:56 AM, Vania Joloboff <vania.joloboff at inria.fr> wrote:
> We do dynamic binary translation. We are in a similar situation to qemu
> except we are SystemC / TLM compliant for hardware and bus models. Our
> current technology is somewhat like qemu, we translate the binary into
> "semantic ops", which are pre-compiled at build time, like qemu.
2006 Nov 06
2
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
Hi Robert,
On Mon, 2006-11-06 at 12:45 -0800, Robert Mykland wrote:
> Reid,
>
> Here's the backtrace you asked for:
>
> (gdb) bt
> #0 0x0862d65c in llvm::LiveVariables::runOnMachineFunction ()
Hmm, this is a little strange. Your LLVM build is non-debug (there's no
line numbers or arguments in any of the llvm related calls). However,
your llvm-gcc build seems to have
2006 Mar 07
2
OT: Polycom BootRom 3.1.3 and vsftpd 2.0.3
Docs? Polycom has docs? Where would one find this fabled land of... err I mean Polycom does stating what ftp servers are supported?
Doug.
-----Original Message-----
From: Ken D'Ambrosio [mailto:ken@jots.org]
Sent: Tuesday, March 07, 2006 12:12 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Cc: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: