[asterisk-bugs] [Asterisk 0012221]: res_features.c don't return calls to the [park-call] "t" extension. when the extension is busy and the parktime occurs
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Mar 17 09:20:11 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12221
======================================================================
Reported By: edusilva
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12221
Category: Resources/res_features
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.15
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 03-15-2008 11:33 CDT
Last Modified: 03-17-2008 09:20 CDT
======================================================================
Summary: res_features.c don't return calls to the [park-call]
"t" extension. when the extension is busy and the parktime occurs
Description:
When I send calls to parkinglot, and the timeout occurs, the parked call
return to the park generator exten. When it's busy the channel on park
hangup.
I thing, the call should return to [park-call] "t" exten when it occurs.
======================================================================
----------------------------------------------------------------------
jvandal - 03-17-08 09:20
----------------------------------------------------------------------
Why not add something like this on dialplan and customize it to specify the
destination on busy/no answer :
[park-dial]
exten => _.,2,GotoIf($["${DIALSTATUS}" = "ANSWER"]?3:4)
exten => _.,3,Hangup()
exten => _.,4,Dial(${EXTEN})
Issue History
Date Modified Username Field Change
======================================================================
03-17-08 09:20 jvandal Note Added: 0084057
======================================================================
More information about the asterisk-bugs
mailing list