search for: handoffs

Displaying 20 results from an estimated 165 matches for "handoffs".

Did you mean: handoff
2012 May 26
2
[PATCH] Update diag/mbr instruction to match the current filename.
From: Jean-Christian de Rivaz <jc at eclis.ch> I suspect that some instructions about how to use the diag/mbr was not updated when the source file was renamed to handoff.S. Here is a simple proposition to fix that. Jean-Christian de Rivaz --- diag/mbr/README | 4 ++-- diag/mbr/handoff.S | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/diag/mbr/README
2003 May 15
0
Call handoffs ?
...If one Machine is behind NAT i have (at least I think) seen it happen. BUT the question is both 1A & 3C are BOTH sitting behind NAT does the call handoff occur ?? (I just don't have enough NAT around to test). Now the same question applies to SIP. Does Asterisk attempt (or SIP allow it) handoffs ?? I presume if it does, if both SIP clients are REAL ip's there should be no problem, but what happens if one or both are behind NAT ?? Now for the SIP question behind NAT, please note that on the Asterisk server for all SIP we are running "nat=yes" in the config. Any ideas ?? Ga...
2005 Feb 03
0
Stream drops during handoff. Suggestions?
I'm using ezstream-0.1.2 KJ -----Oorspronkelijk bericht----- Van: Joel Ebel [mailto:jbebel@ncsu.edu] Verzonden: donderdag 3 februari 2005 21:05 Aan: Klaas Jan Wierenga Onderwerp: Re: [Icecast] Stream drops during handoff. Suggestions? Thanks. I'll have to try that. I wonder why ezstream would ever stop sending data for that long though. What version of ezstream are you running? Joel
2017 Feb 02
2
HP Zbook17 Dock and UEFI conflict with GK107GLM aka Quadro K1100M
On Thu, Feb 2, 2017 at 4:43 PM, Phil Turmel <philip at turmel.org> wrote: > On 02/01/2017 10:40 AM, Phil Turmel wrote: >> Hi All, >> >> I've been running Gentoo on a ZBook with great success for a couple years, >> but I've been stymied in my attempts to implement SecureBoot by an >> apparent problem with efifb to nouveaufb handoff, but only when
2013 Jun 19
3
Handoff dial control to dialplan after AMI Originate
Hello, I'd like to use the AMI interface to originate a call to a context in a dialplan, and handoff the dial control to the context. Whenever I execute the below action, the recipient does ring, but when I answer it dials the recipient again. I believe this is because once answered the system is going to execute the Context/Exten/Prio in the Originate action? Action: Originate Channel:
2005 Feb 03
2
Stream drops during handoff. Suggestions?
Sorry if this has been asked before, but I've searched high and low for the last couple days for an answer. An Internet radio station I DJ for is using Shoutcast and MP3, but we are considering moving to an Icecast/Ogg Vorbis combination instead. We work in 3-hour shifts. When we hand off, the DJ on-stream stops teh encoder, shouts "go" on IRC, and the DJ in line starts his
2004 Apr 30
1
IAX2 * -> * handoff
Hey All, I am setting up a network of Asterisk servers using IAX2. I am wondering if it is possible to disable the handoff feature? At the moment I have 4 asterisk machines, 3 are at SOHO offices and 1 is centrally hosted in a data centre. In addition the central machine has an IAX2 link to a VOIP provider (and might be set up with more in the future). All calls are routed through that
2006 Mar 08
1
Re: PLEASE respond: how to get Asterisk to change coders on RTP handoff?? HELLO???
So, when I get no comments on this at all, either here or on any of the forums, does that mean nobody knows what I'm talking about?? Or does nobody know the answer?? Or is it just a stupid question and nobody wants to bother telling me where to look?? It *is* a question that I have to answer somehow; I've read all through TFOT and see nothing relevant to this issue. It's silly to
2006 Oct 10
2
Xen +suse 10.1 +ASUS A6iTc w/AMD Turion Dual Core processor
Hi I have a new ASUS A6Tc laptop with 1.6 GHz AMD Turion dual core processor. I get a strange error: <4>0000:00:0b.0 OHCI: BIOS handoff failed (BIOS bug ?) 000007b4 <4>0000:00:0b.1 EHCI: BIOS handoff failed (BIOS bug ?) 01010001 This only occurs when booting into the xen kernel, not without xen. Can someone tell me why and how it can be fixed? Art
2004 Mar 31
1
LARGE BREASTS Handoff back to * from * via IAX?
How do I do this 1) ZAP-> * -> IAX(1) ------> IAX(2) -----> DG104S ------> Handset 2) No Answer on Handset 3) Back to IAX(1) 4) IAX(1) tries a cell phone 5) Still no Answer 6) Local * Voicemail. I have 1 working, and I had 4 working when there was only one box, i.e. when the handset did not answer the DG, asterisk went to the next step. Now that I have step 1 going to another
2006 Mar 06
1
PLEASE respond: how to get Asterisk to change coders on RTP handoff??
I have a hardware FXO/FXS which handle my voip calls, and they support G723 internally. Asterisk hands off these calls just fine, and everything works, as long as I don't want PBX menues available... The problem is, once I want it to return messages, it will only return them as GSM... which is fine, since my FXO/FXS support multiple coders. However, even though Asterisk lets me specify a
2009 Oct 01
3
Using Ruby on Rails to edit a script?
Is ROR a good fit if I want to edit and expand on a developed script like RoundCube( http://roundcube.net/ )? I''m planing to edit it for my business as an order/transcript application. If anyone is interested this link is what I want to make. http://handoff.wordpress.com/
2010 Nov 26
1
[PATCH] new *br: Show handoff data
git://git.zytor.com/users/genec/syslinux.git Branch handoff-mbr-for-hpa This is a piece of code that can be used in place of a MBR or VBR/PBR (master boot record; volume/partition) in order to examine the data handed to the respective boot code. AX, SS, and SP are destroyed before examining anything. I set an internal restriction that limits it to 420 bytes such that it could be used with a
2007 Apr 08
0
libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c
...ayer->srccaps = caps; + fakesrc = gst_element_factory_make ("fakesrc", NULL); + if (fakesrc == NULL) { + SWFDEC_ERROR ("failed to create fakesrc"); + swfdec_audio_decoder_gst_free (&player->decoder); + return NULL; + } + g_object_set (fakesrc, "signal-handoffs", TRUE, + "can-activate-pull", FALSE, NULL); + g_signal_connect (fakesrc, "handoff", + G_CALLBACK (swfdec_audio_decoder_gst_fakesrc_handoff), player); + g_atomic_int_inc (&player->refcount); + g_object_weak_ref (G_OBJECT (fakesrc), swfdec_gst_audio_unr...
2017 Feb 01
2
HP Zbook17 Dock and UEFI conflict with GK107GLM aka Quadro K1100M
Hi All, I've been running Gentoo on a ZBook with great success for a couple years, but I've been stymied in my attempts to implement SecureBoot by an apparent problem with efifb to nouveaufb handoff, but only when external monitors are attached. The handoff works without issue when the BIOS is in Mixed EFI mode, with and without external monitors, and works in Native EFI mode without
2005 May 20
5
Who knows where voicepulse has their asterisk servers?
I want to collocate an * box somewhere, where better than where voicepulse chose to put their servers? They probably did their homework and selected someplace where good handoff to the pstn can be found, right/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050520/9f5975b8/attachment.htm
2015 Dec 19
4
PS4 code owner?
As I've left Sony, I should handoff code ownership of the PS4 triple. Sony is still committed to LLVM and I look forward to continue to work with them in open source. Sony has asked that I nominate Paul Robinson to become code owner. +------------------------------------------------------------+ | Alexander M. Rosenberg <mailto:alexr at leftfield.org> | | Nobody cares what I
2017 Feb 02
0
HP Zbook17 Dock and UEFI conflict with GK107GLM aka Quadro K1100M
On 02/02/2017 04:48 PM, Ilia Mirkin wrote: > On Thu, Feb 2, 2017 at 4:43 PM, Phil Turmel <philip at turmel.org> wrote: >> On 02/01/2017 10:40 AM, Phil Turmel wrote: >>> Hi All, >>> >>> I've been running Gentoo on a ZBook with great success for a couple years, >>> but I've been stymied in my attempts to implement SecureBoot by an
2005 Aug 04
1
Asterisk and the IAD2431 via MGCP
I have the following upcoming install and I'm trying to do it without having to resort to Digium t1 cards. I have a Cisco IAD2431 being installed by our Carrier. That Carrier will be providing 2 IP Trunks via ethernet handoff into the Cisco IAD2431. The CIsco IAD2431 has Two T1 ports installed and we would have to install a digium card to support those two t1's. What I'd like to do
2010 May 16
0
[PATCH v2 3/3] vga16fb, drm: vga16fb->drm handoff
let vga16fb claim 0xA0000+0x10000 region as its aperture; drm drivers don't use it, so we have to detect it and kick vga16fb manually - but only if drm is driving the primary card Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: James Simmons <jsimmons at infradead.org> Cc: Dave Airlie <airlied at redhat.com> Cc: Ben Skeggs <bskeggs at redhat.com> --- no