similar to: Howto pickup call from queue?

Displaying 20 results from an estimated 2000 matches similar to: "Howto pickup call from queue?"

2010 Jun 14
4
Unable to pickup an extension, trying everything
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 [**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] --
2007 Dec 07
1
Pickup cmd
Hi all, I have a GXP2000 with BLF configured. I follow the configuration guide to enable the pickup cmd as follow and include it under corresponding content. [BLF_group_pickup] exten => _**1XX,1,Pickup(${EXTEN:2}) exten => _**1XX,n,Hangup The I press 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
2008 Jun 02
1
Why doesn't Pickup() work??
Hi, I'm using an Aastra 57i together with Asterisk 1.4.13. The 57i is configured for call pickup as recommended by Aastra. When the LED flashes, I press the corresponding button and the display tells me "Call not possible". In the CLI is see the follwoing output. Why isn't the call transfered to user2 and what does "No target channel found for 31 mean"? User2 can
2009 Oct 15
1
Callpickup works for outside calls but not inside calls
Hello, all. I've got a problem where we set up call 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
2010 Feb 26
0
How can we pickup a call that is not going to a real extension?
Hello, We have a situation where a call comes in, users are notified via an external process (curl request to web service), and we can't answer the call until a callee can call in and pickup the call. How can we implement this functionality? We tried using : [caller-inbound-leg] ; code to send the CALL_UUID information to users. exten =>
2011 Jun 09
0
Change to pickups in Asterisk 1.8 - not working on local channels?
Hello all, We have a customer who upgraded from Asterisk 1.6 to 1.8, and pickup groups which previously worked fine have stopped working. Can anyone advise if there has been a change in how pickups work? Here is an example where 1000101 is trying to pick up a call to 1000103: <SIP/product-local-00000005>AGI Rx << EXEC Dial "Local/1000103 at product-pickup
2009 Jul 20
0
No subject
<snip> 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
2007 Feb 15
0
directed call pickup with PICKUPMARK
Hi! i have a problem with the PICKUPMARK of the Pickup() application. E.g. A calls B. B is ringing. C wants to pickup B. To make this work with PICKUPMARK I have to add the variable PICKUPMARK to B. But how can I do this? B is just created inside the Dial() application. thanks klaus PS: If you wonder why I use the PICKUPMARK - Pickup(exten) does not work for me as the incoming calls will
2010 Feb 13
2
Call Pickup with 1.6.2.1 and Snom
Hi, I've used various patches with asterisk 1.4 to have support for call pickup and notification with good results. Now I'm trying vanilla 1.6.2 with its official support for "dialog-info +xml" notifications with no success. This is what i'm doing: - Phone A has a key configured as type "extension" pointing to Phone B. - In sip.conf I added
2011 Jul 22
1
Pickup(${EXTEN:2}); not works from outside
Hi! I'm using ael language and I need to pick up a call from outside to an internal number. for example: i'm 120 the phone 100 rings, it's a call from outside. now I pick up the call with: *8100 and I would expect to answer the call but the response is Declined the Puckup code is below: _*8X! => { Pickup(${EXTEN:2}); Hangup(); } the problem is if an another number ( 130) calls
2011 Apr 12
0
No subject
Polycom Phones (updated for 3.2.X firmware with asterisk 1.6.1 Jan/2010) With SIP 3.2.X firmware (available on the Polycom download site) and Asterisk 1.6.1, Polycom phones now support a full featured BLF showing statuses of Ringing, Inuse and Online and one touch directed call pickup. On the asterisk side all that needs to be done is to add a hint to the extension and enable directed pickup.
2010 Jun 15
4
Unable to pickup an extension, tryi
Hi! > How to do this ?? > To proceed with your answer on PICKUPMARK, where do I put this ??? Look at the example for Asterisk 1.4 on this page: http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup Philipp
2013 Jun 06
1
Hangup cause 111 after call pickup
Hello, when picking up an incoming call from one ip phone on another ip phone, the call terminates after about 5 to 10 seconds. When reading out the hangup cause variable in the h-extention of the dialplan, the hangup cause seems to be 111. In the dialplan output, you can see that SIP-peer sipacc3 picks up the incoming channel SipAgenT01-00001454, and the call is answered. After 7 seconds,
2005 Sep 16
2
R: direct sip call pickup
I cannot use CVS, is there anoyher way to use direct pickup ? Thanks again Giordano ________________________________ 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
2011 Apr 12
0
No subject
r> <h2>Polycom Phones (updated for 3.2.X firmware with asterisk 1.6.1 Jan/2010= ) </h2>With SIP 3.2.X firmware (available on the Polycom download site)=20 and Asterisk 1.6.1, Polycom phones now support a full featured BLF=20 showing statuses of Ringing, Inuse and Online and one touch directed=20 call pickup. <br>On the asterisk side all that needs to be done is to add a hint
2007 Mar 08
0
cmd pickup Problem
Hi there, i have a Problem with the Pickup command. Versions: asterisk 1.4.1 on gentoo my extensions.conf [only the interesting part]: [incoming_1] exten => 123,1,Ringing exten => 123,2,Dial(SIP/xxxx,20,r) exten => 123,3,wait(90) exten => 123,4,hangup [incoming_2] exten => 456,1,pickup(123@incoming_1) both are sip-accounts and have pickupgroup=1 in the sip.conf so my idea is,
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
2013 Aug 30
0
[LLVMdev] Some reflexions about a new HDL language
2008 Nov 12
3
Grandstream and pickup
Man, I really feel stupid, but after banging my head on a brick wall for several hours ... I need help! I've gotten the BLF to work on my shiny new GXP2010. The GXP is exten 5707, and I've got an xlite on 5608. When I make a call from an outside line, I dial SIP/5608. The little blinky light on the GXP that's monitoring 5608 goes, well, "blink blink". :) I then press
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