similar to: pickup application failed

Displaying 20 results from an estimated 1000 matches similar to: "pickup application failed"

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
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 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 =>
2009 Apr 24
1
function originate
Hi, Feature originate can be used make call thro' the web. There is a parameter ,Async, in it. I set it to true but there is no effect. Actually, I want to do the following. What I know the function originate is: originate call ---> party A party A rings party A answers call party B rings, party A still hear ring party B answers and A & B connected. party A will feel weird when she
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
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
2006 Jul 18
1
Samba 4 Test deployment with SWAT
Hi, We are testing out Samba 4 TP2 release. We have configured Samba4 on an i386 running Linux 2.6.12.6. We are trying to get the SWAT GUI functional in this system, but it refuses login with the message *Login failed: Undetermined error - please try again * Trying as 'root' and root password on the local machine or trying as any another user fails too with this same error message.
2004 Nov 23
2
-lssl
Hi Having my first go at compiling Asterisk from cvs source. Compiled and installed zaptel ok Running make asterisk returns the following error message /usr/bin/ld cannot find -lssl collect2: ld returned 1 exit status The last part of the compile messages on screen are- editline/libedit.a db1.ast/libdb1.a stdtime/libtime.a -ldl -lncurses -lm -lresolv -lssl There is obviously something I have
2005 Feb 16
5
Compiling sch_tbf.c in user space
Hi, I am new to kernel programming. My task is to route packets from different hosts through one single token bucket filter as we are trying to model a wireless scenario with many hosts communicating and sharing the same bandwidth.So the idea we came up with was to route packets from different hosts to user space using Netfilter and then send them through a common tbf implemented in user space in
2009 Feb 24
7
multiple asterisks in a server
Hi all, Is it possible to install more than 1 asterisk in a single server? If yes, what do I need to set and take care? Rgds, ango
2008 May 05
3
simple realtime question
HI, Does asterisk will ignore the setting in files if realtime is applied, say asterisk will ignore all the setting in sip.conf if realtime table sip_buddies is applied? ango
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
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 Oct 18
5
Getting names of variables without quotes
  Dear R-helpers, hello I am seeking your help in somehow getting names of variables without quotes (" "). Let us say, we have a table with 3 variables V1, V2 and V3. After the table is read, I get names of the variables (thro' the following code) as under quotes (like "V1" rather than the original representation V1)  
2008 Jan 16
3
volume problem
Hi all, I have a TDM400 with all FXO on it. When I make an outgoing call, I can hear callee but callee claims the volume is too low so that he/she can't hear very clear. Can I adjust to increase the volume in callee side? Is it increase the value of txgain can solve the problem? ango
2002 Nov 17
2
Proxy-ARP
I''m working with LEAF boxes as gateway machines. I''m trying to implement Proxy-ARP to build a bandwidth manager for my network. I''ve gone as per the lartc howto to implement a transparent bridge in an existing network and plan to put in my tc script after this. I''m configuring the box as a standalone one before plugging it into the network. I''m getting
2002 Nov 05
1
[leaf-user] FW: CF Boot media creation
I downloaded DOS6.22 image from putergeek.com. Used fdisk from that floppy and format from that floppy. Still no luck. If I execute fdisk under leaf (monkeynoodle.org) as fdisk/dev/hdc, and give p for print partition table, I get the following: Disk /dev/hdc: 16 heads, 32 sectors, 123 cylinders. Units = cylinders of 512 * 512 bytes Device Boot Start End Blocks Id System /dev/hdc1
2005 Jun 13
1
Traffic shaping on WAN(serial) device
Hi, In our product i am using the High Speed Serial driver as the WAN interface. I''ve implemented the HSS as a serial driver and i am running PPP to connect to the internet. I have both Voice data + FTP data going thro the PPP session. Is it possible for me to use the Traffic shaper(wonder shaper) in my case/ Do i need to make the HSS driver to appear as a network device inorder to