Displaying 20 results from an estimated 12000 matches similar to: "Queue Patch - estimated hold time announcements"
2004 Nov 21
1
Mailing List Admin - Remove annoying user [Fwd: RE: Re: Get the Caller-ID without Answering]
Here is another user that doesn't seem to know how to setup spam
filtering... Someone please remove them from the list.....
BTW, looks like their bayes DB needs to be re-trained :)
Regards,
Adam
-----Forwarded Message-----
> From: Postmaster@fortephones.com
> To: mailinglists@websitemanagers.com.au
> Subject: RE: Re: [Asterisk-Users] Get the Caller-ID without Answering
> Date:
2010 May 31
1
[LLVMdev] Error with instruction selection
Hello,
I'm seeing a miscompilation from the following code:
declare <4 x float>* @getPtr()
define <4 x float> @func() {
%rv1 = call <4 x float>* @getPtr()
%rv2 = call <4 x float>* @getPtr()
%rv3 = load <4 x float>* %rv1
ret <4 x float> %rv3
}
The load ends up loading from the pointer returned by the 2nd function
call.
I traced down the problem to
2003 Jun 05
1
dl102s again
Please I need help, I don't know why,almost every time I dial on my dect
phones, the dialtone doesn't go off and * doesn't recognise anything!!!! I'm
using two dlink voip gateways, MGCP: DL102s. Any ideas?
thanks in advance
michelle matis
-----
Tu cuenta de correo gratuita Mixmail http://mixmail.ya.com
Ya.com ADSL Home 24 h, Módem + Alta ¡Gratis!
2009 Dec 17
2
issue with using rm: cannot generate on-the-fly list
Hello,
I have the following problem when trying to use rm:
In a top level script file I have a loop iterating over some index. The loop
is not contained within a function, so the scope of variables declared in
the loop is global. Within this loop I generate several variables which
should be removed at the end of each iteration. To do this, I wrote a
function to clean up the workspace. An example
2011 May 05
1
estimated queue hold time
Hello list,
I'm looking for a way to have the estimated hold time on a queue prior to
joining it.
someone suggested to me to Queue() first for 1 sec, read
variable QUEUEHOLDTIME, validade it and Queue() again.
But as we're using real time configuration that would mean a event
ENTERQUEUE and a LEAVEQUEUE too much in MySQL's queue_log
any suggestions??
Thanks in advance
2004 Jun 30
1
classifying packets
hello!
i have the following problem:
i have a pc, which has one (eth0) NIC. eth0 is connected to two other linux
machines acting as routers to the internet.
i want to classify packets outgoing from my PC. i want to mark packets that are
routed through 1. router with mark 1 and the others packets routed throuhg
router 2. with mark 2.
i had following ideas:
-using destination MAC
-using route
2010 Apr 19
1
[LLVMdev] Patch - Allow calls that return i8 or i16. On SPU.
hi,
either function call in this code makes llc (targeting SPU) assert:
declare i8 @return_i8()
declare i16 @return_i16()
define void @testfunc() {
%rv1 = call i8 @return_i8()
%rv2 = call i16 @return_i16()
ret void
}
Attached is a patch to fix it, and remove some related redundant code.
Does this rather trivial fix warrant a test case?
kalle
-------------- next part --------------
A
2004 Sep 24
2
CONNMARK problem
Hello everybody.
i have the folowing problem:
i have this in the top of PREROUTING chain in mangle table
iptables -t mangle -A PREROUTING -j CONNMARK --set-mark 0 # rule 1
iptables -t mangle -A PREROUTING -m connmark --mark 5 # rule 2
iptables -t mangle -A PREROUTING -m connmark --mark 6 # rule 3
i think when packet is passing trough my POSTROUTING in mangle table
2006 Mar 16
2
Queues Not Reporting Estimated Hold Time
I am running 1.2.5 with a simple queue and have announce-holdtime = yes
in queues.conf for that queue. The person is being told their posistion
in the queue and the CLI says the estimated hold time, but it never
plays it for the caller. It worked previously, i am not sure when it
stopped, i think after 1.2.1. Is this a known bug? I dont want to
report it to the bug tracker if its already been
2004 Nov 19
1
Active Directory, Listing Users in Groups.
I have samba 3.0.8, as a member of 2000AD and 2003AD.
I would like to get groups and the members in each group.
The purpose is to maintain a set of Filtering profiles on squidGuard that
are based on AD groups. I will have a script that reads a config file with
the groupnames to fetch from Active Directory and a Precedence order to set
them in. One of the groups will be designated "a NO
2013 Jul 29
1
[syslinux:firmware] load_linux: dynamically calculate the cmdline region
On 07/29/2013 06:28 AM, Matt Fleming wrote:
> On Fri, 26 Jul, at 09:49:28AM, H. Peter Anvin wrote:
>> Hmm... this might constrain the heap excessively if the SMT_TERMINAL
>> cutoff is at the wrong place (because there will be just enough SMT_FREE
>> to fit.) I'm wondering if we shouldn't use the highest of these two
>> regions.
>
> Could you give an
2006 Feb 28
0
playing hold time announcement without queue position announcement
Greetings fellow list members,
I have what I think is a relatively simple question, but it did not
appear to be addressed on the wiki. I am trying to setup a queue so
that it plays an estimated holdtime announcement, but not a queue
position announcement. Currently my dialplan does both, and while I
know how to take out the estimated holdtime without affecting the queue
position
2016 Jun 08
1
keytabs basics linux <=> AD ?
hi users
a novice here hoping to grasp fundamentals soon
I have a samba+sssd as a client to an AD - I have all the
keytabs for a host(I think) but I noticed weird(to me at
least) smbclient behavior.
when I do:
$ smbclient -L swir -U me at AAA.PRIVATE.DOM -k
all works, clients sees local samba's shares, when I do:
$ smbclient -L swir.private.aaa.private.dom -U
pe243 at AAA.PRIVATE.DOM -k
2007 Jul 22
3
Music on Hold and Announcements
Does anyone know how to have an ad or announcement playing but in the
background play a MP3 file?
I think this would be done with the "s" extension and background
application but not sure how? Any help would be appreciated!!
--
Otis
2005 Feb 09
1
Asterisk Versioning
Hi,
Just want to understand the difference between Asterisk Versions and please
correct me if I am wrong, I understand they are:
Stable
CVS
CVS Head
I am a newbie and about to install Asterisk on SUSE Server. Can someone
please advise what is the best version type and number should I use. My
environment is not so big. I only wish to eventually get my asterisk to talk
to Cisco CCM 3.3.4.
2011 Apr 12
1
Queue(): How to know Estimated wait time for caller in advance
Hi,
Can we know the estimated wait time for a caller before sending him in a
Queue?
Asterisk 1.8
Thanks,
--AM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110412/4e5eae7d/attachment.htm>
2005 Jul 21
3
Stupid hold music
Does anyone have a collection of stupid hold music? Y'know, the sort of
thing that would drive a person mad? Silly songs, repetative tunes etc?
The best I can come up with is;
I know a song that drives everyone up the wall
I know a song that drives everyone up the wall
I know a song that drives everyone up the wall
And this is how it goes
I know a song that drives everyone up the wall
I
2007 Feb 15
1
Interruptible announcements in queue application
Hello all,
I?ve found another issue with the queue application. Assuming I?ve
configured a queue with a long periodic announcement and have two queue
members assigned. Both queue members are busy at a time, while another
caller is joining the queue. After a while the periodic announcement is
played back to the caller, in that case it takes about 40 seconds to be
played back. If then one of the
2005 Oct 06
1
Compare two distance matrices
Hi all,
I am trying to compare two distance matrices with R. I would like to
create a XY plot of these matrices and do some linear regression on
it. But, I am a bit new to R, so i have a few questions (I searched in
the documentation with no success).
The first problem is loading a distance matrix into R. This matrix is
the output of a the Phylip program Protdist and lookes like this:
5
2004 Nov 25
1
No Music: Queue Hold and MusicOnHold
Hello,
We are working on a new Asterisk installation and have run into some problems related to playing MusicOnHold for a caller when they have been placed on hold by an agent, that took the call from a queue.
A. When pressing the HOLD button on SNOM 190 and Grandstream BudgeTone SIP phones, MusicOnHold works fine when making inbound or outbound direct calls by extension. Music starts to play