Displaying 20 results from an estimated 400 matches similar to: "ex-girlfriend logic not working in latest CVS?"
2012 Jun 17
3
Opus and WebM support have landed
On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote:
> A few months ago, when you released libshout 2.3.0, you talked about a hacked
> version of shout2send plugin for GStreamer. As I also use GStreamer to stream
> live, could you please share your patch so that I can test it against Icecast
> trunk and some webm streams?
The webm support for shout2send landed in gstreamer git some
2008 Nov 28
1
Priority between calls from different queues
Hi!
I want to know the way that calls are answer in this case...
I have queue1 and queue2, one agent that receive call from both queues.
queue1 <- call1
queue1 <- call2
queue2 <- call3
queue2 <- call4
In my test the agent answer calls in this order: call1,call3,call2 and
call4.
I think this must be in this order call1,call2, call3, call4 like a big
FIFO.
Its ok this behavior?
Could
2006 Dec 28
1
Re: Asterisk Queues
Hi,
Well, in our case, it seems that the issue was being caused by
announcements. That is, someone in QUEUE1 would be waiting 15
minutes.. and QUEUE2 would be waiting 5 minutes. The person in
QUEUE1 would be listening to 'we're sorry you are holding so long, if
you'd like to leave a message, press 1 now.. otherwise continue to
hold'... and while they were listening to that an
2009 Jul 21
2
Channel Variables in a Call file?
Hey gang,
I'm trying to find a) If you can put channel variables into a Call file and
b) what the appropriate syntax is.
Any ideas?
Thanks,
PB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090721/cb8c2656/attachment.htm
2005 May 12
0
HTB and IPv6
Hi,
I''m trying to use HTB for IPv6 packets. In the LARTC archive I found a
thread on this issue where a solution was described. The idea is to mark
a user-defined chain then use the fwmark for filtering. However my
attempt wasn''t successful. I''m thinking of trying my luck with the u32
filter. This is what I did, any comment is greatly appreciated. Thank
you all.
tc
2007 Jul 01
3
Suppress MusicOnHold in Queue
I want callers to go into the queue(s) and just hear ringing instead of MOH.
Is this possible?
exten => 200,1,Ringing()
exten => 200,n,Queue(queue1|t|||15)
exten => 200,n,Queue(queue2|t|||15)
It looks to me like MOH is built-in to the queue, but if anybody knows
otherwise please speak up!
2012 Jun 21
0
Opus and WebM support have landed
Hi Ralph,
On 17/06/2012 23:04, Ralph Giles wrote:
> On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote:
>
>> A few months ago, when you released libshout 2.3.0, you talked about a hacked
>> version of shout2send plugin for GStreamer. As I also use GStreamer to stream
>> live, could you please share your patch so that I can test it against Icecast
>> trunk and some
2006 Mar 28
3
Agent in multiple queues?
Hi,
What do I need to do to put an agent into two queues? The idea being
that the agent will get the call no matter which queue it comes into?
~ Matt
1998 Apr 14
3
Printer queue problem (LPRng 3.4.2, Samba 1.9.18p4, Solaris 2.5.1/2.6)
I've been having a problem with Win95 clients watching a printer queue on
the Samba server (called labserv2). labserv2 is a Solaris 2.5.1 machine
running samba 1.9.18p4. The printing system is LPRng 3.4.2.
A user can watch the printer queue from a Win95 client machine. However,
when the printer queue gets backed up (usually about 12 jobs), the queue
window locks. The corresponding smbd
2008 Jan 13
2
Question about queues and the definition and agents
Paul wrote
>
>;Pause/unpause Queue
>exten => 424,1,PauseQueueMember(|SIP/${CALLERID(num)})
>exten => 424,2,Playback(unavailable)
>exten => 424,3,Hangup
>exten => 425,1,UnPauseQueueMember(|SIP/${CALLERID(num)})
>exten => 425,2,Playback(available)
>exten => 425,3,Hangup
>
Following your suggestion and a number of postings and articles I have
2004 Nov 18
5
burst question
This is one of my test classes:
class htb 1:10 parent 1:1 prio 0 quantum 2048 rate 160Kbit ceil 400Kbit
burst 1803b/8 mpu 0b cburst 2111b/8 mpu 0b level 0
Q1: where does "level 0" stand for?
Q2: where does this b/8 stand for?
Q3: this is on a i386 platform, so timer resolution should be 10mS.
According to the doc the minimal burst should be 10mS*160Kbit=1600. Why
is it 1803?
Q4: I
2006 Dec 04
0
Addqueuemember and roaming users problem.
Hi,
I'm having hard time to emulate agencallbacklogin. Agent can logon
and receive call without any problem using addqueuemember. The problem comes
when I try to evaluate their performance using queuemetrics. Here is an
exemple of my log script:
;Agent Login
exten => _60XXX,1,Macro(agentLogin)
[macro-agentlogin]
exten => standard,1,AddQueueMember(queue1) exten =>
2018 Mar 15
1
Adjusting OHCL data via quantmod
Hello,
I'm trying to do two things:
-1. Ensure that I understand how quantmod adjust's OHLC data
-2. Determine how I ought to adjust my data.
My overarching-goal is to adjust my OHLC data appropriately to minimize the
difference between my backtest returns, and the returns I would get if I
was trading for real (which I'll be doing shortly).
Background:
-1. I'm using Alpha
2010 Dec 20
1
Maildir and Solaris UFS acls
I have a centrally located shared imap folder location. We have several
maildir folders with different file system permissions. They are for
several groups of people who are loosely related for support purposes.
All mail gets delivered to queue1 just fine. The files are group
writable by group1. Some of the mail gets moved via imap to queue2.
Queue2's maildir tree is configured with
2011 May 19
2
Agent (Invalid) has taken no calls yet
How to get rid on following.. why its Invalid ?
holler*CLI> queue show queue1
queue1 has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 0s
Members:
Agent/7201 (Invalid) has taken no calls yet
Agent/7202 (Invalid) has taken no calls yet
No Callers
-------------- next part --------------
An HTML
2004 Jul 28
2
Music On Hold - not working for me...
Hi all,
I'm trying to make some simple MOH (Music On Hold) working. So far I've failed
miserably - so I turn here for help.
Basically I've been using the wiki and all the sample confs I could from there
and via google.
The queue system seems to work fine with my limited setup. Just 2 IAX2 clients
where I keep Client B busy (by making it listen to mp3 via ext. 777) but logged
into
2006 Jun 15
5
DUNDi Not Able to HandleComplexFailoverSituations
> -----Original Message-----
> From: Watkins, Bradley [mailto:Bradley.Watkins@compuware.com]
> Sent: Thursday, June 15, 2006 10:36 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [Asterisk-Users] DUNDi Not Able to
> HandleComplexFailoverSituations
>
>
> Is it possible for you to explain in more detail the
> situation involved.
2008 Feb 15
7
History of R
Earlier today I sent a question to Frank Harrell as an R developer with
whom I am most familiar. He suggested also that I put my questions to
the list for additional responses. Next month I'll be giving a talk on
R as an example of high quality open source software. I think there is
much to learn from R as a high quality extensible product that (at least
as far as I can tell) has never
2004 Jul 15
1
Call Queues help
I've got the call cuing all setup and working, but im trying to get the
Callswaiting,you are caller #, etc, and its not working.
I have the following inthere as stated:
queue-youarenext = "queue-youarenext" ("You are now first in line.")
queue-thereare = "queue-thereare" ("There are")
queue-callswaiting = "queue-callswaiting" ("calls
2009 Nov 18
2
Move listeners problems
Hi!
I'm using Icecast 2.3.1 (xubuntu Hardy) and have problems moving
listeners. I thought it had to do with the client, but now that I've
tested cortado, mplayer and vlc I've begun to think it is actually the
server. I'm using the web administration interface to move listeners,
get '1' as result code but all clients hang after the buffer is empty.
Any ideas/pointers?