[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 Aug 31 09:07:31 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15459 
====================================================================== 
Reported By:                djrodman
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   15459
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.25.1 
Regression:                 No 
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-08-31 09:07 CDT
====================================================================== 
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"


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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-08-31 09:07 lmadsen        Status                   new => assigned     
2009-08-31 09:07 lmadsen        Assigned To               => tilghman        
======================================================================




More information about the asterisk-bugs mailing list