similar to: Digits in a different language...

Displaying 20 results from an estimated 9000 matches similar to: "Digits in a different language..."

2015 Jun 16
2
[LLVMdev] Replacing a Reg MachineOperand with a non-Reg MachineOperand?
Tom, My current example is a global address; however, it could be any operand in theory. The arch allows for direct mem op support for ex instructions, so it could be any type of address or any type of imm or any type of register. For example, we are using intrinsics for some instructions since LLVM does not support them. Table gen does not allow for matching to direct mem op because the
2015 Jun 16
2
[LLVMdev] Replacing a Reg MachineOperand with a non-Reg MachineOperand?
I have a MachineOperand that could be something other than a Reg: mem, global address, imm, etc... I want to replace a reg MachineOperand with this non-reg MachineOperand. I've tried a few different things, but it doesn't seem like there is some simple functionality to do this? "RemoveOperand" and "addOperand" does not work. There doesn't seem to be a valid
2015 Jun 16
2
[LLVMdev] Replacing a Reg MachineOperand with a non-Reg MachineOperand?
Hey Ryan, You end with a large constant immediate offset value because the register operand stores the register id in a union together with the offset that's used by the global address operand. Just add 'setOffset(0)' to your change method and that should solve your problem. 2015-06-16 9:15 GMT-07:00 Ryan Taylor <ryta1203 at gmail.com>: > So I have this for
2004 Apr 13
1
Internationalisation/Internationalization
Good Morning, I'm working with a queue at the moment and I having trouble with my digits. Australia is my example. On the tiki it says for international digits, I can dump them in the "digits/au" directory. I tried that -- just because, I also made a copy in "au/digits". When the queue announces the position I it says: -- Started music on hold, class
2015 Jun 16
2
[LLVMdev] Replacing a Reg MachineOperand with a non-Reg MachineOperand?
I'm not sure I understand what your problem is, but are you calling the removeRegOperandFromUseList on the machine operand after changing it to GA? You have to call removeRegOperandFromUseList before changing the operand's type, as it expects a register operand. 2015-06-16 10:05 GMT-07:00 Ryan Taylor <ryta1203 at gmail.com>: > @Alex: Thanks. setOffset(0) eliminated any previous
2006 Oct 05
3
google translate for missing language pages ?
Can we / should we think about using google translate for offering pages in languages where there is no local translation ? http://biohackers.net/wiki/GoogleTranslate.py { viewable in a normal browser } has a plugin for this! -- Karanbir Singh : http://www.karan.org/ : 2522219 at icq
2017 Jul 20
2
Asterisk 13.16.0 segfault
On 7/20/17 8:47 AM, Marcelo Terres wrote: > Which version of Asterisk are you using? Are you compiling it with the > bundle pjproject ? > > --with-pjproject-bundled > > Regards, > > Marcelo H. Terres <mhterres at gmail.com <mailto:mhterres at gmail.com>> > IM: mhterres at jabber.mundoopensource.com.br > <mailto:mhterres at
2017 Jul 19
2
Asterisk 13.16.0 segfault
On 7/19/17 2:37 AM, Marcelo Terres wrote: > This is the pjsip library. > > Is it possible to you to update pjsip for the latest version to test > if it solves the problem? > > On 18 Jul 2017 3:52 pm, "Carlos Chavez" <cursor at telecomab.mx > <mailto:cursor at telecomab.mx>> wrote: > > I am getting frequent segfaults on a new Asterisk
2012 Apr 06
6
Seagate Constellation vs. Hitachi Ultrastar
Happy Friday, List! I''m spec''ing out a Thumper-esque solution and having trouble finding my favorite Hitachi Ultrastar 2TB drives at a reasonable post-flood price. The Seagate Constellations seem pretty reasonable given the market circumstances but I don''t have any experience with them. Anybody using these in their ZFS systems and have you had good luck? Also, if
2013 Apr 12
2
Internationalisation in guestconv
I've added internationalisation to guestconv, and updated HACKING with a new section. Any thoughts/comments? Matt
2018 Sep 29
2
WebRTC as Softphone substitute ?
Hi Olivior, We have recently worked on a WebRTC based agent panel. As based on my experience I think that WebRTC based phones are far better and cheaper then those soft / sip phone. the big plus is that they are easy to customize and developer can use the power of browser and web to build / offer features which are not possible with regular phones. Regarding your concern about BLF or call
2006 Jan 04
8
Using same ZFS under different kernel versions
I build two zfs filesystems using b29 (from brandz). I then re-installed solaris express b28, preserving the zfs filesystems. When I tried to "zpool import" my zfs filesystems I got a kernel panic: > debugging crash dump vmcore.0 (32-bit) from blackbird > operating system: 5.11 snv_28 (i86pc) > panic message: > ZFS: bad checksum (read on /dev/dsk/c1d0p0 off 24d5e000: zio
2010 Dec 15
4
distance_of_time_in_words shows {{count}} days instead of showing actual days
I have following code in view <% if @next_topic %> Time to show next topic <%= distance_of_time_in_words(Time.now.utc, @next_topic.time_to_show.utc) %> <hr /> <% end %> Output: Time to show next topic {{count}} days -------------------- time_to_show has following value Mon, 20 Dec 2010 12:38:00 UTC +00:00 @next_topic comes from database. I am using SQLITE. I am using
2018 Sep 26
2
WebRTC as Softphone substitute ?
On Wed, Sep 26, 2018 at 9:40 AM Carlos Chavez <cursor at telecomab.mx> wrote: > > On 9/26/2018 4:46 AM, Olivier wrote: > > > Hello, > > > > This morning, I asked myself if WebRTC could be a viable alternative > > to softphone deployment. > > > > For me, main issue with Softphones is the amount of work needed for > > installation and
2004 Sep 05
3
ChanSpy by anthm and more...
Everyone we have a few new things to give back to the asterisk community. http://bugs.digium.com/bug_view_page.php?bug_id=0002379 http://bugs.digium.com/bug_view_page.php?bug_id=0002380 http://bugs.digium.com/bug_view_page.php?bug_id=0002381 These include app_chanspy, the ability to spy on ANY bridged call taking place inside asterisk. NOT just ZAP as with ZapScan/Barge. Native format_* files
2017 Apr 20
2
IAX2 getting stuck
If SIP goes to the same provider then yes. Still I would check a packet capture for better understanding. BTW, did you try iax debug? ??, 20 ???. 2017 ?. ? 19:46, Carlos Chavez <cursor at telecomab.mx>: > On 4/20/17 12:45 AM, Kseniya Blashchuk wrote: > > Can it happen that the routes lead the traffic through another interface? > Did you try a packet capture with tcpdump? Do the
2018 Oct 03
2
WebRTC as Softphone substitute ?
@Olivior I agree that seting up WebRTC is hard, however when done it is smooth to use. For replication you can build RPMs with working configurations. Regarding stability, it is not being used widly, so can't say it is mature. However we have no complain so far regarding audio or connectivity. sometime we provide support for "allow media / mic" type issues, but you know it is
2002 Dec 10
5
[PATCH] Password expiry with Privsep and PAM
Hi All. Attached is a patch that implements password expiry with PAM and privsep. It works by passing a descriptor to the tty to the monitor, which sets up a child with that tty as stdin/stdout/stderr, then runs chauthtok(). No setuid helpers. I used some parts of Michael Steffens' patch (bugid #423) to make it work on HP-UX. It's still rough but it works. Tested on Solaris 8 and
2008 Jan 14
2
app_voicemail for spanish
Guys, anybody has a 1.2.x compatible app_voicemail patched for Spanish prompts that can handle for example, instead of saying "trabajo mensjes" would say "mensajes de trabajo o mensajes trabajo" (inverse)? Also can handle singular and plural (mensaje vs. mensajes)? Anton
2003 Jan 17
1
Open SSH BugID 370
Hi, Dear Madam/Sir Can you check for me whether the Openssh bugID 370 has been resolved or not. If so, can you provide me the solution? Looking forward to your reply. Thank you very much. Regards Wang Kai