Displaying 20 results from an estimated 13676 matches for "parke".
Did you mean:
park
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 => next
In extensions.include at the bottom of [local-e...
2009 Aug 27
3
Sticky Park
My company for various reasons has asked that I come up with a way to
have previously parked calls be re-parked in the same parking slot. I
have looked at setting up asterisk so that the receptionist chooses
which slot to place a call, but I think there is an easier way. That is
when I came up with the idea of "Sticky Park". Here is how it would
work. A call would come i...
2010 Nov 08
1
Asterisk 1.8 Multiple Parking Lots
...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 and it?s not working.
features.conf
[parkinglot_A]
parkpos => 2011-2020
findslot => next
parkingtime => 60
context => parked
[parkinglot_B]
parkpos => 2021-2030
findslot => next
parkingtime => 60
context => parked
[general]
parkext => 2000
parkpos => 2001-2110
parkingtime => 60
adsipark = yes
findslot => next
sip.conf
[user_A]
...
parkin...
2008 Jul 18
5
GotoIf Problem
Everybody,
I have a fall though context that, among other things, tests to see if
someone it trying to pick up a non-existent parked call (Defined from 90
to 99). I have the following:
[not-in-service]
exten => _X.,1,Wait(1)
exten => _X.,n,ResetCDR()
; **************************************************
; Check to see if the mis-dialed number was a parking
; slot. If so, jump to the not-parked context
; *************...
2008 Nov 13
1
Parking help - causing Asterisk crash
Hi,
I am having some trouble with parked calls timing out.
In features.conf:
[general]
parkext => 800 ; What extension to dial to park
parkpos => 801-820 ; What extensions to park calls on
context=parkedcalls
parkingtime=120
After the Park timesout it calls the phone that the call was parked
from. I...
2004 Jan 13
7
Parking extension not working
I have the standard parking.conf but extension 700 doesn't show up in my
dialplan.... Why? I can dial 701 which tells me that I don't have any
calls parked there. 700 just gives me invalid extension noise....
Should I have extension 700 defined elsewhere?
Thanks
parking.conf
[general]
parkext =a 700 ; What ext. to dial to park
parkpos => 701-705 ; What extensions to park calls
on
context => par...
2012 Feb 20
3
Park and PARKINGDYNAMIC
I have been trying to get the dynamic parking working.
For some reason when I park a call using this method the console says it is
using the default parking context not the one I am trying to specidfy. It
also is playing the parked extension to the caller. I am transfering the
call to an extension that is doing a goto to the context below. Any ideas
or examples on how to make this work. What I need to be able to do is have
multiple parking lots using the same extension pools but seperated by a
dynamic context of ${accou...
2007 Mar 27
5
Park & No Announce?
We're using Grandstream GXP-2000 with programmed buttons to the first 5
parking lot extensions. When a call is parked, whichever parking lot
extension it's parked on lights up red. We've never used the "announce"
part and I'm wondering if there's an option I can't seem to find to
disable the announce so the transfer happens faster.
Thanks for any help,
Ken
-------------- next part...
2004 Jun 29
2
cisco phone and parked calls
So, I can't figure out how to get the parkandannounce application to
work the way I want it to... I have cisco 7960 IP phones using SIP,
and this is what I have in my extensions.conf:
exten => 700,1,ParkAndAnnounce(pbx-transfer:PARKED|90|SIP/${EXTEN:1}|internal,${EXTEN:1},1)
exten => 700,2,Hangup
and in my parking.conf:
[general]
parkext => 700 ; What ext. to dial to park
parkpos => 701-720 ; What extensions to park calls on
context => parkedcalls ; Wh...
2006 May 11
3
Call parking from legacy PBX over PRI??
...is is fine for SIP, because the cannels includes the destination.
On a ZAP PRI trunk, it retains ZAP/25, which only makes it call back the old PBX, not an extension.
My front desk is still on the Legacy PBX.
Two hopes:
1. The call parking feature can be changed to reconnect to the caller ID of the parker instead of the channels ID.
or
2. I can set a timeout extension (front desk) for all parked calls. This would be acceptable, because most users either just use
hold or a blind transfer. It is normally only the front desk that parks calls and even if a user did, the front desk can handle
their...
2006 Nov 22
2
How to park calls on a specific extension
Currently at our office, if I want someone else to pick up a call, I have
to transfer the call to them. So I'm looking into call parking, which is
ALMOST perfect.
The missing piece of the puzzle: I'm extension 203. I want any call I park
to get parked at extension 2203. I want a call my boss parks to park at
2205, since he's ext. 205. In other words, I want calls parked FROM
extension XYZ to be parked AT extension (XYZ+2000).
I don't see a way to force parked calls to a specific extension. I'm
probably just missing the answer, b...
2009 Jun 27
1
Multiple parking lots use default park positions
...)
exten => 13,1,Dial(SIP/jintrabartola)
;exten => 13,1,Macro(common,SIP/jintrabartola)
;exten => 13,n,Macro(close)
exten => 17,1,Dial(SIP/vdemarco)
;exten => 17,1,Macro(common,SIP/vdemarco)
;exten => 17,n,Macro(close)
include => e911
include => a10-parking
;include => parkedcalls
[a10o] ; EBC outbound authorized
include => a10
include => US-outbound
[a100] ; SSI
exten => 12,1,Macro(common,SIP/jasiii)
exten => 12,n,Macro(close)
exten => 13,1,Macro(common,SIP/gss)
exten => 13,n,Macro(close)
include => US-international
include => a100-parking...
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 park calls on...
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 Oct 11
2
Second time Parking issue
...e 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
parkedcalls application for that.
It is working fine, the issue is now when i have picked up call and
connected again then I want to park that inbound call second time,
But asterisk is not allowing that dtmf or parking.
I am not able to do park same call second time.
can any one help me for second time...
2007 Nov 08
0
Polycom IP601 call parking
One more Polycom IP601 question please (sorry for the long intro here
to document) ...
In order to closely approximate the behavior of the previous telephone
system that many of the users are familiar with, I have set up call
parking like this:
- features.conf [general] section contains:
parkext => ** ; What extension to dial to park
parkpos => 10-11 ; What extensions to park calls on.
context => parkedcalls ; Which context parked calls are in
parkcall => ** ; Park call (one step parking) - put
Kk in Dial options
- extensio...
2007 Mar 09
3
Polycom call parking feature and Asterisk call parking
Hi:
I want to make parking calls easier for my hard-working users. Is there
a way to make the Polycom call park feature work with Asterisk?
In case it just works out of the box, I haven't tried it yet; but the
"call park" feature isn't enabled on the Polycom phones by default.
-Stephen-
2004 Jan 14
6
How to park and pickup a call
Hi All,
How to park and pickup a call? The scenario of park and pickup
described as below.
UserA made a call to UserB, and the call ware connected,
Then UserB parked (or hold) the call, and told UserC to pickup
the call on one line, and then, UserC pressed some keys to
pickup the call.
Who can tell me what's the Park/Pickup's typical flow in
the Asterisk. And how to set the sip.conf, extensions.conf
and parking.conf to implement it.
Zhang Peihao
z...
2009 Jul 01
2
Multi-tenant parking broken in 1.6.1.1?
...finish
with just a bump or two. The biggest is parking. Now that we got most
kinks worked out, I'm a little more comfortable in trying to resolve
this.
There seem to be two problems:
1. Parking assigns parking spaces from the default group no matter
what we do.
2. When the parked call timer expires, the callback to the original
callee fails because a | delimiter is used in the Dial()
function.
Perhaps we have configured it incorrectly. Here is the pertinent
section from features.conf:
[parkinglot_a10] ; EBC
context => a10parking
parkpos => 101-110...
2004 Dec 10
2
BT100 how to pickup a parked call
Does anyone know why the bt100 cannot park and pickup
a parked call?
attendant announces the call is parked at extension 701
but the call cannot be retrieved by any other phone.
also, the bt100 constantly rings when the phone is
hung up after parking.
anyone experienced this?
using the basic features.conf
[general]
parkext => 700 ; W...