similar to: Unable to transfer timed out calls from call parking

Displaying 20 results from an estimated 40000 matches similar to: "Unable to transfer timed out calls from call parking"

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
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
2006 Jun 22
4
when I press "transfer" -> blind -> 700 . The user is not able to hear what extension the call was parked on
I am using Polycom 501s with asterisk 1.2.4. When transfering to call parking wih "#1" -> 700 the user is able to hear asterisk tell him what extension the call was parked on. However, when I press "transfer" -> blind -> 700 . The user is not able to hear what extension the call was parked on. It seems like the polycom is hanging up before asterisk is able to
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
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
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
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
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).
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 Nov 30
0
CAll Parking Help needed
Ok I have read every line in the wiki for call parking. HELP PLEASE I need to perform a simple call parking that upon timeout will ALWAYS rings back to the extension that actually parked the call. Am I just crazy or is this not possible. >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
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
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
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
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
2006 Nov 01
2
Help me on Call parking
Hello Users....... I'm Strucked in Call parking... I'm Using the Asterisk-1.1.11 version in My FC5 box, In That there is feature.conf I'm Using SIP channel By using Asterisk + OpenSER [general] parkext => 9006 ; What extension to dial to park parkpos => 9007-9009 ; What extensions to park calls on. These needs to be
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
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.
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 Mar 06
1
Parked Calls in 1.4.23.1
I know the call parking feature changed in 1.4.23.1 to fix some serious issues. I'm seeing a major change though which I find disturbing. A person parks a call by transferring it to the parking position (700). When the timeout value is reached, the call is NOT returned to that device, but rather the 's' extension of the phone's registered context (in this case [unrestricted]).
2004 Sep 10
1
Call Parking Problem
Hi, I'm unable to pick up parked calls after they are transfered. I get the "transfer" message when I press # and then I'm told "701" The extension I'm dialing goes to the on hold music. I'm disconnected, I hang up, dial "701" and I see this message on the console "Everyone is busy/congested at this time" I just have the default