Displaying 20 results from an estimated 4000 matches similar to: "Rif: Re: Multiple simultaneous calls"
2007 Mar 01
4
Multiple simultaneous calls
Hi Guys,
I am a novice of Asterisk and I need some experts help to understand what I
can get out of it.
I need to make multiple calls (let say 50) at once to autoanswering
softphones on a LAN and send all of them the same message that they will
repeat with loudspeakers in the same environment.
I am a little concerned about synchronization of the phones and moreover it
is not much clear to me if I
2002 Nov 22
0
RIF: Routing problem
Thanks Jose,
I found the key in the routing table of Router2; it had bad entries for the farest subnets (didn't have the 'via' commands...).
Thanks for helping me.
Now I'm gonna configure the network with IPv6 'cause I have to make it work with Mobile IPv6.
Anybody working on these funny things can mail me, so we can suffer togheter! :-)
Bye,
Mauro
-----Messaggio
2000 Nov 24
0
Rif: RE: Error browsing my network with samba as master browser
I'm now out of mailing list.
Finally I have smb.conf
Please answer also to my address,
? ? ? ? thanks
? ? ? ? ? ? ? ? Andrea Chiesa
|------------------------+------------------------+------------------------|
| | "Bill Shirley" | |
| | <bill@shirleyfamily.n| ? ? ? ? Per: |
|
2008 Apr 07
0
[LLVMdev] LLVM-based IBM summer internship position
IBM is looking for a student with LLVM expertise for a research
project on optimizations for Cell. They have been in discussions with
Michel to use the Cell back end for LLVM being developed at Aerospace,
though I don't know if a final decision was reached on that (any news,
Michel?). The goal of this work is to add new (LLVM-level and/or back-
end-level) optimizations targeted at
2019 Oct 24
2
Failed PPC64 compile when using Power7 loads and stores?
On Thu, Oct 24, 2019 at 2:22 PM Jinsong Ji <jji at us.ibm.com> wrote:
> Looks like to me that your clang is too old.
>
> clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
>
> clang 3.8.0 was released on 08 Mar 2016.
>
> While vec_xl was added in https://reviews.llvm.org/rL286455 onNov 11
> 2016, which is around half an year later then 3.8.0.
>
> Can you
2004 May 02
2
Talking SIP to Vocal
I'm trying to get Asterisk to talk SIP to Vocal and so far have only
managed to get it partially working. Calls in from Vocal are working
fine but outbound calls aren't.
In sip.conf I have:
[ivv]
secret=SECRET
username=08452416761
host=sip.intervivo.net
fromuser=08452416761
externip=mt104.dyndns.org
nat=yes
canreinvite=no
reinvite=no
notransfer=yes
In extensions.conf I
2004 May 19
1
iconnect register problem
I am trying to get my connection to IConnecthere.com
working. I didn't have a register command in sip.conf
at first, so I believe that is why it was not working.
However, I can't seem to get the register command
correct, it just keeps timing out. Below is what I
have:
register=<username>:<password>@natrelay.deltathree.com
I know that there is supposed to be
2004 May 16
2
Re: say.c compilation error
Hi All,
I am using PWLIB-1.6.6-1 and Openh323 1.13.5-1 and running a RH7.3 machine
and I am unable to compile asterisk due to these errors.
say.c: In function `powiedz':
say.c:1633: parse error before `int'
say.c:1636: `i1000E6' undeclared (first use in this function)
say.c:1636: (Each undeclared identifier is reported only once
say.c:1636: for each function it appears in.)
2016 Aug 23
2
Help in understanding physreg LiveVariables
So if I first create the value in an entry BB and then build a CopyToReg
but then I have to read it in a BB that loops back to itself, with it's own
CopyToReg at the end, then I have two CopyToReg nodes for the same value.
In this case, I need to create 3 virt regs, 1 for each CopyToReg and a
third for the CopyFromReg in the beginning of the loop BB, right? And then
I need to build a PHI
2004 May 02
4
iconnecthere behind NAT, strange deal
I've been to the WIKI and I've searched the archives.
Is anyone on the list successfully using iconnecthere behind NAT?
I was, for over a year, and then I changed my "plan" with them. Now all
my calls get intercepted immediately, "We're sorry, but your account is
temporarily unavailable."
Incoming calls work just fine.
I contacted their so-called
2006 Jun 26
5
Multi-channel support
Hi All,
Are multi-channel (more than 2) formats fully supported in the OggVorbis specification ? I couldn't
find any information about multi-channel support on xiph.org. I've used 'oggdropXPd' to encode a
5.1 wavefile and the Xiph OggVorbis libraries (vorbisfile.dll) to decode the file successfully,
however the order of the channel interleaving is different to the original wave
2016 Aug 23
2
Help in understanding physreg LiveVariables
So if I create a value with a DAG.getUndef(myVT); call during instruction
legalization, how can I access that value as input in another BB/DAG (also
during instruction legalization) without worrying about live-ins and/or phi
nodes?
Can I create a single virtual register and build both a CopyToReg and a
CopyFromReg node with it? I assumed that would break SSA.
Perhaps I should have said that what
2017 Nov 10
0
[RFC] Enable Partial Inliner by default
Hi Evgeny,
I just realized that if these are compile-time errors I can help
investigate on my end. Do you have something I can use to reproduce?
Cheers,
Graham Yiu
LLVM Compiler Development
IBM Toronto Software Lab
Office: (905) 413-4077 C2-707/8200/Markham
Email: gyiu at ca.ibm.com
From: Graham Yiu/Toronto/IBM
To: Evgeny Astigeevich <Evgeny.Astigeevich at arm.com>
Cc:
2017 Oct 03
2
PGO information at LTO/thinLTO link step
Hi Teresa,
Actually, enabling the new pass manager manually seems to have solved this
issue, so this problem is only valid for the old pass manager.
Thanks,
Graham Yiu
LLVM Compiler Development
IBM Toronto Software Lab
Office: (905) 413-4077 C2-707/8200/Markham
Email: gyiu at ca.ibm.com
From: Teresa Johnson <tejohnson at google.com>
To: Graham Yiu <gyiu at ca.ibm.com>
Cc:
2016 Mar 28
0
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
Hi Carlo,
Thanks for helping to clarify this point about libomptarget vs liboffload,
I have been getting confused about it myself. I think the open question
concerns libomptarget not liboffload (others can correct me if I have
misunderstood). My analysis from looking through the code was that
libomptarget had some similarities with the platform support in SE, so I
just wanted to consider how
2018 Feb 09
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
Oh, and other thing: Are you planning to attend the upcoming LLVM
developer's meeting in Bristol? I thought it might be good idea to get all
parties interested in this feature together in person, if we're at the same
meeting anyway. So I was thinking of submitting a proposal for a BoF
session on this topic ...
Mit freundlichen Gruessen / Best Regards
Ulrich Weigand
--
Dr. Ulrich
2007 Apr 18
0
Galleri
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 10517 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070302/424f48a0/attachment.jpeg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not
2007 Apr 18
0
Galleri
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 10517 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070302/424f48a0/attachment.jpeg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not
2018 Nov 16
0
Antwort: Re: Quota in MySql Dict not recalculate automatic
It should work, I have to check why it's not working.
Aki
On 16.11.2018 11.47, SUnsin at gv-bayern.de wrote:
> With quota count and quota_clone it works, but can I use noenforcing
> with quota count?
>
> quota = count:User quota:noenforcing
>
> When I test this config, I receive no quota-warning E-Mail:
>
> service quota-warning {
> ? executable = script
2018 Dec 18
2
should we do this time-consuming transform in InstCombine?
Hi Roman,
Thanks for your good idea. I think it can solve the abs issue very well. I
can continue with my work now^-^.
But if it is not abs and there is no select,
%res = OP i32 %b, %a
%sub = sub i32 0, %b
%res2 = OP i32 %sub, %a
theoretically, we can still do the following transform for the above
pattern:
%res2 = OP i32 %sub, %a ==> %res2 = sub i32 0, %res
Not sure whether we can do it