[asterisk-bugs] [Asterisk 0015459]: parking c-e-p is missing, so timed-out parked call never returns to parker

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Nov 2 14:28:51 CST 2009


The following issue is now READY FOR TESTING. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15459 
====================================================================== 
Reported By:                djrodman
Assigned To:                mnick
====================================================================== 
Project:                    Asterisk
Issue ID:                   15459
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           SVN 
JIRA:                        
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-07-07 13:06 CDT
Last Modified:              2009-11-02 14:28 CST
====================================================================== 
Summary:                    parking c-e-p is missing, so timed-out parked call
never returns to parker
Description: 
1.4.25.1  res_features.c 476 ff
This code is saving the parker's info so that if the park times out the
call can be sent back to who parked it.  
The call comes in to context 'redroad', exten 501.  From there it goes to
macro stdexten.  So the context is 'macro-stdexten', and the macrocontext
is 'redroad'.

Howveer, in park_call_full, the channel cata is:

chan->context: macro-stdexten
chan->exten: s
chan->priority: 44
chan->macrocontext: blank
chan->macroexten: blank
chan->priority: 0

In version 1.4.17 this informatino was correct, i.e.:
chan->context: macro-stdexten
chan->exten: s
chan->priority: 44
chan->macrocontext: redroad
chan->macroexten: 501
chan->priority: 1

In 1.4.25.1 the verbose output shows "will timeout back to macro-stdexten,
s, 44 in 90 seconds" (and that's what it does.  In 1.4.17 it shows "will
timeout back to redroad, 501, 1 in 90 seconds"


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

---------------------------------------------------------------------- 
 (0113000) mnick (manager) - 2009-11-02 14:28
 https://issues.asterisk.org/view.php?id=15459#c113000 
---------------------------------------------------------------------- 
posted a patch for latest 1.4 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-11-02 14:28 mnick          Note Added: 0113000                          
2009-11-02 14:28 mnick          Status                   acknowledged => ready
for testing
======================================================================




More information about the asterisk-bugs mailing list