similar to: return from call parking...

Displaying 20 results from an estimated 40000 matches similar to: "return from call parking..."

2005 Jan 17
1
transfers with zap channel
Ok, I've seen discussion before on doing transfers (attended and unattended), there seems to be much confusion over it. As things sit, I've been trying (unsuccessfully) to do transfers with a zap channel (analog phone attached to TDM400). I have no idea what I'm missing. My current understanding is that I need to have transfer=yes in zapata.conf, do a flash hook, dial the 2nd
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 =>
2009 Jun 27
1
Call Parking timeout fails
Hello, all. I'm having a nasty problem with call parking in Asterisk 1.6.1.1 that smells like a bug. When the call returns, it seems to be returning to a "|" delimited extension and failing. Here is the output from the console: [Jun 26 22:20:42] NOTICE[7168]: chan_sip.c:18160 handle_request_invite: Call from 'tkeeley' to extension '56' rejected because extension
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
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
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 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 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
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 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 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
2008 Dec 03
6
Call parking
Hi, Been playing with Call parking, and I can`t help but wonder if I am doing something incorrectly. The way I understand it (using default config in features.conf), is I would transfer a call to extension 700, which would park the call, tell me "701". I could then hang up, go fetch the fright person and tell him "call 701 you have a call waiting for you". The way I
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
2007 May 22
2
how can I catch the event generated when a parked call is hung up?
Hi all, how can I catch the event generated when a parked call is hung up? In my dialplan, when arrives a call to a specific number, Asterisk parks the call and announces the parking slot to a number. But if the user hangs up the parked call, I don't know how to catch the event, from dialplan, that removes the call from the parking slot. I want to know if there is a method for do this.
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
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
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
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
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
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