search for: pickup_exec

Displaying 9 results from an estimated 9 matches for "pickup_exec".

2010 Jun 14
4
Unable to pickup an extension, trying everything
...up a ringing extension but nothing works. To be clear, I'm trying to pick up extension 10. [Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:4] Pickup("SIP/testcorp3-00000041", "10 at 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 [**10 at from-TESTCORP:5] NoOp("SIP/testcorp3-00000041", "") in new stack [Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:6] Pickup("SIP/testcorp3-00000041", "10") in new stack...
2007 Sep 19
0
Howto pickup call from queue?
...09077e38", "Attempt to Pickup 758 by 779") in new stack Extension Changed 779 new state InUse for Notify User 776 -- Executing [**758 at from-internal:2] Pickup("SIP/779-09077e38", "758") in new stack [Sep 19 11:43:39] NOTICE[12022]: app_directed_pickup.c:159 pickup_exec: No target channel found for 758. Extension Changed 779 new state InUse for Notify User 758 Extension Changed 779 new state InUse for Notify User 774 -- Executing [**758 at from-internal:4] Pickup("SIP/779-09077e38", "758 at from-did-direct") in new stack [Sep 19 11:43:39]...
2007 Dec 07
1
Pickup cmd
...the call to extension 100 when there is a call to it. From CLI, I can see it issue **100 to asterisk but failed to pickup the call. -- Executing [**100 at internal:1] Pickup("SIP/102-08373480", "100") in new stack [Dec 7 16:47:42] NOTICE[31079]: app_directed_pickup.c:159 pickup_exec: No target channel found for 100. -- Executing [**100 at internal:2] Hangup("SIP/102-08373480", "") in new stack Anyone can tell me if I make something wrong for the pickup cmd? asterisk version: 1.4.15
2008 Jun 02
1
Why doesn't Pickup() work??
...ed to user2 and what does "No target channel found for 31 mean"? User2 can generally call number inside and outside the company. -- Executing [**31 at local:1] Pickup("SIP/user2-0842dc30", "31") in new stack [Jun 2 19:56:07] NOTICE[22492]: app_directed_pickup.c:159 pickup_exec: No target channel found for 31. == Auto fallthrough, channel 'SIP/user2-0842dc30' status is 'UNKNOWN' Here are the relevant lines of the extensions.conf: exten => 31,hint,SIP/Zentrale exten => _**XX,1,Pickup(${EXTEN:2}) Thanks for your help, Stefan -- *************...
2009 Oct 15
1
Callpickup works for outside calls but not inside calls
...If the Bob's extension rings and Bob is in Jim's office, Bob can press the button on his Snom 320 that says "Bob" and pick up his line. It works great for calls coming in from the outside but does not work for internal calls. Internal calls generate a app_directed_pickup.c:204 pickup_exec: No target channel found for 617 error. I see an old bug about this where the contexts were not consistent but ours appear to be consistent. Here are examples of pertinent parts of the dialplan: [a10base] exten => 911,1,Macro(emergency-US,xxxxxxxxxx) exten => 9911,1,Macro(emergency-US,xxxx...
2007 Mar 08
0
cmd pickup Problem
...] exten => 456,1,pickup(123@incoming_1) both are sip-accounts and have pickupgroup=1 in the sip.conf so my idea is, when anybody calls at 123 my mobile is ringing and i call back on 456 and will be connected to the caller the callout and all other are runnig, but at the pickup there is always: pickup_exec: No target channel found for 123@incoming_1 I've already tried to insert a answer before the pickup and do a pickup without the context but nothing runs... any ideas why my pickup don't it? thanx Juergen
2008 Jan 07
1
pickup application failed
I have a TDM400 in the server. I want to press **1XX to pickup a call. It is ok if I pickup a call dialled from 1XX to 1YY (internal network call). However, it is failed to pick up a call from PSTN thro' TDM400 card. It seems I can't guess the correct context of it. How can I know the context of the call using CLI? The default context of the TDM400 is from-pstn but pickup still
2010 Feb 26
0
How can we pickup a call that is not going to a real extension?
...e logs have results like: -- Executing [5552233 at caller-inbound-leg:8] Pickup("SIP/20678350-5cd1-11de-bcf8-123139006632-0000004e", "14f0dff4-9a34-11dd-93fd-0015588ab9f3 at inbound-wait-loop") in new stack [2010-02-25 19:20:28.936] NOTICE[18759]: app_directed_pickup.c:294 pickup_exec: No target channel found for 14f0dff4-9a34-11dd-93fd-0015588ab9f3. Is there a way for a callee to pickup a call in the Wait state? -- Eric Chamberlain
2011 Jun 09
0
Change to pickups in Asterisk 1.8 - not working on local channels?
...d = timeleft > end_sound = -- Called 1000103 at product-pickup/n -- Executing [1000103 at product-pickup:1] Pickup("Local/1000103 at product-pickup-db70;2", "1000103 at product-phone") in new stack [May 25 11:25:40] NOTICE[1020]: app_directed_pickup.c:313 pickup_exec: No target channel found for 1000103. -- Auto fallthrough, channel 'Local/1000103 at product-pickup-db70;2' status is 'UNKNOWN' The context doing the pickup looks like: [product-pickup] exten => _[0-9*#]!, 1, Pickup(${EXTEN}@product-phone) Thanks for any advice, -- David...