You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the extension you whant to pick up a call from isn't in from-internal context, pickup doesn't work because Asterisk try to pickup call from:
EXTENSION@PICKUPMARK
GROUP@from-internal
EXTENSION@from-internal
GROUP@from-internal-xfer
GROUP@ext-group
GROUP@EXTENSION_CONTEXT
EXTENSION@EXTENSION_CONTEXT is missing
-- Executing [**203@cti-profile-3:3] Pickup("PJSIP/91204-00000053", "203&203@PICKUPMARK&900@from-internal&203@from-internal&900@from-internal-xfer&900@ext-group&900@cti-profile-3") in new stack
[2021-06-23 17:54:00] NOTICE[21089][C-0000002a]: app_directed_pickup.c:367 pickup_exec: No target channel found for 203@cti-profile-3.
[2021-06-23 17:54:00] NOTICE[21089][C-0000002a]: app_directed_pickup.c:367 pickup_exec: No target channel found for 203@PICKUPMARK.
[2021-06-23 17:54:00] NOTICE[21089][C-0000002a]: app_directed_pickup.c:367 pickup_exec: No target channel found for 900@from-internal.
[2021-06-23 17:54:00] NOTICE[21089][C-0000002a]: app_directed_pickup.c:367 pickup_exec: No target channel found for 203@from-internal.
[2021-06-23 17:54:00] NOTICE[21089][C-0000002a]: app_directed_pickup.c:367 pickup_exec: No target channel found for 900@from-internal-xfer.
[2021-06-23 17:54:00] NOTICE[21089][C-0000002a]: app_directed_pickup.c:367 pickup_exec: No target channel found for 900@ext-group.
[2021-06-23 17:54:00] NOTICE[21089][C-0000002a]: app_directed_pickup.c:252 pickup_by_exten: PJSIP/203-00000052 pickup by PJSIP/91204-00000053
The text was updated successfully, but these errors were encountered:
If the extension you whant to pick up a call from isn't in from-internal context, pickup doesn't work because Asterisk try to pickup call from:
EXTENSION@PICKUPMARK
GROUP@from-internal
EXTENSION@from-internal
GROUP@from-internal-xfer
GROUP@ext-group
GROUP@EXTENSION_CONTEXT
EXTENSION@EXTENSION_CONTEXT is missing
The text was updated successfully, but these errors were encountered: