similar to: Support for RFC3323?

Displaying 20 results from an estimated 1000 matches similar to: "Support for RFC3323?"

2013 May 16
1
[LLVMdev] #APP/#NOAPP
On 05/16/2013 10:06 AM, Eric Christopher wrote: > On Thu, May 16, 2013 at 3:17 AM, reed kotler <rkotler at mips.com> wrote: >> On 05/15/2013 10:53 PM, Richard Smith wrote: >> >> On Mon, May 6, 2013 at 9:09 AM, reed kotler <rkotler at mips.com> wrote: >>> On 05/06/2013 08:51 AM, Rafael Espíndola wrote: >>>>> It's working fine just that
2016 Jun 03
2
[RFC][LLD][ARM] Initial ARM port for LLD
Hello everyone, The review http://reviews.llvm.org/D20951 implements initial support for the ARM architecture in LLD. To keep the patch size down, and to avoid the complexities of interworking between ARM and Thumb, there is just enough support for an ARM only Hello World to link and run on ARM Linux [*]. My main aim is to get this functionality committed as the basis of an ARM port and would
2003 Oct 14
3
*/SER/FW
Hi, I've just read the postings regarding the interworking between * and SER. As these persons seem quite knowledgeable on this, I would like to have their advise on my planned installation: - I have broadband cable access - I plan to install a SIP-aware router - I plan to install a Linux server with Digium analog IF card(s) for connection to my analog line (incoming and outgoing) - I plan
2006 May 03
4
QSIG support in Asterisk
I am looking to get the info about QSIG support in Asterisk. Does Asterisk have QSIG support? Does Asterisk support QSIG SIP Tunneling or QSIG SIP Interworking? If so, How to configure that? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060503/3cb7f966/attachment.htm
2007 Mar 22
1
Make ferret serach for english words like "and"
I use ferret on a danish site where I would like ferret to search word like "under" and "and". These are words that are excluded by ferret but have a different meaning in danish. Can you dissable this in ferret? Cheers Mattias -- Posted via http://www.ruby-forum.com/.
2010 May 25
0
[LLVMdev] linker errors when trying to link llvm-gcc
> ../llvm-gcc-4.2-2.7.source/configure > --enable-llvm=/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-2.7 > --enable-multilib --enable-target-optspace --enable-interwork > --with-newlib --with-gnu-as --with-gnu-ld --enable-languages=c,c++ > --target=arm-elf This means that the compiler is built for ARMv4 which is not pretty good supported. Try to switch
2007 May 08
1
Same IRQ in dom0 and domU by different hardware causes dom0 crash
Hi, this is my first mail in this list. I''ve installed Xen in Debian Etch and created a virtual domU Debian Etch as well. In domU I''ve installed an Asterisk and want to use a Beronet ISDN card: ~# lspci 0a:01.0 ISDN controller: GmbH ISDN network Controller [HFC-4S] (rev 01) So I pass the iSDN card PCI to domU by adding in dom0 "/boot/grub/menu.lst": --- module
2016 Jun 21
2
[LLD] thunk implementation correctness depends on order of input section.
I've been working on supporting ARM/Thumb interworking thunks in LLD and have encountered a limitation that I think it is worth bringing up in a wider context. This is all LLD specific, apologies if I've abused llvm-dev here. TL;DR summary: - Thunks in lld may not work if they are added to InputSections that have already been scanned. - There is a short term fix, but in the longer term I
2020 Aug 03
2
LLD symbol types for defsym
I noticed that LLD doesn’t preserve the symbol type for a defsym directive. For example: $ cat f.c void f() {} $ clang -c f.c $ ld.lld -shared --defsym=g=f f.o $ objdump -T a.out DYNAMIC SYMBOL TABLE: 00000000000012a0 g DF .text 0000000000000006 f 00000000000012a0 g D .text 0000000000000000 g f is marked as a function symbol, but g is not. I recognize this is hard to do in the general
2013 May 16
0
[LLVMdev] #APP/#NOAPP
On Thu, May 16, 2013 at 3:17 AM, reed kotler <rkotler at mips.com> wrote: > On 05/15/2013 10:53 PM, Richard Smith wrote: > > On Mon, May 6, 2013 at 9:09 AM, reed kotler <rkotler at mips.com> wrote: >> >> On 05/06/2013 08:51 AM, Rafael Espíndola wrote: >>>> >>>> It's working fine just that it's ugly to see those APP/NOAPP markers.
2003 Oct 03
2
802.11 phone review: WiSIP
Hello - Here's my first impression review of the first SIP 802.11 phone. I got my hands on the "first" one sold, so that perhaps makes me the first person to have a real 802.11 SIP phone commercially in the US interworking with Asterisk. Whee! Can someone point me to other commercially shipping phones to prove me wrong?
2017 Jan 05
2
RFC: LLD range extension thunks
Hello Rui, Thanks for the comments - Synthetic sections and rewriting relocations I think that this would definitely be worth trying. It should remove the need for thunks to be represented in the core data structures, and would allow . It would also mean that we wouldn't have to associate symbols with thunks as the relocations would directly target the thunks. ARM interworking makes reusing
2005 Nov 14
4
Two problems: no network for gaming; DVDShrink autorun
Wolfgang Klein wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I searched the archives but I didn't find a solution to these two problems: > > After upgrading to the latest Wine version (0.9) I am finally able to > play one of my all time favourite games under Linux: Settlers of Catan. > A big, big "Thank You" to the developers for that! :-)
2017 Jan 04
5
RFC: LLD range extension thunks
I'm about to start working on range extension thunks in lld. This is an attempt to summarize the approach I'd like to take and what the impact will be on lld outside of thunks. I'm interested if anyone has any constraints the approach will break, alternative suggestions, or is working on something I'll need to take account of? I expect range extension thunks to be important for
2010 May 25
2
[LLVMdev] linker errors when trying to link llvm-gcc
I am trying to build a cross compiler for arm on linux, here is how i have configured it cd llvm-gcc-4.2-2.7.source-objtree ../llvm-gcc-4.2-2.7.source/configure --enable-llvm=/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-2.7 --enable-multilib --enable-target-optspace --enable-interwork --with-newlib --with-gnu-as --with-gnu-ld --enable-languages=c,c++
2015 Aug 26
2
Proposal: arbitrary relocations in constant global initializers
On Wed, Aug 26, 2015 at 03:53:33PM -0400, Rafael Espíndola wrote: > > I'm not sure if this would be sufficient. The R_ARM_JUMP24 relocation > > on ARM has specific semantics to implement ARM/Thumb interworking; see > > http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044e/IHI0044E_aaelf.pdf > > Note that R_ARM_CALL has the same operation but different semantics.
2015 Aug 26
2
Proposal: arbitrary relocations in constant global initializers
On Wed, Aug 26, 2015 at 11:49:46AM -0400, Rafael Espíndola wrote: > This is pr10368. > > Do we really need to support hard coded relocation numbers? Looks like > the examples above have a representation as constant expressions: > > (sub (add (ptrtoint @foo) 0xeafffffe) cur_pos) > > no? I'm not sure if this would be sufficient. The R_ARM_JUMP24 relocation on ARM
2008 Jul 01
5
XEN - Routed and Bridget Mode together (mixed)
Hi, is there any possibility to get a XEN DomO and DomU running with bridget and routed mode together. The reason behind this is, to get the requests via the official IPs to the DomU''s (routed-mode) and the interworking between the DomU''s with connected with help of the (bridged-mode). I got it work, with setting everything up manually. But as I understood the
2010 Jul 23
1
488 Not Acceptable Here
Hi, I'm having real difficulty in getting calls to go through with Asterisk. I've managed to check that my SIP connection is made to my provider. Below is an email I received from them: ----------------snip--------------------------------snip--------------------------------snip---------------- I am not certain of the reason for rejection but it has to do with the SDP, it does not
2004 Jul 20
1
chan_vpb
Hi, Has anyone using chan_vpb noticed that only one splash of ringback is provided to the PSTN? I have tried several different permutations in extensions.conf and interworking to mgcp sip and iax. I am using the Voicetronix supplied chan_vpb and asterisk from the 1.0 cvs source tree. thanks darren -------------- next part -------------- An HTML attachment was scrubbed... URL: