similar to: parking in multiple contexts

Displaying 20 results from an estimated 3000 matches similar to: "parking in multiple contexts"

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
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
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
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.
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
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
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
2008 Dec 12
1
Follow up on parking
I`m having (a lot of) trouble changing the call parking timeout behavior. This is my SIP context [internal-local-only-hamel] exten => s,1,Hangup include => parkedcalls What I am trying to accomppish is a quick test where I park a call, wait 45 seconds, and it hangs up. Here is my execution in the CLI: == Parked SIP/0004f2134384-1-0943e8a0 on 101 at parkedcalls. Will
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 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.
2008 Feb 26
1
Still can't pickup parked call
I'm still struggling to pickup calls. I now have a single context (entryocginternal) where I have "include => parkedcalls". The log below shows me calling from one internal extension to another, then picking up, then parking the call. -- SIP/239-0915d5c8 is ringing -- SIP/239-0915d5c8 answered SIP/233-0915bf40 -- Packet2Packet bridging SIP/233-0915bf40 and
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 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 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 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
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
2008 Dec 11
1
Weird problem with parked call expiration
Hi, I am having a very weird problem with call parking. I have defined call parking correctly, as it work well when parking calls and picking them up. The problem is what happens after the the 45 seconds have expired. The behavior wanted is that the person who put the call on "park" is called back after 45 seconds. What ACTUALLY happens is that the phone who got put on park
2006 May 11
3
Call parking from legacy PBX over PRI??
I have an issue with call parking and hope there is some undocumented feature for this. ;-) We are replacing our legacy PBX with asterisk, but to save money over time (handsets and network), I am trying to maintain the use of our legacy PBX. Asterisk extensions can not use the call parking features (not usable over trunk cards) of the old PBX, so I have to get the old PBX to use asterisk's.
2008 Jan 15
2
Park() help, extension not heard
I'm trying to get call parking to work, but I've run out of things to try. I can place a call between two internal extensions, then on one extension transfer the call to extension 700, and the call gets parked on 701 but I don't hear the extension number when I do the transfer. I can hangup and call 701 and get the call back. Here's what I see: (comments added on lines starting