search for: torgeir

Displaying 13 results from an estimated 13 matches for "torgeir".

2003 Apr 09
0
can't use both controllers...
hi when two calls are active on controller 2, chan_capi won't use controller 1. this is with AVM C2 roy -- Executing Goto("SIP/torgeir-b476", "capiring|BYEXTENSION|1") in new stack -- Goto (capiring,90044875,1) -- Executing Dial("SIP/torgeir-b476", "CAPI/22545066:bBYEXTENSION|120|Ttr") in new stack == data = 22545066:b90044875 == capi request omsn = 22545066 == found capi with oms...
2012 Nov 22
1
Syslinux Digest, Vol 116, Issue 20
...enu!! (I am having some trouble with broadcom (PCI fiber) and iPXE :) And the rest would use ipxe.pxe (works best for our setup). Would it be much work to implement or rather have available as an patch, so if anyone else are in need of this later, we could just patch the code and compile ourself. Torgeir ________________________________________ Message: 3 Date: Wed, 21 Nov 2012 10:19:14 -0800 From: "H. Peter Anvin" <hpa at zytor.com> To: syslinux at zytor.com Subject: Re: [syslinux] pxelinux load configuration files (ARP type code, and IPaddress in hex) Message-ID: <50AD1...
2003 Jun 16
0
chan_capi and hanging channels
...n (None) (None) CAPI[contr2/22545073] (gorm 22545073 1 ) Down (None) (None) CAPI[contr2/22545079] (ola 22545079 1 ) Down (None) (None) CAPI[contr2/22545079] (ola 22545079 1 ) Down (None) (None) CAPI[contr2/22545066] (torgeir 22545066 1 ) Down (None) (None) CAPI[contr2/22545066] (torgeir 22545066 1 ) Down (None) (None) CAPI[contr2/22545070] (roy 22545070 1 ) Down (None) (None) CAPI[contr2/22545070] (roy 22545070 1 ) Down (None) (N...
2017 Sep 24
3
Fallback to second menu entry, ONERROR looping forever
Hello I want to fallback to a second boot entry, if the kernel is missing for the first entry. So I through I could use ONERROR, but syslinux just continue to try starting the first entry. Am I doing something wrong? or can't this be done with syslinux? default menu.c32 prompt 0 MENU HIDDEN MENU AUTOBOOT TIMEOUT 2 ONERROR live-generic label grub ??? menu label ^Grub ??? menu default
2012 Nov 21
1
pxelinux load configuration files (ARP type code, and IPaddress in hex)
...inux.cfg/01 /mybootdir/pxelinux.cfg/C0 /mybootdir/pxelinux.cfg/C /mybootdir/pxelinux.cfg/default We could be in need for a custom file/menu for this group of addresses (as an example): /mybootdir/pxelinux.cfg/01-88-99-aa Could that be possible to add to syslinux? Regards, Torgeir Wulfsberg ________________________________ CONFIDENTIALITY This e-mail and any attachment contain KONGSBERG information which may be proprietary, confidential or subject to export regulations, and is only meant for the intended recipient(s). Any disclosure, copying, distribution or use is prohibi...
2010 Mar 03
2
uint decode error on visual studio...
Is this a common warning? The decoder doesn't return an error on it, but I see it a lot in my test application on windows. It is non existent on my linux box. I haven't tried mingw yet. please note that I'm using visual studio 2008 w/the vcproj that Bjoern Rasmussen made for 0.5.2 (w/some file references removed) at the moment and it is giving a lot of C4554 warnings
2017 Sep 27
0
Fallback to second menu entry, ONERROR looping forever
...ut syslinux just continue to try > starting the first entry. > > Am I doing something wrong? or can't this be done with syslinux? I snipped the config to later. > - Kristian Klausen What version of Syslinux from what build/source is being used? On Wed, Sep 27, 2017 at 12:43 AM, TorgeirW via Syslinux <syslinux at zytor.com> wrote: > Hi! > > I think thats the whole point with ONERROR. > We use it in PXELINUX with a reload label. > > So we can reload pxelinux (ONERROR) if someone types something wrong ?intall? instead of ?install?. > > ? > Torgeir I...
2010 Mar 02
1
--enable-static-modes
I did a download of 0.7.1 sources and saw that fmod was compiling with --enable-static-modes, I decided to try it, but it fails to compile static_modes.c because it doesn't exist. Is that an external dependency? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20100302/6e716591/attachment-0002.htm
2010 Mar 02
1
question about CELT_SET_COMPLEXITY_REQUEST
looking at the code for celt_encoder_ctl in 0.7.1 I'm confused as to why Complexity is described as a value from 0-10, but the code only appears to have one setting for 0-2 and another setting for 3-10. Is that for future use or am I missing something? case CELT_SET_COMPLEXITY_REQUEST: { int value = va_arg(ap, celt_int32); if (value<0 || value>10) goto bad_arg; if (value<=2) {
2017 Sep 27
0
Fallback to second menu entry, ONERROR looping Syslinux Digest, Vol 174, Issue 3
Hi! I think thats the whole point with ONERROR. We use it in PXELINUX with a reload label. So we can reload pxelinux (ONERROR) if someone types something wrong ?intall? instead of ?install?. ? Torgeir Sendt fra min iPhone 25. sep. 2017 kl. 21:03 skrev "syslinux-request at zytor.com<mailto:syslinux-request at zytor.com>" <syslinux-request at zytor.com<mailto:syslinux-request at zytor.com>>: Send Syslinux mailing list submissions to syslinux at zytor.com<mailto...
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
Applies to Syslinux 4.06. Attached, below, and available at: Repository: git://git.zytor.com/users/sha0/syslinux.git Branch: nictype - Shao Miller ----- From 2764e260e12d9769e3b699e4213b9a164e64924a Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0.miller at gmail.com> Date: Thu, 22 Nov 2012 20:43:25 -0500 Subject: [PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus
2010 May 18
9
Variable frame size and API changes
Hi everyone, I've recently been making various changes to the way the modes work and the supported frame size. On new feature that may be of interest to some is that CELT should soon support changing the frame size dynamically within a stream. By that I mean varying the amount of audio (in time) transmitted at once, not the compressed size -- which has always been variable. That would
2010 Jul 17
0
CELT_GET_BITSTREAM_VERSION unchanged from 0.7.1 to 0.8.1
#define CELT_GET_BITSTREAM_VERSION 2000 Is there a reason this stayed the same or did someone just forget to change it? -torg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20100716/d45c084e/attachment-0002.htm