[asterisk-bugs] [Asterisk 0010897]: Parked call inherits transfer capability

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Jan 10 06:10:04 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10897 
====================================================================== 
Reported By:                loloski
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   10897
Category:                   Applications/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 84778 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             10-05-2007 09:56 CDT
Last Modified:              01-10-2008 06:10 CST
====================================================================== 
Summary:                    Parked call inherits transfer capability
Description: 
bug related to 7904 by k-egg but this time from parking lot

Incoming call being parked after retrieving the call from the parking lot
the caller has now a transfer capability at his/her own will.

Dial plan snippet

[from-switch]


; All calls from meridian has a prefix of 01+XXXX 4-digit extension
; should be route to a proper destination
; Meridian to Area Office Local Extension

exten => _01XXXX,1,Answer
exten => _01XXXX,n,NoCDR()
exten => _01XXXX,n,Dial(SIP/${EXTEN:2},60,t)
exten => _01XXXX,n,Hangup

[internal]

include => parkedcalls
include => outgoing

exten => _1XXX,1,Dial(SIP/${EXTEN},60)

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0007904 Transfer capability is inherited by a c...
related to          0009565 Unparked caller has ability to transfer
====================================================================== 

---------------------------------------------------------------------- 
 sergee - 01-10-08 06:10  
---------------------------------------------------------------------- 
This bug is present in 1.4 and in trunk. it resides in builtin_atxfer() so
i will upload patches to issue 7904 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-10-08 06:10  sergee         Note Added: 0076629                          
======================================================================




More information about the asterisk-bugs mailing list