Displaying 20 results from an estimated 10000 matches similar to: "Parking calls via cli / manager / dialplan"
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 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.
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
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
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
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
2004 Jan 15
0
Possible Bug: Crash when Parking Calls
Hi,
I'm relativle new to *, so I may be wrong. I build up * from cvs today
(show version: CVS-01/15/04-16:27:36). In an test I use 2 SIP phones
(linphone) to connect to eachother.
The phones are called via the extensions 100 (user 'kwe') and 200 (user
'phone').
I can call from one to another and I can park a call and take it again:
1) call from 100 to 200
2) press # and
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).
2003 Aug 26
0
Forward but wait for acknowledgement
I've been trying to find a way to connect incoming calls to my cell phone
when I'm not in the office. I would like to have asterisk call the cell
phone (or any other phone for that matter), and provide me the option to
connect to the call.
I figure I could park the call, use /var/spool/asterisk/outgoing/ to
generate a call to the cell phone and put it into a context somewhere.
Now
2004 Oct 04
1
Parking calls
Ok! Here is the question, Maybe someone can help. I have two * servers
setup across a PTP DATA T1. They are communication with each other fine via
IAX. Let's call one * server A and the other * server B. The question is
If someone in * server A parks a call, then does a overhead page to people
using * server B. How does the person in * server B pickup the call? and
Can someone in *
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
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
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
2008 Nov 13
1
Parking help - causing Asterisk crash
Hi,
I am having some trouble with parked calls timing out.
In features.conf:
[general]
parkext => 800 ; What extension to dial to park
parkpos => 801-820 ; What extensions to park calls on
context=parkedcalls
parkingtime=120
After the Park timesout it calls the phone that the call was parked
from. If the phone is BUSY the call just get dropped. (Call waiting
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
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
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