[asterisk-bugs] [JIRA] (ASTERISK-26843) PJSIP Directed Pickup not working for Ring Groups
Luke Escude (JIRA)
noreply at issues.asterisk.org
Tue Mar 7 15:03:10 CST 2017
Luke Escude created ASTERISK-26843:
--------------------------------------
Summary: PJSIP Directed Pickup not working for Ring Groups
Key: ASTERISK-26843
URL: https://issues.asterisk.org/jira/browse/ASTERISK-26843
Project: Asterisk
Issue Type: Bug
Security Level: None
Affects Versions: 13.14.0
Reporter: Luke Escude
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