[asterisk-bugs] [JIRA] (ASTERISK-24609) Features DTMF parking to an existing custom parkinglot with no 'parkext' defined results in silent failure
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Dec 11 16:44:29 CST 2014
Rusty Newton created ASTERISK-24609:
---------------------------------------
Summary: Features DTMF parking to an existing custom parkinglot with no 'parkext' defined results in silent failure
Key: ASTERISK-24609
URL: https://issues.asterisk.org/jira/browse/ASTERISK-24609
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_sip/General, Features/Parking, Resources/res_parking
Affects Versions: 13.0.2, SVN
Environment: SVN-branch-13-r429379
Reporter: Rusty Newton
Severity: Minor
h1. Scenario
A custom parkinglot exists in res_parking.conf configuration as follows:
{noformat}
[acustomlot]
;parkext = 800
context => acustomlot_park
parkpos => 801-850
findslot => next
{noformat}
In features.conf the parkcall feature is activated:
{noformat}
[featuremap]
parkcall => #72
{noformat}
h1. The failure
* SIP Channel A dials Channel B, using the 'Kk' Dial options
* After the call is established, the user for Channel A dials the parkcall feature code.
* Nothing happens, the call remains established, but the call is not parked. No parking related debug is seen with verbose or debug channels up to 5.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list