similar to: Can't park/unpark/re-park call

Displaying 20 results from an estimated 20000 matches similar to: "Can't park/unpark/re-park call"

2016 Sep 11
2
Can't park call more than once
All; I am running Asterisk 11.6-cert13 and am having a problem when parking a caller. A call comes in and I put them on hold with *1 (defined in features.conf) without a problem. I can then dial the parked call extension number, say 701, and retrieve the call. The problem I'm having is if I try to park the call again, nothing happens. I hear a beep when I hit *1, but thats it. Has
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
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
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
2013 Oct 23
1
multiple parking lot best practice
We are planning to have about 100+ parking lots defined in features.conf , each with about 4 unique park positions. Asterisk will be handling all the parking and unparking (we don't exclusively use Park/ParkedCall in the dialplan): [parkinglot_a] parkpos => 1-4 context=parked [parkinglot_b] parkpos => 5-8 context=parked As far as I can tell, Asterisk adds/removes extensions to the
2005 Mar 18
2
Parking a call in manager interface
Is it possible to park a call through the manager interface? If yes; how? Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050318/ec2a5f90/attachment.htm
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 25
1
Stuck Parked Calls?
I've lurked for a while, but I think this is one of my first "pleas" for help. I'm having issues where a parked call using the macro below is getting "stuck". Users park the call via a blfxfer key on an Aastra phone. If the call is a blind transfer, it tries to park the call. If it isn't a blind transfer, it tries to unpark the call. Only 2 extensions (2759 and
2003 May 13
5
Music on hold, Call Parking, etc
Ok, this falls under the newbie category: Has anybody created any documentation on using musiconhold or call parking? I have found sample config files for musiconhold, but I'm not sure how they work. [musiconhold.conf] [classes] loud=>mp3:/var/lib/asteriks/mohmp3 How do I then set up this feature in extensions.conf? I can't seem to find an example of what I'm looking for (or I
2004 Feb 03
1
Re: Asterisk-Users digest, Vol 1 #2711 - 15 msgs
you can do this with MeetMe, but you don't have to. you can also use Parking, which makes things a little simpler. in either case, the strategy is going to be something like: 1. Record the soundfile 2. Park the inbound caller 3. Use a .call file or the manager interface to initiate an outbound call to the mobile phone 4. play soundfile and prompt the mobile phone user to accept/reject the
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
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, thanks for your reply But whats is the code in parkedcalls context. Please, can you give an example? Thanks very much. 2016-02-03 17:15 GMT-02:00, Richard Mudgett <rmudgett at digium.com>: > On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >> >> I tried to use Parking Calls >> >> I use Asterisk
2003 Oct 07
2
call parking on specific park number
Hello, Is there any way to park a call on a specific park number? If this is not possible, is there any way to create multiple park orbits? Also, is there any way to invoke call parking of an active call coming through a Zap channel from the manager interface? MATT---
2009 Mar 03
0
Blind transfer from asterisk dialplan (and problems re-parking a call)
Hi, Is there a way to do a blind transfer within an asterisk dialplan (like '##')? The reason I need this (I think) rather than a regular Goto() is that I'm trying to do one-touch parking. I can park a call using one-touch parking and then pick it up again, however if I try to re-park the call, it gets lost. I think that is because asterisk thinks I'm still on the park extension.
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
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.
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
2008 Oct 09
1
Transfer/Park Question.
I've got a situation where I need to use a transfer to the parking lot as hold, but am not going to use BLF indicators on the phone to pick up the parked calls so I need to hear the 3-digit extension after the transfer. I'm using Snom 300 phones and have tried setting a programmable button to Key Event F_TRANSFER 700, which successfully does the transfer but cuts off audio so you
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
2007 Feb 08
1
call park and call transfer example
Hi all, Does any can give me some example to setup call parking and call transfer of a call? In my understanding, call parking and call transfer should be like something below. Am I right? ango Call parking: caller A -> callee B callee B park her call callee B get back her call in another phone Call transfer: caller A -> callee B callee B transfer to C finally: A talks to C