Displaying 20 results from an estimated 4000 matches similar to: "Setting Periodic-Announce filename in the dialplan"
2009 Feb 26
2
Odd Read App Issues
So I'm using the READ() application within an IVR, and having a strange
issue, and wondering if anyone else has had this problem.
When calling from an outside line, and entering the digits during the
read() part of my dialplan, it's accepting some of the digits twice,
though it's only keyed in once.
When testing the dialplan internally, it accepts only the digits that I
key in.
2009 Mar 04
2
Bounty- CDR Bug Fix
I saw some of the heat about the $20 bounty earlier. So I don't want to
put a low bounty out.
Quote me a bounty, and I'll see if I can get it approved by management. :-)
I'm in need of getting this bug fixed. Bug has all of the details, but
basically 1.4.22 broke it all.
I've waited as long as I can - hoping the bug would 'resolve itself' -
but now I'm putting a
2011 Feb 11
1
Realtime queues not playing prompts
Hello list,
I'm using realtime queues and noticing that prompts are not played as
expected.
Database :
announce =
queue_youarenext = queue_youarenext
queue_thereare = queue_thereare
queue_callswaiting = queue_callswaiting
queue_holdtime =
queue_thankyou =
queue_reporthold =
announce_frequency= 10
announce_holdtime =
announce-position = yes
periodic_announce =
periodic_announce_frequency =
2006 Apr 05
0
Asterisk RealTime queue - periodic-announce
Hi List,
is there a reason why Asterisk Realtime queues don't support
periodic_announce_frequency and periodic_announce options?
I have tried adding the 2 fields to my MySQL table,
but they seem to be ignored?
Any hints are appreciated.
Regards
Kristian
2003 Nov 16
1
na.rm default
Is there a way to set "na.rm=TRUE" as a default, so that this does not have
to be re-specified for all of the functions requiring this option?
Thanks in advance,
Stephanie Broyles
sbroyl@lsuhsc.edu
[[alternative HTML version deleted]]
2009 Mar 19
1
Overriding Queue Wrapup Time
Is there a way to override the queue wrapup time on the fly?
I would like to allow a longer wrapup time for my agents, but if they
are already done with closing up the call ticket, I would like them to
be able to dial an extension or something to override the wrapup.
Is there a way to do that?
--
Regards,
Robert Broyles
2009 Mar 31
0
Dead Call But Still Active
I'm having a strange issue, and not really sure where to even begin to
troubleshoot it. First let me explain that I have all agents setup
locally ( local/100 at agents/n)
A call will come in and ring to the agent. When the agent answers the
call, they just hear a dial tone. Agent hangs up. Asterisk still shows
the agent as 'in use' in queue status. And 'show channels'
2014 Feb 12
1
Realtime Call Queues : call members in certain order
Hello,
I'm using MySQL realtime Call Queues (table /queues/ and table
/queue_members/).
I would like to ring the members of the call queue in a certain order.
Therefore I use ring strategy /lineair /and I put the members into the
table /queue_members/ in the order in which they have to be rang.
So I have the queue :
| name | musicclass | announce | context | timeout |
2015 May 01
3
DPMA - Asterisk Realtime
We love our Digium phones and DPMA - but we really need it to work on
our Realtime Platform. Otherwise we lose all the cool features and they
are just standard SIP phones.
Anyone working on a solution for this? Or anyone from Digium see this on
the roadmap?
2010 Jan 04
1
Realtime Queue Members Not Ringing
Hi,
So I'm using Asterisk Realtime Queues and Queue members on 1.4.28.
I've noticed if there are no people in the queue when a call enters,
even after a queue member enters, the call is never rang to him.
From the debug, it seems that Asterisk is only grabbing the queue
member list upon entering the queue. And not again until another call
enters the queue. As a result, a caller will
2010 Apr 26
2
[PATCH] Make Queue announcements more consistent (1.4.26.2)
Hi,
After playing around with queues a bunch on 1.4.26.2, I noticed a few things,
which the patch below addresses. It addresses:
- Callers in position 0 will hear periodic/position announcements at a
very different rate than all other callers.
-- Announcements while in position 0 could be delayed up to
"timeout+retry" seconds.
-- This patch reduces that possible delay to only
2011 Aug 15
3
Queue Breakout Input being Ignored
Hello,
Raw stats:
Version:1.8.3.2
OS:Centos 5.6
Special setup: postgre database
I am having a few queue issues with Asterisk specifically relating to
breaking out from queues while on hold.
The intent is that while someone is on hold they can press a key (lets
say *) to break from the queue and go elsewhere (in this case to leave a
message).
However In all of my testing I am unable to get
2009 Jan 16
2
Smooth periodic splines
Hello group!
Is there a package that allows to fit smooth *periodic* splines to
data? I'm interested in a function which combines the functionality of
smooth.spline and splines::periodicSpline.
Thanks,
Andrey
2003 Jun 08
2
Periodic scripts
Why there is a weekly script that rebuilds the locate database when:
>>> WARNING
>>> Executing updatedb as root. This WILL reveal all filenames
>>> on your machine to all login users, which is a security risk.
Is there a way to put dates on the periodic scripts report output for
those who redirect the reports to files instead of mail messages? There
is no easy
2010 Nov 28
3
periodic time series
Hi all,
A beginner's question: I have to analyse univariate, strongly periodic data
collected every hour for a period of 1 week and I need to compare 5
different groups for significant differences between them.
Is there a better way to do this in R, other than pairwise t-tests of
summary statistics?
Thanks in advance,
Andy
--
View this message in context:
2011 Jan 12
1
Queue periodic announce...
Is there a way to play a different message than the periodic announce
after a certain time? I have been asked by a customer to do something
like this:
The user enters the queue.
We play position and periodic announce every 60 seconds.
If user has waited for more than 5 minutes then play a message with
option to leave a voicemail
This means that I would have to be able to play a different
2006 Mar 07
2
Periodic-announce in queues
Hei.
I have a question about how to get the periodic-announce to work within
my queues. I got the following test:
extensions.conf -->
exten => s,2,Queue(test|rtT|||200)
Queues.conf -->
[testqueues]
strategy = ringall
context = testcontext
timeout = 250
periodic-announce-frequency=60
periodic-announce = queue-periodic-announce
member => SIP/591
Log from " show queues "
2007 Oct 24
1
Periodic Announce issue
Morning All,
Just wondering if anyone can confirm that peridoic-announce and
periodic-announce-frequency are still valid options within queues.conf?
For testing purposes my queue includes;
periodic-announce-frequency = 10
periodic-announce = demo-congrats
When in the queue however I'm not hearing the message, the context we break
out to works fine, its just the messages that are not being
2013 Apr 18
5
Dynamic realtime + queues
Hi,
?
I am trying to store queues.conf to a MySQL database using dynamic realtime. I have a working ODBC connection and the queueing system already works but I want to store the queues.conf file to a database. I am following the guide from Asterisk the definitive guide, the ebook can be found at: http://ofps.oreilly.com/titles/9781449332426/asterisk-DB.html
?
I have a database called asterisk
2005 Jul 25
2
how to write a periodic function in R?
My question is how to write a periodic function in R.
for example if there is a function f(x) that
f(x)=f(x+4), for -2<x<2, f(x)=x
how to write it in R?
thanks a lot!
-------------------------------
liyun (Lauren) Ma