Displaying 20 results from an estimated 4000 matches similar to: "Escape context and queue application"
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
2007 Jul 27
1
Problems with new logic being 'n' option to Queue in 1.4.9
I am experiencing a change in behaviour of my Queues in 1.4.9 vs 1.4.8.
I do not pass the 'n' option to any call to Queue() in my dialplan. Yet
since I upgraded to 1.4.9, I have occasionally seen this on my console:
-- Nobody picked up in 20000 ms
-- Exiting on time-out cycle
That log message "Exiting on time-out cycle" is exclusive to the logic in
app_queue meant to
2009 Jun 08
1
Help with asterisk core dump
Hi to all,
I recently upgraded a production machine to asterisk 1.4.25. It seems
quite stable but after ~5 days of normal operation it core dumped with
this result:
(gdb) bt
#0 0x00516402 in __kernel_vsyscall ()
#1 0x005b3d20 in raise () from /lib/libc.so.6
#2 0x005b5631 in abort () from /lib/libc.so.6
#3 0x005ebe6b in __libc_message () from /lib/libc.so.6
#4 0x005f3b16 in _int_free ()
2006 Dec 21
1
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: Richard Lyman [mailto:pchammer@dynx.net]
> Sent: Wednesday, December 20, 2006 4:29 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> Douglas Garstang wrote:
> >> -----Original Message-----
> >> From: David
2018 Nov 29
2
Queues and penalties
Hi John
This works fine providing extensions 1001,1002 and 1003 are "Incall" or
"Paused" - the problem appears to be that is a handset say 1002 is "ringing"
then the 2xxx then the penalty is not honoured.
This is well described in the History section of the following link
https://wiki.freepbx.org/display/PPS/lazymembers+patch+to+app_queue
As I say this seems to
2003 Nov 05
6
recording calls
Hello,
You can use ZapBarge as an extension in your dialplan to listen in on
conversations going on in Zap channels(Zaptel device channels)
As for recording you can use the Manager interface command StartMonitor to
start recording of a Zap channel and StopMonitor to stop it.
Zap channels are pretty much the only ones right now that you can directly
monitor and record through Asterisk.
If
2008 Oct 13
1
Need help for debuging
I am running asterisk 1.2.27 and it dead today. The following is the backtrace of core file. Can anybody help me to identify what is the possible cause of crash?
It seems the mysql connection causing problem in Thread 2. But I can not tell what exactly happened.
This asterisk is using as ACD for over hundred agents.
#> thread apply all bt
........
........
Thread 6 (process 20135):
#0
2003 Sep 05
4
app_queue input needed...
A friend and I have recently added the ability to announce the callers
position in the call queue every x seconds.. or even just inject an
anouncement every x seconds. All setup in queues.conf and can be setup
per queue.
My next project is to add the ability to announce the callers estimated
wait time. I want some feedback to see whats the best method to calculate
that? What do you want just
2006 Dec 20
3
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: David Gomillion [mailto:dgomillion@eyecarenow.com]
> Sent: Wednesday, December 20, 2006 10:27 AM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> I think you're making it far too difficult.
>
> What I do is something like this:
>
> [outgoing]
2004 Sep 03
2
Wall-mounting UIP 200 and SoundPoint IP600 keeps coming off hook
I am looking for a large number (probably about 100 or so) low-cost
phones that I can hang on the wall. I need the phones to use PoE. Do
the Uniden phones support wall-mounting? These phones are not going to
be high-usage; they simply need to be there in case of an emergency.
Another question, along the same kind of lines, has anyone figured out
how to keep the SoundPoint IP 600 receiver
2003 Dec 15
3
Norstar MICS
I am currently working on an Asterisk test system, and will be
presenting a demo to the Board of Directors tomorrow night. I want to
make sure I have all of my ducks in a row.
The Asterisk system will be used to replace a Norstar MICS. The
location has two PRI's coming in, with a few hundred DIDs. I know how
to make * use the DIDs incoming, and I know how Nortel uses the DIDs.
Now for the
2003 Nov 06
5
FW: recording calls
Sorry that got accidentally sent incompleted, here's the full post:
OK, here is the long drawn out description of how I am using Zap Barge and
Monitor:
Zapbarge(listen in on live calls):
Very simple actually I just added this to my dial plan(extensions.conf):
; barge monitoring extension
exten => 8159,1,ZapBarge
exten => 8159,2,Hangup
Then when you dial 8159 on
2006 Mar 27
3
Config File Management
I'm curious (ok, well I admit it - it's for perosnal gain) what methods people are using to manage asterisk config files when they have multiple asterisk systems?
Some sort of revision control such as cvs,rcs or subversion?
A central 'config server' where you edit the files and then rsync them out?
I have 5 systems to manage, and it seems that about the only common file is
2010 Apr 28
0
asterisk core dumps after cdr database writes using odbc
Both of our production asterisk servers are dumping core when making writes
to our cdr tables. Here is a backtrace of the problems we are having:
#0 0x00447b1f in tdserror (tds_ctx=0x1, tds=0xb7938c90, msgno=20004,
errnum=9) at util.c:347
347 if (tds_ctx && tds_ctx->err_handler) {
(gdb) bt
#0 0x00447b1f in tdserror (tds_ctx=0x1, tds=0xb7938c90, msgno=20004,
errnum=9) at
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: Richard Lyman [mailto:pchammer@dynx.net]
> Sent: Wednesday, December 20, 2006 4:29 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> Douglas Garstang wrote:
> >> -----Original Message-----
> >> From: David
2005 Mar 24
2
Polycom DTMF
Problem:
Polycom SoundPoint IP phones (running SIP) ceases to send DTMF that
Asterisk can detect and use. It worked in 1.0.5, but has not worked
since. This has been verified on SoundPoint IP 300's and SoundPoint IP
600's.
Workaround:
It used to be that for DTMF to work, I had to set the mode in
sip.conf to "inband". Without making any configuration changes on the
2004 Jan 13
4
inbound call routing problem
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 2730 bytes
Desc: image001.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040113/2fec80ee/attachment.gif
2012 Jan 04
1
selinux context for mm-handler?
I've got a Mailman installation running on CentOS 4 that I'd like to
migrate to a CentOS 6 box.
My big obstacle at present is getting Mailman's mm-handler Perl
script to run as a Sendmail local mailer with SELinux enabled.
I've tried changing mm-handler's selinux context type a few times, but
nothing has resulted in success:
context result
2023 Jul 20
0
Asterisk Release 18.19.0
The Asterisk Development Team would like to announce
the release of Asterisk 18.19.0.
The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/18.19.0
and
https://downloads.asterisk.org/pub/telephony/asterisk
This release resolves issues reported by the community
and would have not been possible without your participation.
Thank You!
2023 Jul 20
0
Asterisk Release 18.19.0
The Asterisk Development Team would like to announce
the release of Asterisk 18.19.0.
The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/18.19.0
and
https://downloads.asterisk.org/pub/telephony/asterisk
This release resolves issues reported by the community
and would have not been possible without your participation.
Thank You!