Displaying 20 results from an estimated 6000 matches similar to: "Parking - How to transfer the other party to a given slot"
2004 Aug 19
1
Inband announcement of parking slot from app _parkandannounce?
Couldn't see the forrest for all the fascinating tree-like applications that
are out there:
For future reference, see:
http://www.voip-info.org/wiki-Asterisk+call+parking
:-)
-----Original Message-----
From: Kris Boutilier [mailto:Kris.Boutilier@scrd.bc.ca]
Sent: August 11, 2004 1:10 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Inband announcement of parking slot from
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
2008 Oct 09
1
Transfer/Park Question.
I've got a situation where I need to use a transfer to the parking lot
as hold, but am not going to use BLF indicators on the phone to pick up
the parked calls so I need to hear the 3-digit extension after the
transfer. I'm using Snom 300 phones and have tried setting a
programmable button to Key Event F_TRANSFER 700, which successfully does
the transfer but cuts off audio so you
2012 Oct 25
0
Asterisk 1.8 not playing parking slot announcement to parker
Just upgraded to 1.8, we use the multi lot parking feature by dialling *4.
We are not getting the parking slot announcement being played to the person
who parks the call, so it's impossible to tell which slot they've gone
into. Could someone check our config?
On Debian Squeeze using packages from
http://packages.asterisk.org/debsqueeze main (Asterisk
1.8.11.1-1digium1~squeeze)
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.
2004 Aug 11
0
Inband announcement of parking slot from app_parkandannounce?
I'm trying to use Asterisk app_parkandannouce to build a global parking
pool from within a couple of Norstar PBXes. Right now I can blind transfer
calls into the parking lot, but the slot announcement relies on calling back
the 'transferee' after the call is parked and I can't pass enough callerid
data out from within the PBX to be able to route the call back in (ie. no
PRI
2011 Dec 05
1
How to count available parking slots from diaplan
Hello,
For an (old) Asterisk 1.4, how can I tell from the dialplan that a parking
lot has available slots, or that a parking slot is empty ?
Shall I just park the call with Park() application and , for instance,
program next priority as if it would be triggered when the parking lot is
full ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Apr 29
1
Bounty for parking on <slot>@<context>
Wrong list. asterisk-dev is for changing the C source code of Asterisk. I
don't think AGI's "count" or are considered for inclusion into the
subversion repository as stated by one of your conditions for payment.
On Wed, 29 Apr 2009, Alistair Cunningham wrote:
> I'd like to offer a bounty for a feature for Asterisk where an AGI
> program can park and retrieve calls
2005 Jun 03
1
Call parking on Polycom 500 doesn't transfer, stays on hold
When I try and park a call by transferring to 700, it audibly says to me
"701", and then instead of hanging up with me, it puts me on hold. The
only way to park the call is to send it blind to 700, but then I
wouldn't know which parking spot the call is in!
Before I send any .conf files to the list, does anyone recognize this
behavior, and have a workaround?
Chris Coulthurst
2007 Mar 11
1
Re-parking (or transfer) a parked call
How do you transfer or re-park a call that's been picked up from a parking
lot? I don't see any options for specifying the transfer options on the
parked call, so that you could transfer or repark it.
--
Barry D. Hassler
President, HCST
http://www.hcst.net/
937-427-9000
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2004 Dec 03
1
Call parking/transfer not working on IAX2 connections
Hi there,
Maybe this has been cared about before but I could not find any solution to
this problem either in the wikis or in the list archived. If someone has
found a solution before please just tell me where I can find that
info..thanks :)
I am using iaxComm to call other people who are either using SIP or also IAX
clients, like me.
All of us are connected to the same asterisk server.
2006 Dec 15
1
anyone using metermaid / parked call BLF?
Hi all,
I'm using 1.2.9.1, with the "metermaid" patches to show parking spot
status on Snom BLF lights.
I see from http://www.asterisk.org/node/97 that the metermaid code has
changed substantially since 1.2.9.1.
Is anyone successfully using the "new" metermaid functionality in 1.4.x?
I'd like to hear any good/bad experiences before I attempt even a test
2004 Aug 02
1
asterisk call parking + SNOM lighted buttons?
I'm trying to get call parking working with the lighted buttons on the
SNOM 200. I have set the 5 buttons to "Park Orbit", for extensions 700-704.
Pressing the first button (x700) does park the call. However, the
remaining buttons (x701-704) don't allow me to pick up parked calls, or
show parking status via the LEDs. I can only pick up parked calling by
manually dialing the
2006 Apr 06
1
Call Parking and multiple contexts
Is there any way to define call parking parameters for different
contexts?
For example, if I have a client in context 100 and another client in
context 200, can they both define parking positions, say, from
701-710, where 701 in context 100 is different from 701 in context 200?
Or even better, can context 100 define parking positions 701-710 and
context 200 define parking positions
2004 Sep 23
3
app_valetparking / parking in general
Does anyone have Music-On-Hold and valet parking, or regular parking
working together? No matter how I configure it, I cannot get moh to
continue to play after I park a call using either valet parking or
regular parking. The only thing I can think of is that I might need to
use # transfer instead of sip native transfer?
Shouldn't this just work? If needed I can post the config for one
2006 May 19
1
Non automated call parking
>From discussions with the receptionist staff, this is what we need:
X number of buttons for parking slots.
These buttons should be lit when a call is parked there.
When on a call, just pushing an unlit button will park the call. (The do not want to hit hold, transfer, etc.)
Hitting Transfer and the button would most likely be OK.
To pick up a call, they can push the parking slot button.
The
2005 May 20
1
Valet Parking and SuperValet Parking - back level
It seems Valet Parking and Super Valet Parking won't compile with CVS after 3/4/2005. Apparently some major reworks to Asterisk has broken the out-of-tree modules. Ref: http://bugs.digium.com/view.php?id=3573
The standard Parking lacks functionality and doesn't support contexts. Yet the more current CVS supports several much needed features like Chan Spy and native MOH as well as
2011 Nov 28
2
Call Parking Realtime
Does anyone have any examples of using realtime database driven call
parking lots. I am on version 1.8.x
My goal is to be able to do database driven multi-tenant parking lots with
out adding sperate entries into Features.conf for each lot. I also need to
be able to use the same parking extension pool for each tenant but sand box
them into sperate lots. We have been able to do this for every
2010 Oct 11
2
Second time Parking issue
Hello All,
I have a issue with park and pickup feature.
I have asterisk 1.4.35 branch,
Here is the scenario for the park and pickup.
I have changed parking feature with *72 for my asterisk in features.conf.
When i have inbound call it comes to one extension or ring group and then I
put that inbound call in parking.
After that I will dial some extension to get that call back, I am using