search for: app_directed_pickup

Displaying 19 results from an estimated 19 matches for "app_directed_pickup".

2010 Jun 14
4
Unable to pickup an extension, trying everything
...ello 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 [**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&qu...
2007 Sep 19
0
Howto pickup call from queue?
...nal:1] NoOp("SIP/779-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...
2007 Feb 27
1
Error Message.
Hello, i just installed asterisk 1.2.15. I got this error message. Somebody can help me? Thank You. Feb 27 11:47:43 NOTICE[17086] cdr.c: CDR simple logging enabled. Feb 27 11:47:44 WARNING[17086] pbx.c: Already have an application 'Pickup' Feb 27 11:47:44 WARNING[17086] loader.c: app_directed_pickup.so: load_module failed, returning -1 Feb 27 11:47:44 WARNING[17086] loader.c: Loading module app_directed_pickup.so failed! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070227/c4f64ba1/attachment.htm
2005 Sep 16
2
R: direct sip call pickup
...Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Alexander Lopez Inviato: venerd? 16 settembre 2005 17.53 A: Asterisk Users Mailing List - Non-Commercial Discussion Oggetto: RE: [Asterisk-Users] direct sip call pickup On CVS head there is app_directed_pickup It will let you pickup a ringing extension directly without having to worry about pickup groups etc..... ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Giordano Grandis Sent: Friday, S...
2007 Dec 07
1
Pickup cmd
...s the single key to pickup 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??
...sn't the call transfered 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 Jul 20
0
No subject
...> Replaces: pickup-9582-c0a80101-d-4 at 192.168.101.102 <snip> This Replaces header refers to RFC3891 which is not yet supported in Asterisk (see http://www.voip-info.org/wiki/view/Asterisk+SLA) This INVITE fails with : <snip> chan_sip.c: Trying to pick up 7792 at subs <snip> app_directed_pickup.c: No target channel found for 7792. If I'm dialing *87792 instead of using BLF, then I'm entering the dialplan part in which there is Pickup(${EXTEN:2}@PICKUPMARK) and the call is correctly pickup. So my understanding is : when upgrading from 1.6.1 to 1.6.2, Asterisk must somehow adve...
2009 Oct 15
1
Callpickup works for outside calls but not inside calls
...all pickup for a customer. 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...
2010 Feb 13
2
Call Pickup with 1.6.2.1 and Snom
...] [Feb 11 10:44:13] DEBUG[4659] chan_sip.c: About to call Pickup(35505 at PICKUPMARK) [Feb 11 10:44:13] DEBUG[4649] devicestate.c: Changing state for SIP/35504 - state 2 (In use) [Feb 11 10:44:13] DEBUG[4649] devicestate.c: device 'SIP/35504' state '2' [Feb 11 10:44:13] NOTICE[4659] app_directed_pickup.c: No target channel found for 35505. [Feb 11 10:44:13] DEBUG[4659] channel.c: Hanging up channel 'SIP/35504-0000000f' [Feb 11 10:44:13] DEBUG[4659] chan_sip.c: Hangup call SIP/35504-0000000f, SIP callid 3c2672b3f35a-dpd0zv11yegl After this obviously phone A hasn't picked up the call,...
2005 Sep 16
1
direct sip call pickup
Hi, i'm working about sip call pick and *8 works very fine but I pickup ringing phone on the same group. What happen if I have more than one ringing call? I tryied *8#exten, *8eten# but it doesn't wotk. Is it correct? How it does work ? Thanks Giordano -------------- next part -------------- An HTML attachment was scrubbed... URL:
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?
...is in the Dial state. The 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?
...= > warning_sound = 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...
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...ading symbols from /opt/asterisk/lib/modules/app_dial.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_dial.so Reading symbols from /opt/asterisk/lib/modules/app_dictate.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_dictate.so Reading symbols from /opt/asterisk/lib/modules/app_directed_pickup.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_directed_pickup.so Reading symbols from /opt/asterisk/lib/modules/app_directory.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_directory.so Reading symbols from /opt/asterisk/lib/modules/app_disa.so...done. Loaded symbols for...
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...sterisk/lib/modules/app_dial.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_dial.so > Reading symbols from /opt/asterisk/lib/modules/app_dictate.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_dictate.so > Reading symbols from > /opt/asterisk/lib/modules/app_directed_pickup.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_directed_pickup.so > Reading symbols from /opt/asterisk/lib/modules/app_directory.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_directory.so > Reading symbols from /opt/asterisk/lib/modules/app_disa.so...done....
2011 Jun 10
4
Connected Line ID
Hai, Does anybody have problems with a wrong Connected Line ID with asterisk version 1.6 The following bug was for version 1.4, but I cannot make up if this bug is still in version 1.6 http://forums.digium.com/viewtopic.php?t=7780 In version 1.8 it is possible to change the Connected Line ID, but this isn't the case in version 1.6 Regards, Arjan Kroon Mobillion BV
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
...20.1/pbx' make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/apps' for x in app_adsiprog.so app_alarmreceiver.so app_amd.so app_authenticate.so app_cbmysql.so app_cdr.so app_chanisavail.so app_channelredirect.so app_chanspy.so app_controlplayback.so app_db.so app_dial.so app_dictate.so app_directed_pickup.so app_directory.so app_disa.so app_dumpchan.so app_echo.so app_exec.so app_externalivr.so app_festival.so app_flash.so app_followme.so app_forkcdr.so app_getcpeid.so app_hasnewvoicemail.so app_ices.so app_image.so app_lookupblacklist.so app_lookupcidname.so app_macro.so app_meetme.so app_milliwatt...