[asterisk-bugs] [JIRA] (ASTERISK-23667) Asterisk 11.9rc1 won't allow a call to be parked twice using native parking code

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Apr 30 17:51:44 CDT 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-23667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=217810#comment-217810 ] 

Rusty Newton edited comment on ASTERISK-23667 at 4/30/14 5:50 PM:
------------------------------------------------------------------

Hi, so looking at your configuration, the {{parkedcallreparking}} option is set in the [general] section.

The documentation in the sample says 
{noformat}
;parkedcallreparking = caller   ; Enables or disables DTMF based parking when picking up a parked call.
                                ; one of: callee, caller, both, no (default is no)
                                ; Set per parking lot.
{noformat}

The "Set per parking lot" seems to say that you can *only* set it per parking lot and not in the [general] section (or default parking lot).

I tested out the option, setting it both the [general] section as you have done, and also trying it in a custom parking lot. It in fact, only works in the custom parking lot.

So, it doesn't look like there is a bug here, but the documentation is surely confusing as I see several options under [general] that say "Set per parking lot"

{noformat}
                                ; and increments with one for the next parked call.
                                ; Set per parking lot.
context => parkedcalls          ; Which context parked calls are in (default parking lot)
                                ; Set per parking lot.
;parkinghints = no              ; Add hints priorities automatically for parking slots (default is no).
                                ; Set per parking lot.
;parkingtime => 45              ; Number of seconds a call can be parked before returning.
                                ; Set per parking lot. (default is 45 seconds)

;comebacktoorigin = yes         ; Setting this option configures the behavior of call parking when the
                                ; parked call times out (See the parkingtime option).  The default value is 'yes'.
                                ; Set per parking lot.
{noformat}

Overall, it is not clear which options can be set in general and which cannot. We need to fix that.


was (Author: rnewton):
Hi, so looking at your configuration, the {{parkedcallreparking}} option is set in the [general] section.

The documentation in the sample says 
{noformat}
;parkedcallreparking = caller   ; Enables or disables DTMF based parking when picking up a parked call.
                                ; one of: callee, caller, both, no (default is no)
                                ; Set per parking lot.
{noformat}

The "Set per parking lot" seems to say that you can *only* set it per parking lot and not in the [general] section (or default parking lot).

I tested out the option, setting it both the [general] section as you have done, and also trying it in a custom parking lot. It only works in the custom parking lot.

So, it doesn't look like there is a bug here, but the documentation is surely confusing as I see several options under [general] that say "Set per parking lot"

{noformat}
                                ; and increments with one for the next parked call.
                                ; Set per parking lot.
context => parkedcalls          ; Which context parked calls are in (default parking lot)
                                ; Set per parking lot.
;parkinghints = no              ; Add hints priorities automatically for parking slots (default is no).
                                ; Set per parking lot.
;parkingtime => 45              ; Number of seconds a call can be parked before returning.
                                ; Set per parking lot. (default is 45 seconds)

;comebacktoorigin = yes         ; Setting this option configures the behavior of call parking when the
                                ; parked call times out (See the parkingtime option).  The default value is 'yes'.
                                ; Set per parking lot.
{noformat}

Overall, it is not clear which options can be set in general and which cannot. We need to fix that.

> Asterisk 11.9rc1 won't allow a call to be parked twice using native parking code
> --------------------------------------------------------------------------------
>
>                 Key: ASTERISK-23667
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23667
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Features/Parking
>    Affects Versions: 11.9.0
>            Reporter: David Brillert
>            Assignee: David Brillert
>         Attachments: features.conf.txt, secondparkfailure.txt
>
>
> During testing I answered an incoming call and issued Asterisk park code to park the call.
> Picked up at another extension and tried to park the call again and the feature code was ignored by Asterisk so I could not park the call again.
> Full debug including DTMF and debug verbose attached
> Marked as regression since I know at one time this wasn't a problem.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list