[asterisk-bugs] [Asterisk 0016890]: [regression] Context option in queue.conf no longer works
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Mar 10 17:58:48 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16890
======================================================================
Reported By: pruonckk
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16890
Category: Applications/app_queue
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: 1.6.2.4
JIRA: SWP-962
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-02-23 14:25 CST
Last Modified: 2010-03-10 17:58 CST
======================================================================
Summary: [regression] Context option in queue.conf no longer
works
Description:
Hi guys,
Im implementing a queue on asterisk 1.6.2.4 , and when i define a context=
option on my queues.conf and create the context on extensions.conf nothing
happens when i press the exten.
======================================================================
----------------------------------------------------------------------
(0119244) tilghman (administrator) - 2010-03-10 17:58
https://issues.asterisk.org/view.php?id=16890#c119244
----------------------------------------------------------------------
A note: The extension '_atendimento' is probably not what you want. It is
equivalent to:
exten => _ate[2-9]dime[2-9]to
I made a single change to your configuration above, and it works fine: I
changed your context named "teste" to "queuereturn", since that's what
context points to in your queues.conf, and it works perfectly. What am I
missing?
-- Executing [8168 at digium:1] Answer("SIP/103-00000000", "") in new
stack
-- Executing [8168 at digium:2] Queue("SIP/103-00000000",
"atendimento,tk,,,900") in new stack
-- Started music on hold, class 'default', on channel
'SIP/103-00000000'
-- Stopped music on hold on SIP/103-00000000
-- Told SIP/103-00000000 in atendimento their queue position (which
was 1)
-- <SIP/103-00000000> Playing
'/var/lib/asterisk/sounds/pt_BR/i-conecta/obrigado_por_ligar.gsm' (language
'en')
-- Executing [2 at queuereturn:1] NoOp("SIP/103-00000000", "Usuario 103
optou por sair da fila") in new stack
-- Executing [2 at queuereturn:2] Goto("SIP/103-00000000",
"filas,suporte,1") in new stack
-- Goto (filas,suporte,1)
[Mar 10 17:55:20] WARNING[5985]: pbx.c:4358 __ast_pbx_run: Channel
'SIP/103-00000000' sent into invalid extension 'suporte' in context
'filas', but no invalid handler
Issue History
Date Modified Username Field Change
======================================================================
2010-03-10 17:58 tilghman Note Added: 0119244
======================================================================
More information about the asterisk-bugs
mailing list