Displaying 20 results from an estimated 4000 matches similar to: "Multiple Parking Lots."
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 Jun 14
2
Call parking in multi user environment
I'm looking for a solution for call parking in an environment where
multiple users are hosted on a single instance of asterisk. The main
issue being a way to keep user A from picking up calls parked by user
B.
I downloaded the supervaletparking code from asterlink which would
appear to be a solution, but it doesn't compile on the latest CVS
HEAD. I sent an email to the author just in
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
2003 Mar 09
16
Call Parking
Anyone having trouble parking calls? I haven't tried it in a while,
but it seems to have stopped working. If I dial 700, I get a invalid
extension. I have "include => parkedcalls" in the correct context, and
I can dial 701, which tells me no call is parked there.
Any ideas? Parking.conf is stock.
2010 Nov 08
1
Asterisk 1.8 Multiple Parking Lots
Hello,
Recently we have been using asterisk 1.6 and everything worked ok, all our productions server are 1.6. Recently we have upgraded one to 1.8 and multiple parking call are not working, which worked pretty ok on asterisk 1.6. Are there any major changes in asterisk 1.8 related to park call and multiple parking lots. Bellow is my config from asterisk 1.6 which worked, I`ve tried this in 1.8
2009 Jun 27
1
Multiple parking lots use default park positions
Hello, all. I'm having a deeply frustrating time getting multiple
parking lots to work and am wondering what I am doing wrong. I am using
Asterisk 1.6.1.1. I defined two separate parking lots in features.conf
as follows:
[parkinglot_a100] ; SSI
context => a100-parking
parkpos => 900-920
findslot => next
[parkinglot_a10] ; EBC
context => a10-parking
parkpos => 800-820
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
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
2004 Jun 08
3
Sending # and Asterisk Transfer Conflict
Having spent the better part of an hour searching the archives and voip-info
I hesitantly ask what appears to be an obvious question but one I cannot
find an answer for.
Using Grandstream phones it seems that the only way to support Call Parking
is to enable # transfers (i.e. use T in the dial command) since pressing the
TRANSFER button on the BT phone is blind and one does not hear the call
2010 Jul 06
1
1.6.2: Using hints on multiple parking lots
Hi,
How do I specify to which parking lot the hints refer to?
For exemple, on 1.4 I use this to see whether a call is parked in 800:
exten => 800,hint,park:800 at parkedcalls
But on 1.6 I have multiple parking lots working apparently sucessfully. How
do I build the hint for parkinglot1 and parkingloit2 so that my phone ,
which is subscribing to 800, only see parkinglot1 and
2004 Aug 17
4
Hunt Groups
I have a question about how Asterisk Parses the Dial Plan. To create a
hunt-group which would be the appropriate dial plan:
[CompanyABC]
exten => 7228888,1,Dial(SIP/8017228888,60,r)
exten => 7228888,102,Dial(SIP/8014361234,60,r)
exten => 7228888,103,Dial(SIP/8014362345,60,r)
exten => 7228888,104,Dial(SIP/8014363456,60,r)
exten => 7228888,105,Dial(SIP/8014364567,60,r)
exten
2013 Oct 21
1
Number of parked calls in a parking lot
Is there a way to find out the no of parked calls in a parking lot by name (in a multiple parking lot environment) from within the dialplan (not CLI) other than writing a custom function (like VMCOUNT)?
Thanks,
Matt
-------------- 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
2003 Jul 03
1
res parking patch
Ok, a little patch that adds a little functionality to call parking.
With that, you can pickup the older parked call, if many are in the
parking lot. The default exten to do that is 750, but can be changed
by setting "parkpick => exten" on parking.conf , like
[general]
parkext => 800 ; What ext. to dial to park
parkpos => 801-820 ; What extensions to
2005 Feb 24
1
Zap Channels Disappear???
Problem: Zap Channels Disappear @ random intervals. (Channels have
disappeared on both gateways twice this week).
My Setup:
I have 2 Dell 1850 Power Edge Servers - Configured as.
P4 2.8Ghz
512 ECC Memory
SCSI Array (2 Drives Mirror)
Configuration is really simple the boxes are setup as PSTN termination
gateways: (SIP/ZAP) - We are running a SER/Asterisk Hybrid.
My asterisk
2010 Dec 22
0
Asterisk 1.8.1.1 Multiple Parking Lots
Asterisk Version: 1.8.1.1
Problem: Multiple Parking Lots
Issue: Not redirecting to the right parking lot. Always uses the first
parking lot from "parkedcalls show" or "features show"
Asterisk Working Version: 1.6.1
Steps Taken:
In features.conf added:
[parkinglot_test]
context => parkedcalls-test
parkext => 700
parkpos => 701-710
parkingtime => 120
findslot
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
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
2006 May 11
3
Call parking from legacy PBX over PRI??
I have an issue with call parking and hope there is some undocumented feature for this. ;-)
We are replacing our legacy PBX with asterisk, but to save money over time (handsets and network), I am trying to maintain the use
of our legacy PBX.
Asterisk extensions can not use the call parking features (not usable over trunk cards) of the old PBX, so I have to get the old PBX
to use asterisk's.
2003 Jul 31
1
Parking calls - why doesn't work?
Hi,
I have configured everything as requested (like in Andy's documentation):
- the file parking.conf (parking at '701', parked calls between 702-720)
- include the parkedcalls context in my phones context
When I try to park a call to 701, I get the message "I'm sorry.. this is not
a valid extension.. please try again" (my standard message for undefined
extensions).