[asterisk-bugs] [Asterisk 0010803]: [patch] Allow ParkedCall to pickup the first parked call
noreply at bugs.digium.com
noreply at bugs.digium.com
Sun Sep 23 11:33:14 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10803
======================================================================
Reported By: outtolunc
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10803
Category: Resources/res_features
Reproducibility: always
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 83126
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 09-22-2007 18:17 CDT
Last Modified: 09-23-2007 11:33 CDT
======================================================================
Summary: [patch] Allow ParkedCall to pickup the first parked
call
Description:
ParkedCall allowed you to specify the parked extension to
pickup that parked call. But there was not a way to pickup
one of those parked extensions unless you knew the extension.
It would be simple to loop around till you got one, but since
the code is already looking at all of the parkinglot list, this
patch just makes it so simple to grab the first one and go.
usage: ParkedCall(700)
Since the call parking starts at 701, i figured using 700 was
a simplistic approach, and least intrusive to the code.
======================================================================
----------------------------------------------------------------------
outtolunc - 09-23-07 11:33
----------------------------------------------------------------------
nevermind,i must have been blind last night.. new diff after
i get some coffee.
Issue History
Date Modified Username Field Change
======================================================================
09-23-07 11:33 outtolunc Note Added: 0070996
======================================================================
More information about the asterisk-bugs
mailing list