Displaying 16 results from an estimated 16 matches for "unparking".
Did you mean:
unpacking
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 the call is picked
2013 Oct 20
1
Call parking issue with Cisco SPA phone
I'm trying 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
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'm...
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*.*;
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
you can do this with MeetMe, but you don't have to. you can also use
Parking, which makes things a little simpler.
in either case, the strategy is going to be something like:
1. Record the soundfile
2. Park 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
2009 Feb 25
1
Stuck Parked Calls?
I've lurked for a while, but I think this is one 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
2003 Feb 19
2
Comments on "transfer" feature request
Comments?
Feature request: Add the ability for the "T" and "t" suffixes in a
Dial command to call an extension directly (if specified) instead of
going only to the hardcoded "transfer" command.
Feature request: Flash events, when presented inside of an existing
call, will call a pre-specified extension just like the "T" and "t"
request
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
I've been trying to find a way to connect incoming calls to my cell phone
when I'm not in the office. I would like to have asterisk call the cell
phone (or any other phone for that matter), and provide me the option to
connect to the call.
I figure I could park the call, use /var/spool/asterisk/outgoing/ to
generate a call to the cell phone and put it into a context somewhere.
Now
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
2009 Mar 03
0
Blind transfer from asterisk dialplan (and problems re-parking a call)
Hi,
Is there a way to do a blind transfer within an asterisk dialplan (like '##')?
The reason I need this (I think) rather than a regular Goto() is that
I'm trying to do one-touch parking.
I can park a call using one-touch parking and then pick it up again,
however if I try to re-park the call, it gets lost.
I think that is because asterisk thinks I'm still on the park extension.
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