[asterisk-bugs] [JIRA] (ASTERISK-26843) app_directed_pickup: Not working for ring group

Luke Escude (JIRA) noreply at issues.asterisk.org
Tue Mar 7 15:13:10 CST 2017


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

Luke Escude commented on ASTERISK-26843:
----------------------------------------

We never had this issue with chan_sip though - just pjsip bundled.

The technical use case for picking a ringing endpoint is far greater than the use case for picking up a ring group #. Most people don't know/care about ring group extension #s at all. They just want to look at a series of BLF keys and perform a pickup when an endpoint is ringing.

> app_directed_pickup: Not working for ring group
> -----------------------------------------------
>
>                 Key: ASTERISK-26843
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26843
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_directed_pickup
>    Affects Versions: 13.14.0
>            Reporter: Luke Escude
>            Assignee: Joshua Colp
>            Severity: Minor
>
> Directed pickup (we use prefix **) works just fine for individual extensions, but if there are multiple devices in a Ring Group, the following error is generated:
>  -- Executing [**110 at from-internal:1] Pickup("PJSIP/116-00000a67", "110") in new stack
> [Mar  7 18:46:02] NOTICE[59000][C-00000470]: app_directed_pickup.c:367 pickup_exec: No target channel found for 110 at from-internal.
> The following excerpt will allow for the issue to be recreated:
> exten => 4242,1,Dial(PJSIP/143&PJSIP/144)
> exten => *143,1,Pickup(143) ; these two can't pickup
> exten => *144,1,Pickup(144) ; the dialed extensions in 4242
> exten => *4242,1,Pickup(4242)



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



More information about the asterisk-bugs mailing list