[asterisk-bugs] [Asterisk 0011979]: Asterisk crash when I park a call
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Feb 14 10:12:08 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11979
======================================================================
Reported By: jvandal
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11979
Category: Resources/res_features
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.4.18
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-12-2008 12:04 CST
Last Modified: 02-14-2008 10:12 CST
======================================================================
Summary: Asterisk crash when I park a call
Description:
Using Asterisk 1.4.18, when I try to park a call, I immediatly got a core
dump just after playback the parking lot.
CentOS 4.6, i386, kernel 2.6.9-67.0.1 (CentOS).
======================================================================
----------------------------------------------------------------------
jvandal - 02-14-08 10:12
----------------------------------------------------------------------
I have found a way to avoid coredump on Asterisk when doing a blindxfer to
Park.
On /etc/asterisk/features.conf, I have change
parkext=700 to parkext=disabled
and on extensions.conf, I have add:
exten => 700,1,Park()
Now call parking work using Blind transfer (*1) and Asterisk doesn't crash
!!
Has only 2 issues now with Blindxfer :
- Parking lot announcement is played the parked extensions
- On Call/Ringback, it dial back the parked extensions (look).
But I will probably use ${BLINDTRANSFER} variable to fix this problem and
use ParkAndAnnounce only on Blind transfer.
What is the use of parkext, if we can replace this by dialplan ?
Issue History
Date Modified Username Field Change
======================================================================
02-14-08 10:12 jvandal Note Added: 0082244
======================================================================
More information about the asterisk-bugs
mailing list