search for: unpark

Displaying 16 results from an estimated 16 matches for "unpark".

Did you mean: unpack
2017 Nov 14
2
Can't park/unpark/re-park call
All; I'm having a problem with parking a call and I'm hoping that someone has seen this problem before. A call comes in and I park it. A few seconds later, I retrieve the call. So far, so good. The problem lies when I go to park the call again, and nothing happens. I'm running Asterisk 11. Any insight at all would be greatly appreciated. Thanks; John V. --------------
2013 Oct 14
1
parking - why doesn't this work?
I'm trying to implement parking with only one button to park and unpark a call. Scenario: Call is answered, I press the button (on a Cisco SPA504) to park the call, it comes to [from-office] context where the call is parked successfully (there is no parking lot number announcement though). To unpark, I press the same button, it comes to [from-office] context, and t...
2013 Oct 20
1
Call parking issue with Cisco SPA phone
...rying to implement call parking with asterisk and Cisco SPA504G phones: features.conf parkext => 700 parkpos => 701-702 context => parkedcalls I defined one of the unused keys to park the calls: Key2: fnc=sd;ext=700 at 10.0.1.103;vid=1;nme=Park I also defined two other keys to pickup/unpark the calls: Key3: fnc=blf+sd+cp;sub=701 at 10.0.1.103 Key4: fnc=blf+sd+cp;sub=702 at 10.0.1.103 Parking using these works smoothly. I answer the incoming call, press Key2 to park the call. Call is parked, Key3 turns red showing there is a parked call. If I want to unpark the call, I hit Key3 and...
2013 Oct 23
1
multiple parking lot best practice
We are planning to have about 100+ parking lots defined in features.conf , each with about 4 unique park positions. Asterisk will be handling all the parking and unparking (we don't exclusively use Park/ParkedCall in the dialplan): [parkinglot_a] parkpos => 1-4 context=parked [parkinglot_b] parkpos => 5-8 context=parked As far as I can tell, Asterisk adds/removes extensions to the parking context(s) dynamically as the calls are parked/unparked. I'...
2011 Jan 12
1
[LLVMdev] VMKit Runtime Link Error
Hi! I build VMKit and run some programs successfully. But when using java.util.concurrent.locks.ReentrantLock and java.util.concurrent.locks.Condition, I catch a Throwable : java.lang.UnsatisfiedLinkError: sun.misc.Unsafe.unpark(Ljava/lang/Object;)V after using the function : void java.util.concurrent.locks.Condition.await() My test program is as follows: *import* *java.lang*.*; *import* *java.util.Map*; *import* *java.io*.*; *import* java.util.concurrent.locks.*; *class* BoundedBuffer { Lock lock;...
2005 Mar 18
2
Parking a call in manager interface
Is it possible to park a call through the manager interface? If yes; how? Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050318/ec2a5f90/attachment.htm
2004 Feb 03
1
Re: Asterisk-Users digest, Vol 1 #2711 - 15 msgs
...rk the inbound caller 3. Use a .call file or the manager interface to initiate an outbound call to the mobile phone 4. play soundfile and prompt the mobile phone user to accept/reject the call 5a. if the call is accepted, transfer the parked call to the mobile user. 5b. if the call is not accepted, unpark the call to some extension and take whatever action you like. be warned, * will probably have no idea whether your outbound call is answered by a human, an answering machine, or hits a busy signal. be further warned, i'm fairly new to * too. however, i have successfully implemented the above....
2009 Feb 25
1
Stuck Parked Calls?
...e of my first "pleas" for help. I'm having issues where a parked call using the macro below is getting "stuck". Users park the call via a blfxfer key on an Aastra phone. If the call is a blind transfer, it tries to park the call. If it isn't a blind transfer, it tries to unpark the call. Only 2 extensions (2759 and 2760) are doing the parking. The other extensions only pick up calls (by dialing the 3 digit park code. The phone shows as in use and there is a call that I see via "core show channels". I can't seem to soft hangup the stuck channel either. Only k...
2003 Feb 19
2
Comments on "transfer" feature request
...one moves calls around. The trick is, I suppose, twisting some (a lot?) of logic around such that one party would be controlling the destination for the other party (to which they were just connected a second ago.) In order to do this, one would have to create some sort of automatic park/unpark method and an application that would handle that. Why do I request this? Because nobody, ever EVER has phone lists beside them. They complain bitterly that the phone system isn't user-friendly. They can't even remember that "0" gets them the operator. The more I can do...
2003 May 13
5
Music on hold, Call Parking, etc
Ok, this falls under the newbie category: Has anybody created any documentation on using musiconhold or call parking? I have found sample config files for musiconhold, but I'm not sure how they work. [musiconhold.conf] [classes] loud=>mp3:/var/lib/asteriks/mohmp3 How do I then set up this feature in extensions.conf? I can't seem to find an example of what I'm looking for (or I
2003 Aug 26
0
Forward but wait for acknowledgement
...e got both devices connected to asterisk. What is the best way to handle the extension logic to connect them? I figure I can park the call and after the cell phone call is connected, just retrieve the parked call. How do I handle the cases when the cell phone isn't answered? I would want to unpark and transfer to voicemail, but am not sure how to act on the parked call like that. Am I even close to something that could work? Steve ___________________________________________________________ Steve Creel screel@turbs.com
2007 Jul 25
0
Parking calls via cli / manager / dialplan
I would like to build into our application a button to "park" and a button to "unpark" calls. Consider this scenario: Agent A gets a call, and obtains a reference number. He needs to send this client to another Agent. Agent A pushes the "park" button. The call is then parked into a designated slot based on the reference number . Agent A then calls Agent B and te...
2009 Mar 03
0
Blind transfer from asterisk dialplan (and problems re-parking a call)
...NEXT},1) So here's what happens: Someone calls in, the call is answered. A user speed dials using a line key to extension 90, which parks the call on 90. The BLF (linksys phones) lights up for that key, indicating the call is parked. Going to another phone monitoring the 90 extension, you can unpark the call by pressing the line key (which speeddials 90). However, pressing that key again to re-park on 90 does not work, it puts the phone on hold (because I think the phone thinks its on the same extension). Any ideas here? Basically I have a customer that wants one-touch parking w/o having to w...
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
2011 Jul 17
1
[LLVMdev] vmkit runtime errors
Hi LLVM developers, I have successfully installed LLVM 2.9 on an ubuntu linux box, with a LLVM-based frontend support of gcc and g++. After installing successfully vmkit I have tried running my java applications, but it failed. I have installed the latest stable release of vmkit (0.29) using the introduction text of the LLVM website. The application does consist of two programs. The first