search for: silviu

Displaying 20 results from an estimated 84 matches for "silviu".

Did you mean: silvia
2016 Apr 18
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 18 April 2016 at 16:33, Silviu Baranga <Silviu.Baranga at arm.com> wrote: > Doing a grep "eabi" * -R | grep darwin in llvm I found the test divmod-eabi.ll > which uses the triple armv7-apple-darwin-eabi. What format does that have? Certainly not ELF. :) But I didn't mean "has eabi on triple"...
2006 Apr 18
3
IVR: playing multiple streams simultaneously?
...the caller at the same time: for instance, one constant flow of background music, and the IVR contents at the same time? I've looked for solutions using (E)AGI and other things but nothing seems to work. Googling around and reading the list has not been helpful either... Thanks for your help, Silviu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060418/24875e1a/attachment.htm
2016 Apr 18
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 18 April 2016 at 16:18, Silviu Baranga <Silviu.Baranga at arm.com> wrote: > This doesn't look like something ACLE specific (I can't find it in the ACLE doc). Sorry, I didn't mean it was ACLE, only that you guys were fiddling with macros. :) > This seems to be a generic macro. I think it would make sens...
2009 Dec 04
3
Foreman reports - no pretty pictures :D
...lt;/Directory> to the apache2 + passenger vhost definition. What have I missed? Or the screenshot is from trunk? Sidenote: I have also modified the metrics.rb to use the defualt rrd ruby bindings found in ubuntu 9.04. They seem to output the right stuff but :-?? this might be a cause :-?? Silviu -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this gr...
2015 Apr 29
2
[LLVMdev] [RFC][Float2Int] Converting (fcmp Pred, x * F, y) to (ICmp ...)
> On Apr 29, 2015, at 2:33 PM, Matt Arsenault <arsenm2 at gmail.com> wrote: > >> On Apr 29, 2015, at 10:06 AM, Silviu Baranga <Silviu.Baranga at arm.com <mailto:Silviu.Baranga at arm.com>> wrote: >> >> Note that dividing by an integer constant should be a cheap operation >> compared to FP multiplication and comparison as this would get lowered to a >> multiply+subtract+shift se...
2016 Apr 16
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
...ice that __ELF__ is used in libunwind and the macro is only defined for > Linux target on ARM. > Should we also predefine that for arm-none-eabi target? Do you mean in Clang's ARMTargetInfo::getTargetDefines() ? I think so. I'm actually surprised it doesn't. Copying Bradley and Silviu, as they were working on ACLE pre-processor logic recently. cheers, --renato
2010 Jun 24
2
Vcsrepo module use git with certificate
...g this puppet forge module with a certificate? (puppetlabs/vcsrepo) Any ideas on how to specify via command line to git what certificate to use? The only way that I know to tell git to use a specific certificate is to use the GIT_SSH env variable and specify a script which calls ssh -i ... $@ Silviu -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this gr...
2006 Jun 26
2
Asterisk x Siemens HiPath 4000
Hello all. I have installed and functioning asterisk-1.2.9.1 where I effected one upgrade in asterisk-1.0.9, is interconnected with a PABX Siemens HiPath 4000 in ISDN PRI with protocol QSIG, the one that is happening he is that the calls originated for PABX Siemens and destined to SIP phones asterisk are being without audio, nor Ring, is dumb. They could help in this case me? Best Regards Josu?
2015 Apr 29
2
[LLVMdev] [RFC][Float2Int] Converting (fcmp Pred, x * F, y) to (ICmp ...)
...ywhere it must also appear at the edges of the range. I still need to prove this. If there are any floating-point experts that can help with this, I would greatly appreciate it. Any other comments about the overall merits of the idea and the approach are of course also welcome! Thanks, Silviu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150429/dbf6769e/attachment.html>
2006 Jun 27
8
Avaya 4610sw SIP setup problem
Hi all, I've been pulling my hair out for two days over this problem... I did *a lot* of Googling around, I searched the list archives to no avail - no one has the same problem! I have two Avaya 4610sw phones. I installed the latest SIP firmware using the TFTP server. So far everything looks good. Each time the phone boots, it retrieves the 46xxsettings.txt from the TFTP server. My problem
2008 Aug 15
2
[LLVMdev] Interprocedural Program Slicing
Dear all, Is anyone aware of any implementation of an inter procedural slicing algorithm for LLVM? I am mostly interested in a static algorithm but a dynamic one can be helpful too. Thanks, Silviu Ganceanu Research Student, Ecole Polytechique Federale de Luasanne -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080815/3397de3b/attachment.html>
2013 Mar 25
2
[LLVMdev] About the partial update clearence / dependency breaking mechanism
...eturn 0; so essentially VLD1LNd32 (and potentially other instruction) will never be affected by this. Was this intended or is there a bug here? I'm confused why the dependency breaking code is correct. Why would the dependency breaking mechanism apply only when the register is dead? Cheers, Silviu
2004 Dec 23
2
One-way audio in incoming calls with Asterisk + OpenGK + Innovaphone IP3000
Hello everybody, I?ve been pulling my hair for a week now over a problem, and I really don?t know where to look anymore. Here?s my setup: There is an Innovaphone IP3000 VoIP gateway on the LAN (10.253.30.254). I can use it to send and receive calls from physical phones attached to it. I have setup Asterisk 1.0.3, with H323 and openH323, and on the same server I also setup GnuGK (10.253.30.1). I
2009 Jun 05
2
Blacklist stemming
...e? If not I have two other solutions in mind: - add a custom stemmer to Xapian - write custom index & search methods in python using add_posting & hacks to modify the query tree respectively Both solutions are not too appealing. What would be the easiest way to do it? Thanks, Silviu
2005 Jan 05
0
One way audio [Asterisk + Innovaphone IP3000 + asterisk-oh323/h323]
...n I enabled debug on asterisk-h323 is that at some point when the outgoing logical channel is open the remote ip address is "127.0.0.1" (have a look at the attached log). Needless to say, I googled my a** off for the few last weeks to no avail... Thank you for your help! Best regards, Silviu -------------------- *CLI> == New H.323 Connection created. -- Received SETUP message -- Setting up Call -- Call token: [ip$10.253.30.11:1119/284] -- Calling party name: [Test1] -- Calling party number: [3760] -- Called party name: [3776666]...
2008 Aug 15
0
[LLVMdev] Interprocedural Program Slicing
...but they are all of "course project" quality. I will put you in touch with some of the students who did those, if you're interested? --Vikram Associate Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/~vadve On Aug 15, 2008, at 8:48 AM, Silviu-Ionut Ganceanu wrote: > Dear all, > > Is anyone aware of any implementation of an inter procedural slicing > algorithm > for LLVM? I am mostly interested in a static algorithm but a dynamic > one can > be helpful too. > > Thanks, > > Silviu Ganceanu > Resear...
2013 Mar 25
0
[LLVMdev] About the partial update clearence / dependency breaking mechanism
On Mar 25, 2013, at 5:02 AM, Silviu Baranga <silbar01 at arm.com> wrote: > Hello, > > I am currently looking into the advantages of using the > partial update clearance / dependency breaking mechanism > for some ARM cores. > > It seems that the ARM specific code for this will always > return a clearan...
2010 Jul 18
3
2X app server alternatives
Does anyone know any oss alternatives to 2x aplication server ? Regards, Silviu Hutanu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100718/3ef6bb73/attachment.html>
2006 May 16
2
Meetme and authentication
...nk using two different phone numbers (one for users and one for moderators) is neither practical nor safe. Is there a way to authenticate users against only one of the password? For instance, math the password provided against only the moderator PIN, or only the user PIN. Thank you for your help, Silviu PS. Here is the dialplan : [ConfStart] exten => s,1,Answer exten => s,2,Set(TIMEOUT(response)=5) exten => s,3,Set(LANGUAGE()=conf) exten => s,4,Wait(1) exten => s,5,Background(welcome) ; "welcome, press * if you are a user of hold the line if you are a moderator" exten =...
2005 Jan 13
2
How to present a dialtone to a dial-in user?
...e, than I can dial any valid number in the context the call originated. I've done it with CAPI (thanks to the script on http://www.junghanns.net/asterisk/page14.html), I'd like to do it with H323. Problem is, how to present a dialtone to the user and wait him dialing? Thank you, Silviu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050113/d92c4e62/attachment.htm