similar to: Cascading queues & calls not joining unavailable queues.

Displaying 20 results from an estimated 100 matches similar to: "Cascading queues & calls not joining unavailable queues."

2007 Sep 05
8
Ping
----- Mike Hammett Intelligent Computing Solutions http://www.ics-il.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070905/c62f4465/attachment.htm
2006 Aug 08
1
Cascading views?
For some fairly generic views and controller stuff I''d like to have a standard view, say app/views/shared/list.rhtml, and a way to override it per controller, app/views/mymodel/list.rhtml. I think I''ve read of a similar feature before, but I''m not really sure. I may be confusing things with engines and productize. Has someone implemented it for plain Rails apps?
2006 Mar 14
3
cascading eager loading patch not working in oracle
Notice the "AS" keyword appears many times. Oracle does not support this keyword: ActiveRecord::StatementInvalid: OCIError: ORA-00905: missing keyword: SELECT tim esheets.id AS t0_r0, timesheets.start_date AS t0_r1, timesheets.status AS t0_r2, timesheets.cost AS t0_r3, timesheets.charge AS t0_r4, timesheets.employee AS t0 _r5, employees.id AS t1_r0, employees.name AS t1_r1,
2005 Oct 31
2
Cascading Comboboxen and GO button ?
Hello all, I have two comboboxen, comboA is popultaed when :controller/list is retrieved first time. When comboA is selected, I want to auto-populate comboB (modelB belongs_to modelA). The population of tableC (modelC belongs_to modelB and belongs_to modelA) should not populate until a "GO" button is clicked (link_to with submit). Help? I need an example of how to filter the post
2006 Oct 31
0
6297318 Orphan dfA files found on cascading SUN print host
Author: keerthi Repository: /hg/zfs-crypto/gate Revision: 02abb98de0d64950ccf922e93b5f29cce65c46c9 Log message: 6297318 Orphan dfA files found on cascading SUN print host Files: update: usr/src/lib/print/job.c update: usr/src/lib/print/misc.c
2008 Jul 07
1
Non model cascading selects
In my model I have a city_id. ON the form I am using a cascading select to select the state, which then does a remote_submit to get the list of cities (and hence the city_id) for the selected state. The problem that I am having is that if I make a selection, hit SUBMIT and validation fails, the original selected state/city is now reset (ie, the values aren''t saved). Since they
2004 Jul 26
1
Nested/cascading "switch" statements: possible?
I'm lazy and decided that I didn't have the time to hack up a few servers for testing, which I'll probably have to do if nobody answers this mail, but it's late in this part of the world and I'm tired. :-) I'm wondering if the use of the "switch" statement can be nested, such that system A has a "switch" statement that points dialplan inclusion to
2019 Sep 03
0
Problem with cascading configurations
Malte Forkel via Syslinux <syslinux at syslinux.org> writes: > How do I have to configure PXE to make it use the "right" version of > ldlinux.c32? Do it the other way around: Use the same syslinux installation for all Debian releases, and make all the modules match this version. Either replace all the *.c32 files in each release tree with links to the shared modules, or
2019 Sep 06
0
Problem with cascading configurations
> Relocating ldlinux.c32 as you suggested didn't have any visible effect > on the boot process. Error message and TFTP log entries are the same. Adding ldlinux.c32 to the location where pxelinux.0 is located is only one part of the troubleshooting process. The addition to the "right" location might change the initial "working directory" (when comparing to the
2002 Sep 19
1
cascading Ogg Vorbis encoded audio
Hello, I am a grad student in the Music Engineering Technology program at the University of Miami. I am planning on doing thesis research on cascading audio encoding chains and how to eliminate or improve audible artifacts in future encoding generations and will potentially be using Ogg for this work. My specific question is, Has anyone done any prior work in cascading audio encoders? If so, it
2019 Sep 04
0
Problem with cascading configurations
> I am trying to setup a PXE server for two Debian releases (stretch and > buster) using their respective network boot images (netboot.tar.gz), > which I extracted into subdirectories of the TFTP server's root directory: > > ??? ??? debian > ??? ??? ??? buster > ??? ??? ??? ??? debian-installer > ??? ??? ??? ??? ldlinux.c32 -> >
2001 Feb 27
2
Cascading?
During the interesting interview that binaryfreedom has made with Monty and Jack, Monty mentions cascading, a feature that will be added, quote: "Cascading is the ability to make multiple passes through the frequency spectrum, iteratively filling in more detail, like a progressive jpeg". What are the advantages of something like this - does this generally improves quality or is it used
2007 May 17
1
Cascading Queues
Hey Everyone, Have a couple of questions here.. Scenario 1: We are working with a client that currently has one support queue with about 10 agents. They are starting to get pretty long hold times for their customers and they have requested three queues. Queue 1 will have a timeout of 4 minutes. After that it will move to Queue 2 which has a default timeout of 3 minutes. After that we will
2004 Nov 29
5
cascading LANs
I have a DMZ (eth2: 10.0.100.0) and a LOC1 (eth0: 10.0.0.0) defined on my firewall. On one of the port on the switch serving LOC1 I have now a router and a switch feeding a bunch of computers with net=10.0.200.0. While I have defined a route to reach LOC2, I would like to define also a specific zone in order to assign different rules to it. Is it possible ? if yes, what is the syntax of the
2019 Sep 05
2
Problem with cascading configurations
Am 04.09.2019 um 22:18 schrieb Ady Ady via Syslinux: >> I am trying to setup a PXE server for two Debian releases (stretch and >> buster) using their respective network boot images (netboot.tar.gz), >> which I extracted into subdirectories of the TFTP server's root directory: >> >> ??? ??? debian >> ??? ??? ??? buster >> ??? ??? ??? ???
2004 Jul 06
1
g729 codec compatibility voiceage vs Digium
I own a G729b codec from voiceage which I had from Digium a couple of months ago , I friend of mine had the new Digium G729 codec which registers in the asterisk as a Annex A/B codec, the problem that we saw is that the call goes thru find but we cannot here any sound. Asterisk is showing this : -- SIP/10.10.1.1-babc is ringing -- SIP/10.10.1.1-babc answered
2006 Aug 18
3
DNAT Security Hole?
# shorewall version 3.2.1 SNAT is enabled. Setting up DNAT to do port forwarding -- this example looked exactly like what I wanted: (FAQ 1c) From the internet, I want to connect to port 1022 on my firewall and have the firewall forward the connection to port 22 on local system 192.168.1.3. How do I do that? In /etc/shorewall/rules: #ACTION SOURCE DEST PROTO DEST PORT
2019 Sep 03
4
Problem with cascading configurations
Hello, I am trying to setup a PXE server for two Debian releases (stretch and buster) using their respective network boot images (netboot.tar.gz), which I extracted into subdirectories of the TFTP server's root directory: ??? ??? debian ??? ??? ??? buster ??? ??? ??? ??? debian-installer ??? ??? ??? ??? ldlinux.c32 -> debian-installer/i386/boot-screens/ldlinux.c32 ??? ??? ??? ???
2014 May 28
1
'restart when convenient'
Hi, I want to do a scripted 'restart when convenient' on a daily basis. This used to work, but since i've upgraded to Asterisk 11.7 it seems it's never convenient to restart the server. My question: how can i tell *why* it's not convenient to restart the server? It used to be some colleague left the receiver OffHook or something like that, but even when i'm fairly
2017 Jan 16
2
NetworkManager vs. Firewalld vs. /etc/sysconfig/network-scripts/ifcfg-*****
I've made 3 CentOS 7 installation attempts to configure a simple firewall/router box with 2 nics. I got myself into a circular scenario where NetworkManager and firewalld and /etc/sysconfig/network-scrpts/ifcfg-***** were interfering or overwriting each other. Needed to perform ifdown enp3s7 on the internal LAN nic in order to make the external internet enp2s0 reach websites and ping