search for: dgb

Displaying 20 results from an estimated 20 matches for "dgb".

Did you mean: db
2009 May 20
1
Channels configuration with DAHDI
...n: 2.1.0.4 Echo Canceller(s): Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Channel 02: FXO Kewlstart (Default) (Slaves: 02) 2 channels to configure. In the configuration files I made the following modifications: /etc/dahdi/system.conf: # DGB - 20090518 fxoks=2 fxsks=1 ############ DGB #[channels] #language=en #context=incoming #signalling=fxs_ks #usecallerid=yes #hidecallerid=no #callwaiting=yes #callwaitingcallerid=yes #threewaycalling=yes #transfer=yes #cancallforward=yes #callreturn=yes #echocancel=yes #echocancelwhenbridged=yes #r...
2009 Jun 01
2
Transfer call from analog telephone
...e the dial tone after *2 / #1 or the recall key. I copy my configuration files after to have reverted the changes. If some other data is necessary, don't doubt in consulting to me. The lines that I added to the configuration files created in the installation are those that are underneath "DGB". ###################### /etc/asterisk/features.conf [general] parkext => 700 ; What extension to dial to park parkpos => 701-720 ; What extensions to park calls on. These needs to be ; numeric, as Asterisk starts from the...
2011 Feb 24
2
[LLVMdev] Announcing: LLVM 2.9 Tentative Release Schedule
...continued to work anyway. I decided to try and reuse the ELF code emission as much as possible to be able to run gdb on the generated code. By refactoring the code for MCELFStreamer and ELFObjectWriter I am now able to generate code in memory and the code can be executed and debugged with dgb. With a bit more cleanup I believe it is possible to get a "JIT" (it generates code for a whole module) with just a few hundred lines of code. I'm not sure if this is what people want in general but it works for my application. - Jan
2010 Jun 21
1
[LLVMdev] Extracting Metadata of Variables
Hi, Im new to llvm and I'm using llvm-2.6 and I know how to extract the metadata in the stoppoints but what I'm interested in is the meta data regarding a local variable. I know that the @llvm.dgb.declare such as: call void @llvm.dbg.declare({ }* %2, { }* bitcast (%llvm.dbg.variable.type* @llvm.dbg.variable9 to { }*)) links to meta data for @llvm.dbg.variable9 which is: @llvm.dbg.variable9 = internal constant %llvm.dbg.variable.type { i32 459008, { }* bitcast (%llvm.dbg.subprogram.type*...
2010 Feb 18
2
Registering of Asterisk against a SIP provider
...t Acceptable" back from 86.64.162.35 Investigating in Internet I found that it can be due to that the registering is being tried to do with an not public IP. I've dynamic IP whose domain is updated using a dynamic DNS service. The line that I am using in sip.conf is the following one: ; DGB - 20100211 externip = sysadminhaiku.com.ar localnet = 10.1.0.0/24 Hours ago the IP changed and the domain was updated satisfactorily, but in spite of this I was obtaining the registering failures that I mentioned above. After to restart Asterisk (1.4.24.1), I no longer had this problem of registe...
2010 May 18
1
Callerid with DAHDI
...ated on 2010-05-11 ;Dahdi Channels Configurations ;For detailed Dahdi options, view /etc/asterisk/chan_dahdi.conf.bak [trunkgroups] [channels] language=es defaultzone=es usecallerid=yes hidecallerid=no callwaiting=no threewaycalling=yes transfer=yes echocancel=yes echotraining=yes inmediate=no ; DGB - 20100322 busydetect=yes busycount=3 ;Sangoma AFT-A200 [slot:8 bus:1 span:1] <wanpipe1> context=from-internal group=1 echocancel=yes signalling = fxo_ks channel => 1 mailbox=300 at voicemail callerid="Jane Doe" <300> context=from-internal group=1 echocancel=yes signall...
2005 Oct 23
1
Re: winebuild problems - wine-20050930 [SOLVED]
...st_exe_OBJS) > $(CC) $(xfst_exe_LDFLAGS) -o $@ $(xfst_exe_OBJS) > $(xfst_exe_MODULE).dbg.o $(xfst_exe_LIBRARY_PATH) $(DEFLIB) > $(xfst_exe_DLLS:%=-l%) $(xfst_exe_LIBRARIES:%=-l%) > > The --debug option is no longer supported so this no longer works. I > tried removing the .dgb but that just creates more problems. > > Thanks in advance for any ideas or help. > > Cheers, > Mark >
2011 Feb 25
0
[LLVMdev] Announcing: LLVM 2.9 Tentative Release Schedule
...anyway. I decided to > try and reuse the ELF code emission as much as possible to be able to run gdb > on the generated code. By refactoring the code for MCELFStreamer and > ELFObjectWriter I am now able to generate code in memory and the code can be > executed and debugged with dgb. With a bit more cleanup I believe it is > possible to get a "JIT" (it generates code for a whole module) with just a few > hundred lines of code. I'm not sure if this is what people want in general but > it works for my application. > Just a reminder: The deadlin...
2009 Jun 29
3
[LLVMdev] About debug in LLVM!!!
...n't understand how must be compiled the C-code with "llvm-gcc". Wenn I use option "-emit-llvm" [backend needs it] of course with "-g" and "-O0", then GDB can't find a symbol table in bc-file. Where will place "llvm-gcc" the symbol table for DGB? Perhaps, must GDB knows the architecture of processor? If yes, so where it must be written? I have many questions and need some help. Do you can help me what must I read and search ore recommend somebody to can? Best regards, Artem Rudskyy http://www..uni-magdeburg.de/ieat/robotslab/ &lt...
2009 Jun 26
0
[LLVMdev] LLVM Compiler Infrastructure and GDB debugger
...te programs. > Problem: > I don’t understand how must be compiled the C-code with “llvm-gcc”. > Wenn I use option “-emit-llvm” [backend needs it] of course with “- > g” and “-O0”, then GDB can’t find a symbol table in bc-file. Where > will place “llvm-gcc” the symbol table for DGB? Perhaps, must GDB > knows the architecture of processor? If yes, so where it must be > written? I have many questions and need some help. > Do you can help me what must I read and search ore recommend > somebody to can? > > > Best regards, > Artem Rudskyy > http:...
2011 Feb 20
0
[LLVMdev] Announcing: LLVM 2.9 Tentative Release Schedule
On Feb 19, 2011, at 8:05 PM, Yuri wrote: > On 02/19/2011 14:52, Yuri wrote: >> Will MC path for JNI be included in 2.9? >> > > Sorry. I meant: Will MC path for JIT be included in 2.9? While it would be nice, it doesn't seem like anyone is working on it at the moment. -Chris
2005 Oct 23
1
winebuild problems - wine-20050930
Hi, Does anyone know what happened to the --debug option in winebuild? It seems to have disappeared in more recent versions of Wine. I am attempting to build a program that uses winebuild with the debug in a Make file. This no longer builds. What's the proper way to change the Makefile now that this option no longer exists? I know that's a vague question, but it seems that often
2008 Sep 17
0
memory leak? shows up in mongrel, not webrick
...te through that array. I''ve been unable to install the bleak_house gem on my dev machine (running OS X Leopard). My other attempts to profile the RAM have been fruitless so far. Any ideas? Perhaps I''m not releasing the AR objects correctly? I am a Ruby/Rails newbie. Thanks, DGB --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2011 Feb 20
3
[LLVMdev] Announcing: LLVM 2.9 Tentative Release Schedule
On 02/19/2011 14:52, Yuri wrote: > Will MC path for JNI be included in 2.9? > Sorry. I meant: Will MC path for JIT be included in 2.9?
2009 Jun 28
0
Recommendation / doubt about building of dialplan
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all! Now that I have a little more time, I was debugging my dialplan and it was of the following way: - ------------------------------------------------------------------------- ; DGB - 20090615 [macro-dial] exten => s,1,Dial(${ARG1},15) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(${MACRO_EXTEN}@voicemail,u) exten => s-NOANSWER,n,Hangup exten => s-BUSY,1,Voicemail(${MACRO_EXTEN}@voicemail,b) exten => s-BUSY,n,Hangup exten => s-CHANU...
2009 Jun 28
1
[LLVMdev] LLVM Compiler Infrastructure and GDB debugger
...n't understand how must be compiled the C-code with "llvm-gcc". Wenn I use option "-emit-llvm" [backend needs it] of course with "-g" and "-O0", then GDB can't find a symbol table in bc-file. Where will place "llvm-gcc" the symbol table for DGB? Perhaps, must GDB knows the architecture of processor? If yes, so where it must be written? I have many questions and need some help. Do you can help me what must I read and search ore recommend somebody to can? Best regards, Artem Rudskyy http://www.uni-magdeburg.de/ieat/robotslab/...
2008 Nov 05
1
[LLVMdev] No of Datastructures
Hi I was having just one more problem. I would like to find these datastructures/ primitive types etc inside a block, however the valuesymbol table is available only at a functional level. What can I do so as to get the number + type of datastructs(eg. arrays etc) inside a single block? Thanks Nipun On Fri, Oct 31, 2008 at 12:05 PM, Devang Patel <dpatel at apple.com> wrote: > Hi
2009 Jun 29
0
[LLVMdev] About debug in LLVM!!!
...// > > /Problem:/// > > /I don’t understand how must be compiled the C-code with “llvm-gcc”. > Wenn I use option “-emit-llvm” [backend needs it] of course with “-g” > and “-O0”, then GDB can’t find a symbol table in bc-file. Where will > place “llvm-gcc” the symbol table for DGB? Perhaps, must GDB knows the > architecture of processor? If yes, so where it must be written? I have > many questions and need some help./// > > /Do you can help me what must I read and search ore recommend somebody > to can?/// > > / /// > > /Best regards,/// > &g...
2015 Jan 22
0
Fatal: master: service(imap): child 19549 killed with signal 11 (core dumped)
...ication_user *ruser = REPLICATION_USER_CONTEXT(ctx->ns->user); enum replication_priority priority; if (ctx->new_messages || changes->changed) { priority = !ctx->new_messages ? REPLICATION_PRIORITY_LOW : <== linea 258 look dgb ruser->sync_secs == 0 ? REPLICATION_PRIORITY_HIGH : REPLICATION_PRIORITY_SYNC; replication_notify(ctx->ns, priority); } i_free(ctx); } ----------------------------------------------------------------------...
2010 Feb 20
1
Error redirecting an incoming call of a SIP provider to a local extension
...t 'from-internal' It is probable that this can be due to a problem of interaction between contexts? I copy the content of extensions.conf and sip.conf to see if it can help to find the problem: - ------------------------------------------------------------------------ extensions.conf: ; DGB - 20091114 [general] autofallthrough=no [macro-dial] exten => s,1,Dial(${ARG1},15) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(${MACRO_EXTEN}@voicemail,u) exten => s-NOANSWER,n,Hangup exten => s-BUSY,1,Voicemail(${MACRO_EXTEN}@voicemail,b) exten => s-BUS...