similar to: How to reload queue on the fly?

Displaying 20 results from an estimated 400 matches similar to: "How to reload queue on the fly?"

2010 Feb 02
0
Issue when reloading
Hello list! I?m having an issue when reloading Asterisk, I?ve had this problem in Asterisk 1.6.1.6 so I upgrade to 1.6.2.1 version, but I still have the same error. For example, I send a "reload" in Asterisk CLI and this is the output: isb152*CLI> reload == Parsing '/etc/asterisk/extconfig.conf': == Found == Parsing '/etc/asterisk/manager.conf': == Found
2017 May 11
4
Using queue priorities to add agents
Hi, I have a scenario that I am failing to implement using the Queue app, but which I had thought would be commonplace... 1) (this bit works fine) I want a queue caller to have access to the basic set of agents initially, with an overflow to additional agents if they are busy - This is done using penalty: queues.conf: member => SIP/dev1,0,Agent1 member => SIP/dev2,0,Agent2 member =>
2008 Jan 07
2
Switching screen resolution on the fly
Is there any way other than CTL ALT + and CTL ALT - to set and or change the resolution of the X server when I want to. Is there a way to so take me to "1920x1080" mode and then later take me to "1366x768" mode. With xvidtune I see the -next and -prev options but I was hoping for jumping to specific modes. I so realize I can also edit out unwanted modes in the xorg.conf but
2006 May 11
0
creating variables on the fly with a loop
I''m trying to clean up some of my sloppy code, and one of the things I''m working on is trying to make this huge group of variables a bit more elegant. My variables look like this: @business_core_courses = Category.find_by_title(''business_core_courses'').courses @written_communication = Category.find_by_title(''written_communication'').courses
2006 May 18
3
Render layout on the fly
Hi guys, i was wondering if there is any possibility to render a layout on the fly instead of putting it into the layouts/ folder. Any ideas? -- Posted via http://www.ruby-forum.com/.
2006 Apr 05
0
file_column create image on fly
hello, i''ve added version "small" => {:size => "320x240>"} to file_column. But it doesnt create that size image. How to tell file_column to create small image if it doesn''t exist? Thank you -- Posted via http://www.ruby-forum.com/.
2006 Apr 21
5
input controls on-the-fly ?
i wish to know if there is some way to check user-input directly while it''s inserted. for example if i have to insert a number and the user press letters i just have to hide/delete the letters and wait for numbers. all without the need to press some submit button or any link..just automatically. Thanks Lepre -- Posted via http://www.ruby-forum.com/.
2007 Nov 19
1
Changing TBF rate on the fly results in drops?
Hi everybody, it is my first message here. I tried to browse throughout older posts but I found no immediate answer. I need to change rate of a tbf queue while ip packets are already enqueued by it. If I go: tc qdisc replace|change|link dev eth0 root tbf rate 180kbit burst 1540 limit 15400 as results all enqueued packets seems to disappear. I can see that from a: tc -s qdisc ls dev eth0
2006 May 22
0
horizontal, multi-level fly-out menu
Hello everyone, Did anyone of you ever create a horizontal javascript menu useing prototype (maybe plus scriptaculous). I am looking for a multilevel flyout menu. I saw that the Yahoo UI Library offers library controls for menus http://developer.yahoo.com/yui/menu/ but I would rather like to use prototype. TIA, Alex _______________________________________________ Rails-spinoffs mailing list
2006 Jan 20
2
Creating thumbnail on the fly
I was doing some research about creating thumbnail images on the fly after an image has been uploaded in a form, but for some reason it''s not working for me. I''ve downloaded ImageMagick 6.2.5 for Mac but when I run a test (identify image.gif) it gives me this error: dyld: Library not loaded: /sw/lib/libjpeg.62.dylib Referenced from: /Developer/ImageMagick-6.2.5/bin/identify
2005 Dec 15
0
Creating and managing Rails routes on the fly
Here is what I''d like to be able to do: I want to be able administer routes using a rails application. So an interface would list routes and give users the ability to manage these on the fly: class RoutesController < ApplicationController # very simple example def add ... Routes.connect ''customurl'', :controller => "customcontroller",
2007 Nov 29
1
Discussion on da-prompt-on-the-fly-forms
looks ok, but for me, the design could be improved :) For these kind of stuff I use Control.Modal: http://livepipe.net/projects/control_modal/ It doesn''t do automatic "prompt" forms, just modal boxes with whatever you want to add it. Maybe you could use it as the basis of your library. --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2006 Nov 22
1
On the fly transcoding from FLAC to a Vorbis stream
I'd like to store all of my music in FLAC form; however, I would also like to stream the library as Vorbis. Is there a tool to do on the fly stream encoding to Vorbis from FLAC? Basically, I'm looking for something that is almost like a DJ application that lets you pull in the FLAC files, do whatever DSP algorithms you need, and then code them into Vorbis and shove them out a stream.
2013 Feb 13
1
Changing QoS on-the-fly
Hi all, it's possible to change/add the QoS settings for a running domain? I edited the domain definition with virsh but it seems to have no effect until I shut down the domain. libvirt version 0.9.13 kvm-qemu version 1.2.0 Best, Davide. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5930 bytes Desc:
2007 May 22
0
Generate fields onthe fly for task manager
Hello, I''m trying to create a task manager , for accounting firm, they have a series of regular tasks they need to be able to control , research old records,etc... The problem is that all of these tasks have a common set of fields ,the problem is that some of them have some specific fiels (most of them just text fields). Has anyone developed a similar system and/or can give some hints on
2004 Sep 25
0
Fly in the sky and feel the fresh air up
n`'o -----Original Message----- From: devon lock [mailto:syslinux at zytor.com] To: deon delacuesta; gaston crossman; emil berlo; isaac miramon Sent: Tuesday, August, 2004 5:50 PM Subject: Fly in the sky and feel the fresh air up Though I love m,y wi-fe but smoking also my meat and dri.n,k.That time I just don't kn^^ow how to choose while facing failure after trying lots of Smoking
2014 Jan 15
2
How to update filterref of a vm on the fly?
Hello, I defined a vm with filterref like: <filterref filter='clean-traffic'> <parameter name='IP' value='192.168.1.161'/> </filterref> and now I need to add another IP parameter for this vm,is there any way to achieve this? thanks.
2014 Jan 15
0
Re: How to update filterref of a vm on the fly?
On Wed, Jan 15, 2014 at 10:55:55AM +0800, Gao Yongwei wrote: > Hello, > I defined a vm with filterref like: > <filterref filter='clean-traffic'> > <parameter name='IP' value='192.168.1.161'/> > </filterref> > and now I need to add another IP parameter for this vm,is there any way to > achieve this? No, I don't believe we have
2014 Jan 15
2
Re: How to update filterref of a vm on the fly?
> > No, I don't believe we have a way to update the parameters. > > Hi, Daniel :-), it would be very nice if there is a way to update filterref , :-) thanks.
2015 May 13
0
Different configuration for voice and music, switching on the fly
Working in a podcasting environment I would love to take advantage of the automatic voice/music detection currently in OPUS encoder. Specifically I think it would be useful to be able to specify different compression parameters for voice/music. For example, for podcasts purposes, 16kbps, monoaural for voice and 64kbps, stereo for music, doing the switch over on the fly, frame by frame. I can see