Displaying 20 results from an estimated 1000 matches similar to: "Sound Breaks"
2013 May 31
2
[LLVMdev] Register coalescer and reg_sequence (virtual super-regs)
The register coalescer treats virtual super register classes -- a
sequential register range composed of multiple hardware registers -- as a
register with sub registers. When making coalescing decisions it thinks
that the virtual super reg interferes with sub reg instances, even though
in reality they shouldn't conflict. That is, they are individual registers
and would be better compared as
2006 Apr 21
2
[LLVMdev] successfully bootstraped on a i686-linux-gnu
Building with --enable-llvm failed latter on when compiling libojc:
configure:5099: checking for exception model to use
configure:5131: /home/rafael/dev/gcc/build/gcc/xgcc
-B/home/rafael/dev/gcc/build/gcc/ -B/i686-pc-linux-gnu/bin/
-B/i686-pc-linux-gnu/lib/ -isystem /i686-pc-linux-gnu/include -isystem
/i686-pc-linux-gnu/sys-include -c -xobjecti
ve-c -fgnu-runtime -fobjc-exceptions -S conftest.c
2013 May 31
0
[LLVMdev] Register coalescer and reg_sequence (virtual super-regs)
On May 31, 2013, at 4:07 PM, Joe Matarazzo <joe.matarazzo at gmail.com> wrote:
> The register coalescer treats virtual super register classes -- a sequential register range composed of multiple hardware registers -- as a register with sub registers. When making coalescing decisions it thinks that the virtual super reg interferes with sub reg instances, even though in reality they
2006 Apr 28
0
[LLVMdev] successfully bootstraped on a i686-linux-gnu
On Fri, 21 Apr 2006, [UTF-8] Rafael Esp?ndola wrote:
> To work aroud the problem I edited gcc/objc/config-lang.in and removed
> the comment from the line
> #target_libs=target-libobjc
>
> With this change it is again possible to build without objc. The
> complete configure line was
>
> ../llvm-gcc4-1.7.source/configure --prefix=$CFEINSTALL
> --enable-languages=c,c++
2006 May 01
1
[LLVMdev] successfully bootstraped on a i686-linux-gnu
Hi,
I recently bootstrapped gcc4 frontend on a i686-linux-gnu too.
As I notice, if the llvm "tools-only " was build with srcdir != objdir ,
the building of llvm-gcc4-1.7.source encountered mistakes of unable to find some header files.
So I just edited llvm-gcc4-1.7.source/gcc/Makefile.in and a line like this:
INCLUDES += -I$(LLVMOBJDIR)/include
With this change, the building errors
2005 May 04
1
Questions about the intersection area under two kernel densities
Hi there,
I am working on a project which needs the value of the interaction area under two distributions( eatimated by kernel density estimators).
For example:
x<-rnorm(100,0,1)
y<-rnorm(100,0.2,1)
density(x) # This produces the summary of dependent variable and independent variable.
How can I get the individual values of variables and reform a curve to calculate the area under
2007 May 02
2
delay in switching between contexts
Hi,
I am facing this issue, where I get a delay of aroud five seconds when
switching between contexts (through extension.conf) . This is how my
extensions looks like.
[salesivr]
exten => _X.,1,NoOp(Incoming call from user ${EXTEN} and caller id
${CALLERID})
exten => _X.,2,Playback(emptyy)
exten => _X.,3,Background(Main_Sales)
exten => _X.,4,WaitExten(2)
exten => _X.,5,Goto(_X.,3)
2013 Jan 24
3
DECT Solution
Hello,
I need to setup system of aroud 60 DECT phones with asterisk.
So far I found
http://www.grandstream.com/index.php/products/ip-voice-telephony/enterprise-ip-phones/dp715_710
However is there some cheap base station(similar to GSM cell) so I can
handle all DECT phones centralized and plug it inside asterisk ?
Thanks,
Peter
2005 Sep 21
2
Streaming Theora
Perhaps this is a stupid question, but would it be possible (probably alot
of work if possible) to have a bandwith sharing video stream using something
similar to bittorrent? Basically, bittorrent but playing the video as it's
downloading. Is this possible/feasible or is it just wishful thinking?
Paul Messina
2007 Sep 14
4
Can Asterisk match a literal "*" in extensions.conf
I am working on getting freenum.org ISN/ITAD numbers integrated into my
exiting dialplan however I am having trouble getting the extension matches to
work "as expected."
I would like to be able to do something like:
exten => _X.*.,1,Macro(isn-outbound...)
Where I would expect that any extension that starts with at least one number,
but includes a literal "*" followed by
2014 Dec 25
2
originate , callerid
25.12.2014 15:46, Anthony Messina ?????:
> On Thursday, December 25, 2014 11:48:12 AM Dmitry Melekhov wrote:
>> I want to change call files, which has caller id in them, to call
>> originate from dial plan.
>> But I don't see such parameter here
>> https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Originate
>>
>> How can I pass callerid
2008 Feb 25
4
TDM400P dialout problem
Using asterisk 1.4.18 and zaptel 1.4.9 on x86_64, I am having trouble dialing
out to the pstn. The call is initiated at Zap/1-1 and should exit via Zap/3.
I get the following:
-- Starting simple switch on 'Zap/1-1'
-- Executing [2111 at internal:1] Dial("Zap/1-1", "Zap/3/8801234") in new stack
[Feb 25 02:36:59] DEBUG[7194]: chan_zap.c:1954 zt_call: Dialing
2014 Dec 25
3
originate , callerid
Hello!
I want to change call files, which has caller id in them, to call
originate from dial plan.
But I don't see such parameter here
https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Originate
How can I pass callerid to following:
exten => 6003,n,Originate(SIP/6003 at asterisk,app,meetme,"6003,x")
Thank you!
2007 Sep 22
2
Realtime table columns
I am a fairly novice Asterisk 1.4 user who used to use CallWeaver, based on
asterisk 1.2. I used Realtime MySQL with CallWeaver and am currently using
the very same MYSQL tables (and columns) with Asterisk 1.4.11 and things are
working well.
The questions I have are, since new configuration variables have been added
into Asterisk 1.4, can I simply add columns in my MySQL sippeers table for
2013 May 31
2
[LLVMdev] Register coalescer and reg_sequence (virtual super-regs)
I think the last time I pulled from trunk was probably end of last year.
Some time ago. Does your reply intimate it's fixed on trunk? That would be
great. (I don't sync too often to avoid churn with my TD.)
Joe
On Fri, May 31, 2013 at 4:21 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote:
>
> On May 31, 2013, at 4:07 PM, Joe Matarazzo <joe.matarazzo at gmail.com>
2008 Sep 17
1
pbx_dundi.c:4582 load_module: Unable to bind to 0.0.0.0 port 4520: Address already in use
On Tue, Sep 16, 2008 at 2:21 AM, Michiel van Baak <michiel at vanbaak.info> wrote:
> On 22:46, Mon 15 Sep 08, hugolivude wrote:
>> I have two Asterisk servers running on the same LAN. One starts fine,
>> but when I start the other I get:
>>
>> pbx_dundi.c:4582 load_module: Unable to bind to 0.0.0.0 port 4520:
>> Address already in use
>>
>>
2005 Dec 06
0
GRE Tunnels
Hi ,
I am trying to set up a GRE tunnel between two linux routers. The routers
have a 400 MHz Processor.
Linux .2 65.0.0.2 Linux
LAN1 -------- Router -------- INTERNET ---- Router ---- LAN2
10.10.10.0 .1 208.1.0.1 (Simulated) .1 .1
192.168.2.0/24
/24
Scripts to Create the tunnel
ip tunnel add tun0 mode gre remote 65.0.0.1 local
2006 Feb 19
2
how would you implement this normalizer?
Names of models in my application have accented characters that imply
unexpected orderings. For instance ?vila should go before Madrid, but
String#<=> puts it the other way aroud.
I am only sorting for views, so it would be OK to do some
normalization on-the-fly on Ruby land, and since the same criteria
has to be used throughout the application I was thinking on some sort
of
2006 Nov 21
0
Network performance problem with Xen 3.0.3 HVM/VT
Hi,
I know it''s a problem that has already been discussed, but as I didn''t see any
solution, I''m asking...
We''ve been trying to use Xen 3.0.3 HVM mode with windows or linux in the past
few weeks, and have been suffering from bad network performance.
First, I must say that we didn''t succed to setup Windows 2000/2003 directly
using Xen, we had to
2010 Apr 04
0
Which zfs options are replicated
Hello list,
I started playing aroud with Comstar in snv_134. In snv_116 version of ZFS, a new hidden property for the Comstar MetaData has been intoduced (stmf_sbd_lu). This makes it possible to migrate from legacy (iscsi target daemon) to Comstar without data loss, which is great.
Before this property you always lost the first 64k of your zvol data where comstar wrote it''s metadata -