[Home]

Summary:ASTERISK-13129: Asterisk 1.4.23 rc1 Blind Transfer to Park fails
Reporter:David Brillert (aragon)Labels:
Date Opened:2008-11-26 15:10:59.000-0600Date Closed:2009-01-07 10:07:16.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_parkandannounce
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) blindtransferparkfailNov26_2008.txt
Description:Simple configuration

features.conf
[general]
parkext         => 7000
parkpos         => 7001-7010
parkingtime     => 45
context         => parkedcalls
transferdigittimeout => 3
atxfernoanswertimeout => 15
pickupexten     =  *71
featuredigittimeout =  500


To reproduce:
SIP extension calls another SIP extension.
Either extensions dials *1 then 7000 to blind xfer to park ext.
Playback is heard and then call terminates
AGI script is used to park caller

Attached cli output with agi debug enabled core set verbose 9
filename is blindtransferparkfailNov26_2008.txt

Asterisk does not crash or show active core lock after call terminates

****** ADDITIONAL INFORMATION ******

extensions.conf
[park-dial]
exten                                    => _.,2,GotoIf($["${DIALSTATUS}" = "ANSWER"]?3:4)
exten                                    => _.,3,Hangup
exten                                    => _.,4,AGI(/var/www/scopserv/telephony/scripts/agi/extension.php,${EXTEN})
exten                                    => _.,5,Dial(Local/${PHONE_EXTEN}@${PHONE_TENANT}-local)
Comments:By: David Brillert (aragon) 2008-12-31 15:59:22.000-0600

This is working correctly in SVN release.

However I am able to segfault Asterisk quite easily using an Aastra phone with PFK programmed to SPRE transfer to Asterisk park extension.

You can close this ticket and I will open a new ticket with backtrace for Aastra SPRE crash affecting Asterisk 1.4.23 SVN

By: David Brillert (aragon) 2008-12-31 16:33:39.000-0600

I opened a report for the segfault caused by Aastra SPRE function to park ext

http://bugs.digium.com/view.php?id=14157

By: Leif Madsen (lmadsen) 2009-01-07 10:07:16.000-0600

Fixed in latest SVN. Closed per reporter. Thanks for following up!