[asterisk-bugs] [Asterisk 0014741]: Timed out parked calls always return to originating extension

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jun 24 19:24:13 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=14741 
====================================================================== 
Reported By:                Herb
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14741
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.4.24 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-03-24 21:11 CDT
Last Modified:              2009-06-24 19:24 CDT
====================================================================== 
Summary:                    Timed out parked calls always return to originating
extension
Description: 
I have been trying to get this to work on versions 1.4.22.2 and 1.4.24 and
no matter what I do, timed out parked calls always ring back the
originating extension.

However, I have downloaded and installed 1.6.1-rc3 and this feature works
correctly.  I would like to stick with version 1.4 if possible due to
stability (for the most part :) ) but will just migrate if I have to, since
this is an required feature for my installation.

I have included parts of my features.conf file.

(features.conf)
[general]
comebacktoorigin = no

{extensions.conf}
[parkedcallstimeout]
exten => s,1,NoOp(user was parked on parkingslot #${PARKINGSLOT})
exten => s,2,Playback(tt-monkeys)

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

---------------------------------------------------------------------- 
 (0106958) Herb (reporter) - 2009-06-24 19:24
 https://issues.asterisk.org/view.php?id=14741#c106958 
---------------------------------------------------------------------- 
Hi,

The way we have it set here, is that if a parked call times out, it rings
all the phones since there's no guarantee that someone will be at the
originating extension by the time the parked call times out.

If after 60 secs and no one answers the call, it then rings our main
number/building. 

{features.conf}
[general]
comebacktoorigin = no

{extensions.conf}
[parkedcallstimeout]
exten => s,1,Goto(mainmenu,s,1)

[mainmenu]
exten => s,1,Answer
exten => s,2,Dial(${ALLPHONES},60,rtTkK)
exten => s,3,Dial(IAX2/server.ip.com/101,,rtTkK)
include => default

[Jun 24 14:01:15] WARNING[28784]: features.c:2984 manage_parkinglot: now
going to parkedcallstimeout,s,1 | ps is 701

I've tried both a SIP call and IAX2 call and both are working for us.

Hope that helps. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-24 19:24 Herb           Note Added: 0106958                          
======================================================================




More information about the asterisk-bugs mailing list