Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pickup doesn't work for extensions that aren't in from-internal context #6039

Closed
Stell0 opened this issue Jun 24, 2021 · 3 comments
Closed
Labels
bug A defect of the software nethvoice Relative to NethVoice core, like FreePBX or Asterisk verified All test cases were verified successfully

Comments

@Stell0
Copy link

Stell0 commented Jun 24, 2021

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
@Stell0 Stell0 added the nethvoice Relative to NethVoice core, like FreePBX or Asterisk label Jun 24, 2021
@Stell0 Stell0 self-assigned this Jun 24, 2021
@Stell0 Stell0 added the bug A defect of the software label Jun 24, 2021
Stell0 added a commit to nethesis/freepbx-core that referenced this issue Jun 24, 2021
Use extension context in group pickup list instead of from-internal nethesis/dev#6039
@Stell0 Stell0 added the testing Packages are available from testing repositories label Jun 24, 2021
@Stell0
Copy link
Author

Stell0 commented Jun 24, 2021

in 7.9.2009/nethesis-testing:

  • nethserver-nethvoice14-14.12.0-1.7.g699c9c7.ns7.noarch.rpm x86_64

@andrea-marchionni andrea-marchionni added verified All test cases were verified successfully and removed testing Packages are available from testing repositories labels Jun 24, 2021
@nethbot
Copy link
Member

nethbot commented Jun 25, 2021

in 7.9.2009/nethesis-updates:

  • nethserver-nethvoice14-14.12.1-1.ns7.noarch.rpm x86_64

@nethbot
Copy link
Member

nethbot commented Jun 25, 2021

in 7.9.2009/nethesis-testing:

  • nethserver-nethvoice14-14.12.1-1.ns7.noarch.rpm x86_64

@Stell0 Stell0 closed this as completed Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect of the software nethvoice Relative to NethVoice core, like FreePBX or Asterisk verified All test cases were verified successfully
Projects
None yet
Development

No branches or pull requests

3 participants