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

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Oct 8 04:58:53 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-08-2007 04:58 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
====================================================================== 

---------------------------------------------------------------------- 
 loloski - 10-08-07 04:58  
---------------------------------------------------------------------- 
s => {
// Dial(SIP/300||tTwWkK);
        Queue(QUEUE-One|rntTwW|||);
}
}

One thing to note or IMHO, i have read some post here i forgot it already
when, you should use answer apps in tandem with Queue apps but i think it's
irrelevant on your problem, but there's no harm in trying if you try to
insert Answer(); before calling the queue.

s => {
        Answer();
        Queue(QUEUE-One|rntTwW|||);
}
}

Just my0.02 $ 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-08-07 04:58  loloski        Note Added: 0071619                          
======================================================================




More information about the asterisk-bugs mailing list