[asterisk-bugs] [Asterisk 0010893]: Call Park from a queue not working

noreply at bugs.digium.com noreply at bugs.digium.com
Sun Oct 7 19:52:54 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10893 
====================================================================== 
Reported By:                dazza76
Assigned To:                putnopvut
====================================================================== 
Project:                    Asterisk
Issue ID:                   10893
Category:                   Applications/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.4.11  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             10-04-2007 22:04 CDT
Last Modified:              10-07-2007 19:52 CDT
====================================================================== 
Summary:                    Call Park from a queue not working
Description: 
When receiving a call from a Queue you are no longer able to place the
caller on park
works on 1.4.4
====================================================================== 

---------------------------------------------------------------------- 
 dazza76 - 10-07-07 19:52  
---------------------------------------------------------------------- 
OK i have upgraded to 1.4 svn
 

my dialplan is as below 
please not i have simplified this for testing

queues.conf

[general]
persistentmembers = yes
autofill = yes
monitor-type = MixMonitor

[QUEUE-One]
  musiconhold=Default
  strategy=ringall
  ringinuse = no
  retry=5
  wrapuptime=5
  maxlen=
  leavewhenempty=yes
  timeout=15
  context=QUEUE-One-leave




extensions.ael

extensions.ael

context inbound-trunk {

s => {
//      Dial(SIP/300||tTwWkK);
        Queue(QUEUE-One|rntTwW|||);
}
}


in features.conf i have set the quick park to
http://bugs.digium.com/view.php?id=8 have also tried
http://bugs.digium.com/view.php?id=7

Member is added dynamically, using "queue add member SIP/300 to
QUEUE-One".

I Have tried direct calling and it does work fine.

this is a strange bug 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-07-07 19:52  dazza76        Note Added: 0071608                          
======================================================================




More information about the asterisk-bugs mailing list