Displaying 20 results from an estimated 4000 matches similar to: "CAll Parking Help needed"
2004 Nov 30
0
RE: Parking from call group problems traced to context
It has been narrowed down to the CONTEXT the call was originally located
in.
I need to figure a way within the parking application to set the
extension I want the call to ring back to.
Specifically I want to set it to always ring back to the phone that
parked it.
Example, below
..
When the call rings only a specific phone http://pastebin.ca/2452 the
context it originates from aa_1,2204,1
2004 Nov 29
0
Parking from call group problems
Trouble in Parking Paradise!
Good Day all,
I have a situation that I have tracked as far as I can take it and am
looking for assistance into the matter.
My setup.. Asterisk 1.0.1 with the AMP config environment.
When I have auto attendant answer the phone and I dial my extension
"2204"
The call come through and If I park it it gets place into extension 701
(the first parking
2005 Mar 24
2
Parking
Good Day list,
My head is pounding from google overload.
Does anyone know if there is any way to park a call and specify
the ("context", "Extension", and Priority) of where to call back to if
the call times out and is parked too long?
ParkAndAnnounce does this feature, however I do not like that it
has to call you back to announce the location.
I want my cake and eat it
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
2005 Feb 24
1
Park Call timeout
I have searched the lists and voip-info and having trouble with a call
parking issue. When I park a call and it times out, it seems to
immediately tries to goto exten s in whatever context the person who
parked the call is in. Voip-info under config features.conf that it
will ringback to the original extension. Is the original extension the
person who parked the call, or the original extension
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 May 22
0
Call Parking Difficulties
I can't seem to retrieve a parked call.
Here is what I do:
Call from phoneA to phoneB
Answer phoneB
Press Flash/Callwait on phoneB
Press 700 to park the call
A voice says that the call is parked at 701
When I try to dial 701, I don't get connected to the parked
call
Below is the asterisk output when I tried to park
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
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
2013 Oct 14
1
parking - why doesn't this work?
I'm trying to implement parking with only one button to park and unpark a call.
Scenario:
Call is answered, I press the button (on a Cisco SPA504) to park the call, it comes to [from-office] context where the call is parked successfully (there is no parking lot number announcement though).
To unpark, I press the same button, it comes to [from-office] context, and the call is picked
2003 Oct 13
1
Call Parking and Paid Digium software modifications
Hello,
I'm considering paying Digium to do a modification to Asterisk so that calls
can be parked on specific user-defined numbers(transfer to 701 and it's
parked on 701, transfer to 702 and it's parked on 702) instead of the way
Asterisk currently does call parking(transfer to 700 and then it tells you
where it put the call 701-720).
What would be the price range for this feature to
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).
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 Nov 22
0
help in Call parking......
Hello Users
I'm Doing working on Both OpenSER and Asterisk .......
9001 and 9003 are registered in OpenSER
in extension.conf
[from-sip]
exten=>115,1,Park()
exten =>115,2.Hungup()
in Feature.conf ( default park no 701)
in sip.conf
[9001]
...
..
[9002]
[9003]
When 9003 dial the 115 ( Parking itself) , Asterisk Server says " U parked
on 701 extension "
After When 9001 dial
2009 Dec 30
1
Parked Call Ringback
Hello,
I have enabled call parking and it works great.
However, when the "hold time" hits the "parkingtime", the extension that
parked the call is called back.
The problem is, if that extension does not pickup the returning call, the
call gets dropped.
Is it possible to get Asterisk to automatically park the call again if the
callback isn't answered?
Quite
2004 May 27
0
return from call parking...
I'm having trouble with call parking.
In my dialplan, the exten to Dial() is the last command in my context
for a given extension. However, when I transfer a call to extension
700, I get the feedback from call parking ("701") and then the line is
hung up because Macro() returns non-zero. I want to get another
dialtone.
Also, I thought I read in the docs that when a call is
2003 Oct 13
0
Call Parking and Paid Digium software modifi cations
That is how many old PBX phone systems work and it is that way our users are
used to working with the phone system. Another issue with the way Asterisk
callparking currently works is that there is only one call-park orbit, you
cannot use a different set of numbers for a different call park
instance(i.e. 700 goes to 701-720 AND 740 goes to 741-750).
We also have several Grandstream phones which
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
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
2006 Feb 24
2
ParkAndAnnounce2 Feature Request
We've had a regular Park function in the past but recently I found the
ParkAndAnnounce() application and I love the idea behind it. Here's a snip
from the wiki
(http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ParkAndAnnounce)
so that we're all talking the same language:
|| ParkAndAnnounce(announce:template|timeout|dial|return_context)
||
|| Park a call into the