search for: 100h

Displaying 13 results from an estimated 13 matches for "100h".

Did you mean: 100
2003 Sep 30
0
Missing ring indications with DPH-100H/chan_h323
hi all after setting up chan_h323, I don't get any ring indications on my Dlink DPH-100H phone. Any idea how to debug this? roy
2006 Dec 04
5
any possibility of Vonage Integration
Hello, Is there any possibility of integrating plans of vonage with asterisk. Regards Vijay Gandhi
2003 Sep 18
2
Need help with H.323
hi all I'm trying to setup a dlink dph-100h phone (actually a dph-100m but with the h.323 software) with asterisk and chan_h323. AFACS, the dph-100h software can only be configured to point to a gatekeeper. I know I don't need to do this, but it's a test before I setup my Symbol Netvision phones (I don't have an access point for...
2003 Sep 18
1
h.323 - success
...ght look like success. I have one problem left: I don't get ring indicator when I dial out from the h.323 phone... Sound is good, so it doesn't look like a codec problem. I'm using chan_capi with early B3. I also use gnugp to route the calls from the phones to asterisk, as the dlink dph-100h requires this. Debug output follows: Any ideas? roy ------------ DEBUG ----------------- *CLI> exten b4: 98013356 -- Executing Dial("H323/ip$10.47.0.1:39307/29476", "CAPI/22545070:b98013356|300|T") in new stack -- Called 22545070:b98013356 us: 0.0.0.0:6124 them: 0...
2003 Sep 17
0
chan_h323 as a gatekeeper?
hi IIRC, Jeremy once said that chan_h323 could be used as a gatekeeper but perhaps lacking a few features as compared to gnugk. Is this possible? I have some dlink DPH-100H phoes here for testing, but they require a gatekeeper, and if I can do it, I'd love to keep gnugk out of this. thanks roy
2010 Dec 21
0
unable to write into Local APIC registers
...IDT, GDT n all) Im disabling 8259 and enabling Local APIC but im unable to write into Local APIC registers . can anyone tell me is there something which im missing ? Here is my piece of code SVR EQU 0FEE000F0H ; define the Spurious interrupt vector APIC_ENABLE EQU 100H ;disable 8259 MOV AL,0FFH OUT 0A1H, AL OUT 021H, AL ;enable local apic and set the spurious interrupt vector MOV ESI,SVR MOV EAX,<ESI> OR EAX,APIC_ENABLE MOV <ESI>,EAX Warm regards, Ravi Kulkarni.
2010 Dec 21
0
unable to write into Local APIC registers
...IDT, GDT n all) Im disabling 8259 and enabling Local APIC but im unable to write into Local APIC registers . can anyone tell me is there something which im missing ? Here is my piece of code SVR EQU 0FEE000F0H ; define the Spurious interrupt vector APIC_ENABLE EQU 100H ;disable 8259 MOV AL,0FFH OUT 0A1H, AL OUT 021H, AL ;enable local apic and set the spurious interrupt vector MOV ESI,SVR MOV EAX,<ESI> OR EAX,APIC_ENABLE MOV <ESI>,EAX Warm regards, Ravi Kulkarni.
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...E0119 xorpd xmm7,xmm7 002E011D movapd xmmword ptr [esp+0A0h],xmm1 002E0126 movapd xmmword ptr [esp+0B0h],xmm7 002E012F movapd xmm3,xmm1 002E0133 movlpd qword ptr [esp+0F0h],xmm3 002E013C movhpd qword ptr [esp+0E0h],xmm3 002E0145 movlpd qword ptr [esp+100h],xmm7 002E014E pshufd xmm0,xmm7,44h 002E0153 movdqa xmm5,xmm0 002E0157 xorpd xmm4,xmm4 002E015B mulpd xmm5,xmm4 002E015F pshufd xmm2,xmm3,44h 002E0164 movdqa xmm1,xmm2 002E0168 mulpd xmm1,xmm4 002E016C xorpd xmm7,xmm7 002E0170 movapd...
2013 Jul 19
4
[LLVMdev] SIMD instructions and memory alignment on X86
Hmm, I'm not able to get those .ll files to compile if I disable SSE and I end up with SSE instructions(including sqrtpd) if I don't disable it. On Thu, Jul 18, 2013 at 10:53 PM, Peter Newman <peter at uformia.com> wrote: > Is there something specifically required to enable SSE? If it's not > detected as available (based from the target triple?) then I don't think
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all, Gert Hulselmans requested a feature for MDISKCHK.COM that would function roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET command output for MEMDISK kernel arguments passed by previous boot-loaders. He also needed to support the case for MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments could be gathered together and output as a list
2008 Nov 22
5
[RFC][PATCH] Gfxboot COMBOOT module
...o file> - Sebastian --- /dev/null 2007-09-21 23:50:58.000000000 +0200 +++ syslinux-3.73-pre6/modules/gfxboot.asm 2008-11-22 19:01:10.000000000 +0100 @@ -0,0 +1,883 @@ + absolute 0 +pspInt20: resw 1 +pspNextP: resw 1 + resb 124 +pspCmdLen: resb 1 +pspCmdArg: resb 127 + + section .text + org 100h + +_start: + mov ax,2 + mov bx, msg_progname + int 22h + + mov ax,2 + mov bx, msg_crlf + int 22h + + push es + mov ax,0ah + mov cl,9 + int 22h + pop es + cmp al,32h + jnz not_pxelinux + + mov ax,2 + mov bx,msg_pxelinux + int 22h + ret +not_pxelinux: + mov [derivative_id],al + mov...
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin, I have successfully modified/enhanced memdisk so that one can chainload a local operating system after running diskless FreeDOS. I would like your advice regarding the appropriate interface for invoking this functionality. In addition, I would like to know what steps to take so that you feel comfortable considering including this in the standard syslinux distribution.
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
...at your option) any later version; incorporated herein by reference. +; +; **************************************************************************** + + absolute 0 +pspInt20: resw 1 +pspNextP: resw 1 + resb 124 +pspCmdLen: resb 1 +pspCmdArg: resb 127 + +;%define DEBUG + + section .text + org 100h + +_start: + mov ax,2 + mov bx, msg_progname + int 22h + + mov ax,2 + mov bx, msg_crlf + int 22h + + push es + mov ax,0ah + mov cl,9 + int 22h + pop es + cmp al,32h + jnz not_pxelinux + + mov dl,0 ; fake drive number + mov cl,11 ; fake sector size 2048 bytes + +not_pxelinux: + mov [...