[asterisk-bugs] [Asterisk 0011700]: Pickup of calls in queue not possible

noreply at bugs.digium.com noreply at bugs.digium.com
Tue Jan 8 10:40:41 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11700 
====================================================================== 
Reported By:                jbauer
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11700
Category:                   Applications/app_directed_pickup
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.4.16.2 
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             01-07-2008 09:55 CST
Last Modified:              01-08-2008 10:40 CST
====================================================================== 
Summary:                    Pickup of calls in queue not possible
Description: 
777 => queue extension
201 => caller
758 => queue agent
779 => "pickuper"

Extension 201 calls queue 777, queue agent 758 is in ringing state but 779
cannot pickup the call:

app_directed_pickup.c:161 pickup_exec: No target channel found for 758
app_directed_pickup.c:161 pickup_exec: No target channel found for 777
====================================================================== 

---------------------------------------------------------------------- 
 file - 01-08-08 10:40  
---------------------------------------------------------------------- 
It is because you keep falling through trying. You have one Pickup that
works, and then you go to the next Pickup which also works. The only thing
is that since no frames have yet passed the masquerade operation (which
Pickup uses) did not happen yet from the first Pickup and the second one
gets confused. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-08-08 10:40  file           Note Added: 0076496                          
======================================================================




More information about the asterisk-bugs mailing list