Displaying 20 results from an estimated 1000 matches similar to: "Problems with AGI and existing channel"
2009 Aug 20
1
Pause/Unpause agent based on devstate
Hi,
I dont know if this is possible, but I want to pause a queue member if another member are busy in the phone.
We have agents that has 2 phones and both are logged in to the same queue.
I don't want the second phone to call if the first are in use.
Any ideas?
Magnus
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Mar 12
5
Alternatives to cman+clvmd ?
I currently have a few CentOS 5.2 based Xen clusters at different sites.
These are built around a group of 3 or more Xen nodes (blades) and
some sort of shared storage (FC or iSCSI) carved up by LVM and allocated
to the domUs.
I am "managing" the shared storage (from the dom0 perspective) using
cman+clvmd, so that changes to the LVs (rename/resize/create/delete/etc)
are
2011 May 08
3
Unable to REGISTER to the Asterisk v1.8.3.3 server via SIP/TLS
Hello all,
I have installed the .deb packages of the Asterisk v1.8.3.3 from the
upstream project on my Debian GNU/Linux Squeeze server and bought the
Comodo's PossitiveSSL SSL certificate to be used for my SIP/TLS
exercise. After setting up everything and trying to fix this problem,
I am still getting a 401 Unauthorized SIP message. So as of this
writing, I still cannot successfully REGISTER
2015 Dec 14
6
[Bug 93373] New: sometimes hickup with persistent garbaby
https://bugs.freedesktop.org/show_bug.cgi?id=93373
Bug ID: 93373
Summary: sometimes hickup with persistent garbaby
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Driver/nouveau
Assignee:
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
Hey guys,
I wrote to this list previously, saying I needed a perl module to do
Ogg Vorbis tag reading / writing. People pretty much pointed me to the
Ogg::Vorbis module that wrapped around libvorbisfile and I should
extend that to writing streams, not only reading them. Well, awright,
I thought, let's do it. Problem is, though: The download links on
freshmeat are all broken and I don't
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
Hey guys,
I wrote to this list previously, saying I needed a perl module to do
Ogg Vorbis tag reading / writing. People pretty much pointed me to the
Ogg::Vorbis module that wrapped around libvorbisfile and I should
extend that to writing streams, not only reading them. Well, awright,
I thought, let's do it. Problem is, though: The download links on
freshmeat are all broken and I don't
2018 Dec 18
1
Advantage of 'kerberos method = secrets and keytab' over 'kerberos method = system keytab'
A question regarding the “kerberos method” configuration option in smb.conf:
Are there any practical differences between using ’secrets and keytab’ and ’system keytab’?
I’ve been running Samba servers using both methods for a long time and both seems to work more or less fine, but since we’re having this “login hickup at 10 hour service ticket expiration problem” I’m trying to find out if this
2011 Mar 28
2
Variable. AMI and dialplan
Hi!
Guess I am doing something totally wrong here: Some smart person could maybe plz tell me what.
2007 Mar 08
6
Transfer-encoding: gzip
Hello!
What is the simplest way to make merb respond to the client sending Accept-Encoding: gzip?
Just checking if it exists, otherwise I''ll implement it myself.
Regards,
Magnus
2006 Mar 24
2
How to nice agi scripts?
Hi,
I have unpleasent short audio gaps when a
perl based agi scripts starts.
Thus, I now started to put all those things in C programmed
daemons for fast-agi.
Anyway I'm looking for another mean, which would help me
more quickly.
I noticed, that all agi scripts are running with system
priority -11, like asterisk does. This is really waste of
priority. I would like to have the AGI scripts
2008 Jul 19
2
Resolved: Apache + CGI/FastCGI + mod_rewrite
This is the last time I try to fix something in the middle of the
night! Feel free to call me a Stupid Snake, ''cause this has been
messy. Anyway, I think I''ve finally solved this.
Here it is: http://pastie.org/237138 :-)
--
Magnus Holm
2008 May 19
6
Sample Code, quick simple openid auth
You''ll need to install the ''openid'' gem for this, and require it in
your camping app:
class Login < R ''/login''
def get
this_url = ''http:'' + URL(''/login'').to_s
unless input.finish.to_s == ''1''
# start doing the auth here
begin
2008 May 21
32
Rack, Camping 2.0++
===
1. Camping on Rack
===
I''ve just finished rewriting Camping to use Rack in the "core". I got rid of
(a little less) than 1kB in camping.rb and removed lots of un-necessary files
(lib/server/*.rb, fastcgi.rb & mongrel.rb).
bin/camping does now only provide WEBrick, Mongrel and console-support and
should only be used in development. It uses Rack::ShowExceptions to catch
2007 Oct 28
2
Edit label in virtual listctrl
Hi,
I am testing a virtual listctrl, and have run into some problems with
changing the labels in it.
The listctrl shows a bunch of rows and columns, and it gets activate
events whenever I doubleclick on a cell. Works like a charm.
My problem comes when I call the edit_label method, specifically that I
think that I don't quite understand the argument passed to it (item as
integer). This
2009 Oct 13
4
Creating a list of empty lists
Well here is one more brain-teaser related to assigning stuff into a
list of list. What if I need to create a new list of empty lists? I have
actually got a solution to this problem:
l = list(list())
for ( i in sequence(length-1) )
{
l = list(unlist(l,recursive=FALSE), list())
}
But it is not very neat to do this in a loop. Are there any cuter ways
to do this?
2010 Jan 24
2
ReceiveFAX and SendFAX questions
Morning,
Have some questions regarding receiving and sending faxes...
1:st example:
exten => 101,1,Answer()
exten => 101,2,Wait(3)
exten => 101,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff)
exten => 101,4,System(tiff2pdf -p A4 /var/spool/asterisk/tmp/fax.tiff >
/var/spool/asterisk/tmp/fax.pdf)
exten => 101,5,System(mutt -s 'New FAX for you sir' -a
2008 May 24
19
Camping 2.0 - What''s left?
I''ve just sent a pull-request to _why with my changes[1] and here is some
things that I think needs to be done before a (possible) release:
* The cookie session is named Camping::Session and is placed in
camping/session.rb. Maybe this should be called Camping::CookieSession or???
* The ActiveRecord session is named Camping::ARSession and is placed in
camping/ar/session.rb. Maybe it
2020 May 04
2
default backend = rid not showing full group information for users
m?ndag 4 maj 2020 kl. 20:45:37 CEST skrev Rowland penny via samba:
> On 04/05/2020 19:24, Magnus Holmgren via samba wrote:
> > Sunday 3 maj 2020 kl. 13:14:24 CEST, Rowland penny via samba wrote:
> >> As for 'systemd', not sure what this actually does, but when I am forced
> >> to use systemd (e.g. on my rpi), everything works even though I remove
> >>
2012 Jan 02
5
[Bug 1968] New: openssh won't build with --with-audit=bsm on Solaris 11
https://bugzilla.mindrot.org/show_bug.cgi?id=1968
Bug #: 1968
Summary: openssh won't build with --with-audit=bsm on Solaris
11
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: ix86
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
2001 Sep 20
2
Problems with German umlauts and vorbiscomment
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
as I said before on this list I use the vorbiscomment utility in my music
file management perl script and I've just noticed that it has huge problems
with German umlauts.
"ö", for example, becomes "ö", which is QUITE annoying. In xmms, the tags
are displayed correctly, though. I'm using the newest libraries and