Displaying 20 results from an estimated 600 matches similar to: "Strange behaviour with lost internet connection"
2017 Jul 28
3
Purpose of various register classes in X86 target
Hello Matthias,
On 28 July 2017 at 04:13, Matthias Braun <mbraun at apple.com> wrote:
> It's not that hard in principle:
> - A register class is a set of registers.
> - Virtual Registers have a register class assigned.
> - If you have register constraints (like x86 8bit operations only work on
> al,ah,etc.) then you have to create a new register class to express that.
2005 Sep 04
1
hints and polycom IP 300 phones
Hi all,
I've just updated to current CVS, and have 2 polycom IP phones, one is a
IP600 and the other is a IP300. The IP600 shows the status of the IP300
and a ZAP line quite nicely, but the IP300 won't show the status of the
IP600....
Is there any additional debug apart from "show hints" to see why this
might not be working ??
-= Registered Asterisk Dial Plan Hints =-
2007 Nov 30
1
Help with tables
Hello, I'm new using R and developing tables.
I have a problem in developing a table. In a questionaire I made I ask this
question "Please tell me the first three sympthoms caused by Respiratory
tract infection you've caught this year", then the people answer three
sympthoms, the first mention (Top of mind) is saved in a variable called
"P2_A", the second mention in
2020 Aug 07
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
An additional follow-up question, if I need to set the P-Asserted-Identity on the create (originate), is there a way to do this with ARI?
From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Dan Cropp
Sent: Friday, August 7, 2020 11:51 AM
To: 'asterisk-users at lists.digium.com' <asterisk-users at lists.digium.com>
Subject: [asterisk-users] With ARI,
2005 Mar 02
0
IP300 soft key configuration
I'm trying to reconfigure my IP300 softkeys..
Currently when on a call, I have to hit more and then transfer.. I'd like
make transfer appear on the first screen. Right now there's hold on
there.. and hold is kind of redundant, since the IP300 has a "hard" hold
button.
I tried doing it in the <keys/> section of ipmid.cfg, but it doesn't seem
to work.. anyone done
2018 Sep 14
2
[GlobalISel][MIPS] Legality and instruction combining
Hi Daniel,
On 13.09.2018. 19:32, Daniel Sanders wrote:
> Could you clarify what you mean here? The new legalizer info can
> define this with:
> getActionDefinitionsBuilder(G_SELECT).clampScalar(1, s32, s32)
> so I'm guessing you mean that code to mutate the G_SELECT is currently
> missing
Yes, LegalizerHelper::widenScalar widens only TypeIdx==0, it doesn't do
that
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Jöran,
Would it be possible to see an example using curl of how you are passing the PAI Header through ARI create?
Dan
From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Jöran Vinzens
Sent: Friday, August 7, 2020 12:10 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject: Re: [asterisk-users] With
2017 Feb 25
2
Help understanding and lowering LLVM IDS conditional codes correctly
Note: Question is written after describing what I have coded.
Hello LLVMDevs,
I am trying to impliment floating point comparsion for an architecture which
supports following type of floating point comparision if FPU is available:
fcmp.un --> true if one of the operand is NaN
fcmp.lt --> ordered less than, if any input NaN then return false
fcmp.eq --> ordered equal, if any input NaN
2011 Aug 15
2
[LLVMdev] Register Pressure Computation during Pre-Allocation Scheduling
Hi,
We are working on a research project whose objective is developing a pre-allocation scheduling algorithm that achieves the optimal balance between exploiting ILP (hiding latencies) and minimizing register pressure. A prototype of our algorithm has been implemented and integrated into an experimental version of LLVM 2.9. Our algorithm is based on a combinatorial optimization approach, which
2020 Aug 07
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
I'm trying to transition from AMI to ARI.
Running into a small hiccup when I try to create (originate a call) with the caller id name and number
I can pass the Name and Number if the name has no spaces in it and it shows up in my PhonerLite application.
curl -v -u asterisk:asterisk -X POST http://asterisk:astersk at localhost:8088/ari/channels/mycallerid.1?endpoint=PJSIP/1003 at
2005 Jul 27
0
Polycom gain settings
Hi All,
I have some Polycom IP300's and I'm interested in increasing the max volume
for the headset (not handset), I'm wondering if anyone has experience
adjusting these values:
<gains
voice.gain.rx.analog.handset="0" voice.gain.rx.analog.headset="0"
voice.gain.rx.analog.chassis="3" voice.gain.rx.analog.chassis.obs="-12"
2005 Feb 23
8
FRS / FRS/GMRS 2-way radios as SIP clients
Any one know of software that allows 2-way radios as VoIP(SIP) clients,
besides dingotel's usb & mic cable trick ?
http://www.dingotel.com/2way/requirements2way.asp
They might be ok if the SIP client was not hardcode to their own SIP proxy
Has anyone tried any hacks to get the 2-way radio SIP client to regsiter to
a * box.
hmm chan_frsgmfrs anyone? using the usb/mic cable under linux :)
2005 Feb 09
0
polycom ip300
hi all,
anybody could help me with polycom ip300
bootrom-2.6.1 sip 1.4.1
conf files store on ftp server
SUBSCRIBE/NOTIFY and MESSAGE method failed.
either chan_sip is bad or i made mistakes but
SUBSCRIBE/NOTIFY and MESSAGE method work with many sip
servers.
REGISTER is ok but asterisk send 407 error for
SUBSCRIBE ?!
I do hope a user could help me.
Harry
D?couvrez le nouveau Yahoo!
2013 Mar 07
7
RHEL (CentOS, Oracle Liux) kernel 2.6.32-358 does not start at XCP
Hi, everyone,
Two days ago I have filed a bug to Red Hat https://bugzilla.redhat.com/show_bug.cgi?id=918239
The problem is, that new RHEL-6.4's kernel 2.6.32-358 does not start at HVM on Xen Cloud Platform 1.6 (maybe, also affected XenServer 6.1)
I have tested kernels -358 from CentOS, Oracle and -356 from Red Hat both i686 and x86_64 at 2 different server hardware
The sympthoms: kernel does
2017 Jul 27
2
Purpose of various register classes in X86 target
Hello everyone,
I noticed that there are several register classes defined in X86 target and
many of them are overlapping. Is there a list of all X86 register classes
documented somewhere? I found many listed in
X86GenRegisterInfo.inc(generated by tablegen) but unsure if that is the
complete list. Also, is there documentation on the role and purpose of
these classes and how the X86 backend decides
2017 Mar 09
2
Help understanding and lowering LLVM IDS conditional codes correctly
On Thu, Mar 9, 2017 at 9:35 PM, Hal Finkel <hfinkel at anl.gov> wrote:
>
> On 02/25/2017 03:06 AM, vivek pandya via llvm-dev wrote:
>
> Note: Question is written after describing what I have coded.
>
> Hello LLVMDevs,
>
> I am trying to impliment floating point comparsion for an architecture
> which
> supports following type of floating point comparision if FPU
2017 Jan 24
7
[X86][AVX512] RFC: make i1 illegal in the Codegen
Hi All,
AVX-512 introduced the K mask registers and masked operations which make a natural choice for legalizing vectors of i1's.
For example,
define <8 x i32> @foo(<8 x i32>%a, <8 x i32*> %p) {
%r = call <8 x i32> @llvm.masked.gather.v8i32(<8 x i32*> %p, i32 4, <8 x i1> <i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true>,
2007 Jan 17
2
One way choppy sound
Hi Guys
I'm conecting 2 astersk servers using this arquitecture
(Ext softphone)<==sip==>(asterisk 1)<====iax2 trunk====>(asterisk 2)
<===alaw==>(pstn)
If i call from the Ext to the asterisk 2 the sound is perfect, but
if i call from Ext to the pstn, i can hear perfect but they tell me
that sound really choppy, i tried using several codecs (same problem)
but i
2005 Aug 20
3
[Asterisk-Dev] IM patch
Hello,
I patched asterisk cvs head sources with
http://juraj.bednar.sk/work/software/asterisk/messaging/
and presnce patch without success.
asterisk send "405 method not allowed" to sender.
I use polycom ip300.
Harry
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
2009 Feb 13
3
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
It seems to me that LLVM sub-register is not for the following hardware
architecture.
All instructions of a hardware are vector instructions. All registers
contains
4 32-bit FP sub-registers. They are called r0.x, r0.y, r0.z, r0.w.
Most instructions write more than one elements in this way:
mul r0.xyw, r1, r2
add r0.z, r3, r4
sub r5, r0, r1
Notice that the four elements of r0 are written