Displaying 20 results from an estimated 20000 matches similar to: "Second time Parking issue"
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 ; What ext. to dial to park
parkpos =>
2005 Jul 20
1
getting problem in Picking up the parked call
Hi all.
I am trying following scenerio for call park & pickup.
voice is flowing established between B & C, after call-pickup (
instead of A & B ).
can anyone please clarify why it is happening like this, ( or ) do i
need some more configuration for park&pickup ?
A
B
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
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
2004 May 27
1
Holding and call parking idiosyncrasies...
We are going to replace a BizFone with Asterisk and one of the features
that I haven't been able to emulate is the PBX hold. We can put a call
into hold with the * key and every 30 sec the phone gets a beep to
remind us it is there and the caller on hold can hit # for other
options.
The closest I've come with Asterisk is call parking, and that doesn't
quite do it. Using the
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.
2003 Mar 07
4
ParkedCall and SIP.
I am having trouble getting park to work
with SIP, I have these config files:
/etc/asterisk/parking.conf
[general]
parkext => 8540
parkpos => 8541-8555
context => parkedcalls
parkingtime => 45
/etc/asterisk/extensions.conf
include => parkedcalls
include => default
[default]
exten => 3874,1,Dial(SIP/3874|20|tT)
Do I need something else somewhere?
Is anyone using park and
2008 Feb 26
2
Parked calls - can't pickup
I have a simple asterisk install (1.4.18), and want to use call parking. I
can successfully park a call (I see on the CLI that the call is parked to
701). Everything is pretty default.
However, I can't pickup a call from another phone. When I dial 701 from a
phone, asterisk can't find that extensions and notifies the person picking
up that the extension doesn't exist. (It appears
2007 Jan 11
4
Parked calls and the # key
I am perplexed by this so I how someone can help me out.
On one of my servers the users began complaining that if they picked up a
parked call they could not use the # key to transfer the call. This is a
particualarly annoying issue since everyone has been taught to use #700 to
park calls. At first I thought it was a DTMF issue with the polycom phones,
since rebooting seemed to fix the problem.
2009 Feb 12
1
Problem with parking
Hi,
I'm having problem with call parking.
When I park call, either via transfer to xten or park digit sequence from
features.conf, I hear the parking lot number read to me and the user gets
transferred.
However, MOH stops for the caller the moment user is transferred.
The user can be retrieved by dialing the parked extension and voice resumes.
If the parked user hangs up, the channel state
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
2009 Jul 01
2
Multi-tenant parking broken in 1.6.1.1?
Hello, all. With the assistance of very helpful folks, our brand new
multi-tenant setup seems to be working smoothly from start to 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
2008 Feb 26
1
Still can't pickup parked call
I'm still struggling to pickup calls. I now have a single context
(entryocginternal) where I have "include => parkedcalls".
The log below shows me calling from one internal extension to another, then
picking up, then parking the call.
-- SIP/239-0915d5c8 is ringing
-- SIP/239-0915d5c8 answered SIP/233-0915bf40
-- Packet2Packet bridging SIP/233-0915bf40 and
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.
2017 Apr 06
2
feature codes
hi.
i am running asterisk 11 and i am stuck with the feature codes. how do i
setup them.
Now the system has.
PBX*CLI> features show
Builtin Feature Default Current
--------------- ------- -------
Pickup *8 *8
Blind Transfer # #
Attended Transfer
One Touch Monitor
Disconnect Call * *
Park Call
One Touch MixMonitor
Dynamic Feature Default Current
--------------- ------- -------
(none)
Feature
2008 Oct 15
2
Asterisk 1.4.21.2 - Issues with call parking
Hi,
I am facing the following issues with call parking:
1) Asterisk does not announce the parking extension:- I press # and hear "transfer" followed by a beep. I dial 700 but do not hear the parking extension number.
2) After parking time, the original extension rings and i accept the call. When I again try to park, the call park sequence fails.
I have attached features.conf and
2008 Dec 12
1
Follow up on parking
I`m having (a lot of) trouble changing the call parking timeout behavior.
This is my SIP context
[internal-local-only-hamel]
exten => s,1,Hangup
include => parkedcalls
What I am trying to accomppish is a quick test where I park a call, wait 45
seconds, and it hangs up.
Here is my execution in the CLI:
== Parked SIP/0004f2134384-1-0943e8a0 on 101 at parkedcalls. Will
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.
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
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 in and