[asterisk-bugs] [Asterisk 0011342]: Impliment call park
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Dec 7 12:32:52 CST 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11342
======================================================================
Reported By: DEA
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 11342
Category: Channels/chan_skinny
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 86150
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-21-2007 15:54 CST
Last Modified: 12-07-2007 12:32 CST
======================================================================
Summary: Impliment call park
Description:
Add support for the Park Softkey on skinny phones.
Depends on a working Call Park setup (features.conf)
======================================================================
----------------------------------------------------------------------
DEA - 12-07-07 12:32
----------------------------------------------------------------------
More macro madness. Parking works in either direction if the call
to a skinny device is sent directly to the device:
exten => 7012,n, Dial(Skinny/7012 at support)
BUT if is routes through a macro:
exten => 7012,n, Macro(stdexten,7012,Skinny/7012 at support)
It will segfault if the call was inbound to the skinny device. Outbound
does work. So it looks like chan_skinny might need to be taught the
difference between calls sent directly to the device and calls that route
through a macro first.
Issue History
Date Modified Username Field Change
======================================================================
12-07-07 12:32 DEA Note Added: 0075045
======================================================================
More information about the asterisk-bugs
mailing list