similar to: Pickup cmd

Displaying 20 results from an estimated 1000 matches similar to: "Pickup cmd"

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 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] --
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
2007 Sep 19
0
Howto pickup call from queue?
Hi all, how can I pickup a call from a queue? Which context parameter do I have to specify? The context that calls the queues application is ext-queues. This is what I tried so long (777 is the extension of the queue I want to pickup from): exten => _**ZXX,1,Noop(Attempt to Pickup ${EXTEN:2} by ${CALLERID(num)}) exten => _**ZXX,n,Pickup(${EXTEN:2}@from-did-direct) exten =>
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
2007 Nov 06
2
Pickup Command not working
When I execute a pickup on a ringing phone I get CALL FAILED REASON CODE 603. I am dialing **212 with the following config. Anyone have a suggestion? EXTENSIONS.CONF -snip- [BLF_Group_Pickup] ; Defines how the extension to pick up a ringing phone in your BLF group exten => _**XXX,1,Pickup(${EXTEN:2}) exten => _**XXX,n,Hangup() [BLF] ; Defines a BLF Hint for phones exten =>
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 =>
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 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
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
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
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:
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,
2007 Feb 08
1
Problems with GXP2000 and Asterisk => Call pickup and Voicemail
Hi i have two problems with my Grandstream GXP2000 : 1- When i wan pickup a call, that's don't work's (*8EXTEN) and when i test whit Softphone, i have a error too, he say me *8201@MyContext not found .. in features.conf, i have: [general] parkext => 700 parkpos => 701-720 context => parkedcalls
2010 Jul 27
2
CallerID disappear from CDR on transfer
Hi, i've some trouble with an * installation when the following scenario happen. 1) Inbound call to SIP/xxxxxxxxxxxx ; 2) Call is redirected to ring group 6xx 3) SIP extension 1xx answer. 4) caller want to speak with john doe on his mobile 5) assistant put caller on hold 6) assistant start a call to john doe mobile using a php script (AMI - Originate with custom context to force outbound
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
2005 Jun 28
2
Trying to get *8 call pickup to work
I'm using the Debian Sarge package of Asterisk - 1.0.7 + bristuff. When I call from a zap channel or a SIP phone to another SIP phone, then dial *8 from a third SIP phone, I get 503 Service Unavailable on the third phone and I get this at the Asterisk console: Jun 28 09:01:24 DEBUG[16774]: res_features.c:1709 ast_pickup_call: No call pickup possible... Jun 28 09:01:24 NOTICE[16774]:
2007 Dec 11
1
Appending two voice files
Does anyone know how I can append to different user recorded voice files within a dial plan? For example Asterisk ask caller a question and records the answer, then ask another question record the answer to the end of the first answer - so when it's played back, all the answers are in one playback. TIA Bart -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 17
2
samba 3.0.24 works - samba 3.0.25 fails
Folks: I've got several systems attached to a 2003 domain where we use kerberos to authenticate. When I upgraded a system to the latest greatest samba things stopped working. Just to find where it happened in the different versions of samba I downloaded, built, & ran 3.0.23d to 3.0.25c using the same smb.conf file. Turns out the 2.0.23d and 3.0.24 works but from 3.0.25 on it fails.
2007 Dec 11
1
rollback procedure requirements before asterisk upgrade
Dear all, I've a live system that needs to be upgraded but, before I proceed to the upgrade I want to assure the rollback process. That's why I'm requesting your feedback, in fact this asterisk in live system isn't going so bad but.... the upgrade is essential NOTICE that the upgrade will keep the same version 1.2 not from 1.2 to 1.4 Requirements: -backup /usr/sbin/asterisk