similar to: Parking help - causing Asterisk crash

Displaying 20 results from an estimated 8000 matches similar to: "Parking help - causing Asterisk crash"

2008 Nov 21
0
Group count not being preserved when transferring a call into a conference
Hi, I am using Group and Group_Count to limit the number of calls to go out over a single peer as our channels with that peer is limited to 8. If we dial and outside number over this peer and then transfer the call into a MeetMe conference the Group gets decremented when it should not? This is most likely an error on my behalf, however I am not sure what the correct solution is. I have set
2009 Jan 29
9
Callback / Camp / Extention Free notify?
Hi, I am trying to implement the callback feature of our old phone system. This feature may go by a different name in asterisk? It worked as follows. If phone A called phone B and it was BUSY, you press a button to enable a callback. User A is free to continue work or make other calls. What this meant is that when both phones became free, phone A would ring, on answer it would call phone B
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
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
2009 Jul 01
2
Multi-tenant parking broken in 1.6.1.1?
Hello, all. With the assistance of very helpful folks, our brand new multi-tenant setup seems to be working smoothly from start to finish with just a bump or two. The biggest is parking. Now that we got most kinks worked out, I'm a little more comfortable in trying to resolve this. There seem to be two problems: 1. Parking assigns parking spaces from the default group no matter
2011 Jan 21
2
MOH and parking
I know that the 'fix' has just been applied (https://issues.asterisk.org/view.php?id=18262) - but why does it stop the moh only to start it again? This, also, seems to cause a CDR problem (see below). -- Executing [7000 at chambers:1] Park("SIP/2000-00000008", "") in new stack == Parked SIP/2000-00000008 on 7001 (lot default). Will timeout back to extension
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
2010 Oct 20
1
Parked calls drop asterisk-1.4.22.1
Hi We are facing a problem for orphaned parked calls, we have the following config: asterisk -1.4.22.1 dahdi-linux-complete-2.2.0.2+2.2.0 and when we get an incoming call and after it gets parked, after some set time (here its 2 min), it goes back to the operator, but the problem is that randomly it tries to call SIP/5060 instead of SIP/2200 (where 2200 is the extension number of the operator)
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
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
2010 Nov 08
1
Asterisk 1.8 Multiple Parking Lots
Hello, Recently we have been using asterisk 1.6 and everything worked ok, all our productions server are 1.6. Recently we have upgraded one to 1.8 and multiple parking call are not working, which worked pretty ok on asterisk 1.6. Are there any major changes in asterisk 1.8 related to park call and multiple parking lots. Bellow is my config from asterisk 1.6 which worked, I`ve tried this in 1.8
2010 Dec 07
1
No MOH with parked call
Hi, Has anybody else noticed that MOH does not play on parked calls in 1.6.2.14? Or is it just my setup? MOH seems to work in every other respect (Call Held or in-Queue), but when a call is parked, the logs show MOH being started, but the parked party hears nothing. The verbose logs show the following. Any thoughts on whet to check next? Thanks, Steve ### Call comes in here and is answered
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
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
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 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
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
2009 Apr 29
1
Bounty for parking on <slot>@<context>
Wrong list. asterisk-dev is for changing the C source code of Asterisk. I don't think AGI's "count" or are considered for inclusion into the subversion repository as stated by one of your conditions for payment. On Wed, 29 Apr 2009, Alistair Cunningham wrote: > I'd like to offer a bounty for a feature for Asterisk where an AGI > program can park and retrieve calls
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 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