[Home]

Summary:ASTERISK-16158: [patch] member goes in auto-paused status if calling call get queue timeout
Reporter:nik600 (nik600)Labels:
Date Opened:2010-05-27 11:01:41Date Closed:2011-07-26 15:26:37
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) queues.fixautopaused_1.4.diff
( 1) queues.fixautopaused_1.4-formatted.diff
( 2) queues.fixautopaused_1.6.0.28-formatted.diff
Description:when auto-paused is set to yes, if the call is in the queue for a time longer than the queue timeout, and exit the queue, the ringing interface is auto-paused.

This should happend only when ringing timeout is reached!


****** ADDITIONAL INFORMATION ******

configuration example for queues.conf

[queue_1]
weight=10
wrapuptime=0
timeout=20
strategy=leastrecent
joinempty=yes
autopause=yes

configuration example for queues.conf

extension.conf
exten =>        01,           n,Queue(queue_1||||10)

Comments:By: nik600 (nik600) 2010-05-27 11:58:59

i've uploaded a patch to do that.

if someone want to test it...

By: Paul Belanger (pabelanger) 2010-05-27 13:22:28

Thanks for the patch. If you plan to submit more patches I would recommend 'svn diff' to format them (see below).
---
svn diff

on all your patches. Patches which include alternate formatting are almost certainly going to be thrown out or ignored; there are too few hours in the day to wade through difficult-to-follow C code fixes without the help of diff -u.

Thanks!

By: nik600 (nik600) 2010-05-31 03:25:24

just to let you know that this patch is in production since 3 days and the installation has handled more than 6000 calls.

If someone else will test this patch i'll appreciate it.

Thanks

By: Paul Belanger (pabelanger) 2010-05-31 12:07:35

Some minor CODING-GUIDELINE issues, spacing between variables.

By: nik600 (nik600) 2010-06-01 13:47:06

ok, i've added spacing an uploaded a patch created with diff -u.

By: nik600 (nik600) 2010-06-12 03:47:46

i've noticed that also 1.6.0.28 (and i think also 1.6.1.x and 1.6.2.x) are affected from this problem.

I've uploaded and tested also the patch for 1.6.0.28.

If someone else want to test it...

By: Russell Bryant (russell) 2011-07-26 15:26:30.912-0500

Per the Asterisk maintenance timeline page at http://www.asterisk.org/asterisk-versions maintenance (bug) support for the 1.4 and 1.6.x branches has ended. For continued maintenance support please move to the 1.8 branch which is a long term support (LTS) branch. For more information about branch support, please see https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

If this is still an issue, please open a new issue so it can be re-triaged appropriately. Thanks!