[asterisk-bugs] [Asterisk 0016890]: [regression] Context option in queue.conf no longer works

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Mar 11 13:40:00 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16890 
====================================================================== 
Reported By:                pruonckk
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   16890
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Target Version:             1.6.2.7
Asterisk Version:           SVN 
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-11 13:40 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.



====================================================================== 

---------------------------------------------------------------------- 
 (0119276) pruonckk (reporter) - 2010-03-11 13:40
 https://issues.asterisk.org/view.php?id=16890#c119276 
---------------------------------------------------------------------- 
I try again on a virtual machine with asterisk 1.6.1.16

Asterisk 1.6.1.16 built by root @ teste-asterisk-1 on a i686 running Linux
on 2010-02-23 18:20:13 UTC


-> queues.conf

[general]

[teste]
musicclass = default
joinempty=yes
context = teste
strategy = fewestcalls
wrapuptime=0
announce-frequency = 165



 --> extensions.conf

[filas]
exten => teste,1,NoOp(Chamada destinada a fila ${EXTEN} - origem:
${CALLERID(all)})
exten => teste,n,Answer()
exten => teste,n,Queue(teste,tk,,,900)
exten => teste,n,GotoIf($["${QUEUESTATUS}" == "TIMEOUT"]?filas,ocupado,1)
exten => teste,n,GotoIf($["${QUEUESTATUS}" == "FULL"]?filas,ocupado,1)
exten => teste,n,Hangup()


[teste]
exten => 2,1,NoOp(Usuario ${CALLERID(num)} optou por sair da fila)
exten => 2,n,Goto(filas,suporte,1)


In this situation my user cant get out of the queue.


Just to remember i get this working prefectly on 1.4.28 with the same
configuration (im using 1.4.28 because i need the openr2 patch)


have you tried with 1.6.2.4 ???? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-11 13:40 pruonckk       Note Added: 0119276                          
======================================================================




More information about the asterisk-bugs mailing list