Hello list,
I try to pick up a ringing extension but nothing works.
To be clear, I'm trying to pick up extension 10.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:4]
Pickup("SIP/testcorp3-00000041", "1...@123456") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:5]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:6]
Pickup("SIP/testcorp3-00000041", "10") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:7]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:8]
Pickup("SIP/testcorp3-00000041", "1...@from-testcorp") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:9]
Pickup("SIP/testcorp3-00000041", "testco...@123456") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for testcorp1.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:10]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:11]
Pickup("SIP/testcorp3-00000041", "testcorp1") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for testcorp1.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:12]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:13]
Pickup("SIP/testcorp3-00000041", "testco...@from-testcorp") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for testcorp1.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:14]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:15]
Pickup("SIP/testcorp3-00000041", "testco...@testcorp") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for testcorp1.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:16]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:17]
Pickup("SIP/testcorp3-00000041", "1...@testcorp") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:18]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:19]
Pickup("SIP/testcorp3-00000041", "1...@sub-intern") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:20]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:21]
Pickup("SIP/testcorp3-00000041", "testco...@sub-intern") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for testcorp1.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:22]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:23]
Pickup("SIP/testcorp3-00000041", "1...@sub-routing") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:24]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:25]
Pickup("SIP/testcorp3-00000041", "testco...@sub-routing") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for testcorp1.
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:26]
NoOp("SIP/testcorp3-00000041", "") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:27]
Set("SIP/testcorp3-00000041", "PICKUPMARK=10") in new stack
[Jun 14 17:37:34] -- Executing [*...@from-testcorp:28]
Pickup("SIP/testcorp3-00000041", "1...@pickupmark") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
These are the channels :
asterisk*CLI> core show channels
Channel Location State Application(Data)
SIP/testcorp1-000000 s...@from-testcorp:1 Ringing AppDial((Outgoing Line))
IAX2/testlocal-1612 s...@sub-routing:13 Ring Dial(SIP/testcorp1|30)
2 active channels
1 active call
I don't know what the "target channel" is and I try every context that I
have defined in my dialplan..
I try to pickup extension 10 or also the SIPaccount testcorp1 (which is
reachable through extension 10).
Why is this not working ????
Jonas.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users