Displaying 20 results from an estimated 10000 matches similar to: "Can't park call more than once"
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.
--------------
2008 Jan 15
2
Park() help, extension not heard
I'm trying to get call parking to work, but I've run out of things to try.
I can place a call between two internal extensions, then on one
extension transfer the call to extension 700, and the call gets parked
on 701 but I don't hear the extension number when I do the transfer. I
can hangup and call 701 and get the call back.
Here's what I see: (comments added on lines starting
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.
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
2009 Jun 16
2
feature keys no longer work after a call has been parked
Hey folks,
I can park a call with #70 after enabling that feature in
features.conf. However, once I retrieve the call from the parking
lot, #70 cannot be used to park it again. Worse yet, none of the
keys defined in the featuremap work anymore, include blindxfer or
automon.
Any ideas what may be the problem?
--
martin | http://madduck.net/ | http://two.sentenc.es/
"man sagt nicht
2016 Nov 03
5
Upgrading to Asterisk 13 - Strange Music On Hold Issue - Banging my head on this one
I sent this last night but it never showed up in the thread list so
I'm trying again. Please pardon me if it duplicates.
So I've been banging my head against the rack on this one and am now
turning to the group for help.
I'm in the process of bringing five Asterisk servers (all originally
built from source code by myself) from various versions
(1.6.2.x,11.6-cert13, and 13.1-cert2) up
2009 Apr 27
1
Packet2packet bridging while in sip.conf canreinvite=no
I have put canreinvite=no for all my internal SIP-clients in sip.conf
because I want Asterisk to be in the middle of the RTP-stream so he can
provide MusiconHold and so...
Now, what the Asterisk CLI tells me when I make a call from my one
internal SIP-phone to another internal SIP-phone is :
Verbosity is at least 25
== Spawn extension (intern, 51, 1) exited non-zero on
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
2006 Jan 25
1
Want to automatically park call and have caller hear ring tones
Here's the short of it. I have an Asterisk 1.2.1 system setup to
handle both personal and business calls. Now, the business callers
will hear music while on hold, so the default MOH needs to play
regular music. Personal callers should hear rings, not music. I have
this working except for one specific case. If someone calls during
the day (we're night people), asterisk will not ring
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
2006 Jan 25
0
Want to automatically park call and have callerhear ring tones
Short replay to long 'short of it'!!
Use a queue for your calls set the queue to ring. 'r' option I belive.
Set up a queue that has no members but allows you t 'joinempty'
Setup an extension that AddQueueMember(home-silent).
You will then need to hangup and the call will ring.
Before entering the queue you could have the system send the YAC info
for you.
It will
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
2013 Nov 25
4
Voicemail greeting playback issues?
Hey all
I have been beating on this all weekend long.
Any feed back would be appreciated.
We stood up a 11.6 system. We tested everything we could think of.
We moved over to it and all seemed to be working good than a customer told
us that they were not hearing our vociemail greetings.
When we call into the system and it drops to voicemail we just get a beep
no greeting played. We checked
2006 Nov 22
0
Call park on Linksys 922 and similar phones?
I'm having an issue with call park on my new Linksys 922. It has
soft menu keys for doing call transfer (which I always think is a good
idea because it's amazing how every phone has a different xfer interface
and people always get confused).
However, I can't get a good call park working on it. It doesn't respond
to the use of "#" for transfer (nor should I want it to,
2009 Jan 22
1
Zap connection problem
Greetings all,
I'm trying to connect to an AT&T teleconference, but the
call is never marked as ANSWERED by asterisk and therefore won't bridge and
continue. The only work-around I've come up with so far is to dial like
this:
Exten => 744,1,Dial(Zap/g1,,p)
The "private" mode keeps the line open without trying to do a bridge, but
requires the
2012 Feb 16
1
Park() ignores 'r' option which should disable music on hold in favour of ringing tone
When I receive a call, I want to automatically park it from the dialplan so that I can retrieve it later. However, I don't want callers to be aware that they are being parked, so I want to play a ringing tone to the caller. Park() is supposed to be able to do this:
Park([timeout][,return_context[,return_exten[,return_priority[,options[,parking_lot_name]]]]])
options
r: Send ringing
2008 Apr 03
1
Hearing "transfer" during call
Hi list,
I enabled the transfer function in my dialplan, but I may configure it
wrong because sometime when I call a SIP extension number from one FXS
port, the SIP side will hear word "transfer", I hear nothing, after
that, the call conversation is fine.I'v had this problem for a long
time, could not get clue where I configure it wrong. here is my
related config part:
sip.conf:
2005 Mar 01
2
Park Craches asterisk
I've just installed asterisk on a Debian Linux (apt-get it)
And i have placed two sip phones in sip.conf and i'm testing parking
with them
I have phone1-SIP/1000 and phone2-SIP/1007
The following happens if i park from calling party and everything is OK
1. Pickup Phone2 and call to Phone1
2. Talk
3. Phone2 dials #700 and parks the call (it is placed in 701)
4. Phone2 is hangup
5. Pickup
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 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