search for: parkpos

Displaying 20 results from an estimated 69 matches for "parkpos".

Did you mean: apropos
2010 Nov 08
1
Asterisk 1.8 Multiple Parking Lots
...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 and it?s not working. features.conf [parkinglot_A] parkpos => 2011-2020 findslot => next parkingtime => 60 context => parked [parkinglot_B] parkpos => 2021-2030 findslot => next parkingtime => 60 context => parked [general] parkext => 2000 parkpos => 2001-2110 parkingtime => 60 adsipa...
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 findslot => next I then set the parkinglot parameters in sip.conf as follows: [general] context=incoming tos_audio=0xb0 tos_sip=0xb0 disallow=all allow=ulaw allow=alaw allow=speex allow=gs...
2003 Mar 07
4
ParkedCall and SIP.
I am having trouble getting park to work with SIP, I have these config files: /etc/asterisk/parking.conf [general] parkext => 8540 parkpos => 8541-8555 context => parkedcalls parkingtime => 45 /etc/asterisk/extensions.conf include => parkedcalls include => default [default] exten => 3874,1,Dial(SIP/3874|20|tT) Do I need something else somewhere? Is anyone using park and SIP. To use it I should be able to hit &quot...
2004 Dec 10
2
BT100 how to pickup a parked call
...ces 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 => 701-709 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 60 ; Number of seconds a call can be parked for pickupexten = *8 ; Configure the pickup extension. Default is *8...
2004 Jun 29
2
cisco phone and parked calls
...960 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. to dial to park parkpos => 701-720 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 180 In order for the person parking the call to hear what parked extension the call is on, they have to do t...
2010 Jan 12
5
Multi-Tenant Parking
...rly - (actually, at all): I've most recently done this with 1.6.1.x, and now 1.6.2.x, with no luck in either case. What I've been "trying" is the following: features.conf [general] parkext => 100 [featuremap] [applicationmap] [parkinglog_customer1-park] parkext => 100 parkpos => 101-199 findslot => next context => customer1-park [parkinglog_customer2-park] parkext => 100 parkpos => 101-199 findslot => next context => customer2-park extensions.conf [customer1-call-park] exten => _X.,1,NoOp(The user ${EXTEN} is seeking place a call into the pa...
2005 Mar 27
3
How to park/transfer a call received from a Queue?
...I'm only missing something here with the Queue's. Here are my configuration fragments. extensions.conf: [incoming] include => parkedcalls exten => 1111,1,Answer exten => 1111,2,Queue(sales|t) features.conf: [general] parkext => 700 ; What ext. to dial to park parkpos => 701-720 ; What extensions to park calls on context => parkedcalls Queues.conf: [sales] joinempty = yes announce-frequency = 30 announce-holdtime = yes member => Agent/2537 Please help :-) Thanks in advanced, Wessel de Roode -- No virus found in this outgoing mess...
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Hi! I tried to use Parking Calls I use Asterisk 13, but I can't park any calls and it returns me [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 ast_context_verify_includes: Context 'ramais' tries to include nonexistent context 'parkedcalls' What is the correct code for put in extensions.conf? Can be this example below? [parkedcalls] exten => 700,1,ParkedCall(701) exten
2005 Sep 29
1
Variable in call parking
Hi, Can anyone tell me if Asterisk sets some variable when doing a call parking (when someone presses an exten set in features.conf). In can't find this information on a wiki. Cheers ;) Andrew
2007 Feb 08
1
Problems with GXP2000 and Asterisk => Call pickup and Voicemail
...with my Grandstream GXP2000 : 1- When i wan pickup a call, that's don't work's (*8EXTEN) and when i test whit Softphone, i have a error too, he say me *8201@MyContext not found .. in features.conf, i have: [general] parkext => 700 parkpos => 701-720 context => parkedcalls pickupexten = *8 2- When i want access to the voice server, he never understand my password ... but with a softphone that's work's Anyone have this problems too ? Thanks bye
2007 Apr 04
1
Pound # key not being handled
I am trying to use call parking. I have the following in features.conf [general] parkext => 700 parkpos => 701-720 context => parkedcalls When I try #700 from my softphone asterisk just passes it and doesn't interpret it. Can someone tell me what I am missing? I am using asterisk-1.2.17 Thanks, Alberto
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 parking context(s) dynamically as the calls are parked/unparked. I'm curious which one is preferred (as far as performance and/or stability) - to use one co...
2006 May 11
3
Call parking from legacy PBX over PRI??
...arked calls. This would be acceptable, because most users either just use hold or a blind transfer. It is normally only the front desk that parks calls and even if a user did, the front desk can handle their timeout. features.conf: [general] parkext => 5400 ; What ext. to dial to park parkpos => 5401-5409 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 120 ; Number of seconds a call can be parked for (default is 45 seconds) -- -- Steven http://www.glimasoutheast.org
2005 Feb 11
1
Problem with # Transfer from queue
...= Agent/15 member = Agent/16 member = Agent/17 member = Agent/18 member = Agent/20 member = Agent/21 retry = 0 timeout = 20 announce-holdtime = yes joinempty = yes announce-frequency = 90 reportholdtime = yes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; In features.conf I have: [general] parkext => 7000 parkpos => 7001-7020 context => parkedcalls parkingtime => 90 transfer => # Normal direct calls are transferable but not the ones from the queue, both parties can hear the DTMF. This same config worked on my old asterisk box, but when I moved everything over to this version: CVS-HEAD-01/19...
2003 Jul 03
1
res parking patch
...onality 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 park calls on parkpick => 821 ; What exten for picking older call on park context => parkedcalls ; Which context parked calls are in parkingtime => 60 I've done that since a customer asked me a such function....
2005 Jul 20
1
getting problem in Picking up the parked call
...<------------------------------------------------> I am using the asterisk parkedcalls context in features.conf. *features.conf :* -------------------------- [general] parkext => 700 ; What ext. to dial to park parkpos => 701-720 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 300 ; Number of seconds a call can be parked for ; (default is 45 seconds) transferdigittimeout => 3...
2005 Oct 17
1
Call transfer - atxfer
Hi, I try to set up attended transfer in my Asterisk Box . My features.conf look like this: [general] parkext => 100 parkpos => 1-5 context => parkedcalls parkingtime => 100 transferdigittimeout => 3l courtesytone = beep xfersound = beep xferfailsound = invalid featuredigittimeout = 500 ;adsipark = yes pickupexten = *8 [featuremap] atxfer => *2 blindxfer => # disconnect => *0 automon => *1 and wh...
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 10.0.1.103 Parking...
2007 May 25
1
Problem with call parking
I am trying to test the call parking, but It doesn't fonction :(these are my config files.extensions.conf:include=>parkedcallsexten => 4000,1,Dial(SIP/4000,60,tT)exten => 4001,1,Dial(SIP/4001,60,tT)exten => 4002,1,Dial(SIP/4002,60,tT)In features.conf:[general]parkext => 700 parkpos => 701-720 context => parkedcalls [featuremap]blindxfer => # disconnect => *0 automon => *1 atxfer => 2 When i press 700 during the communication, nothing happens!what is wrong with what i am doing??Please help.Thank you in advance. _________________________________________...
2008 Mar 13
5
Newbie One-touch Recording: Does not work
...=> s-NOANSWER,1,Voicemail(${ARG1},u) exten => s-NOANSWER,2,Goto(default,s,1) exten => s-BUSY,1,Voicemail(${ARG1},b) exten => s-BUSY,2,Goto(default,s,1) exten => _s-.,1,Goto(s-NOANSWER,1) exten => a,1,VoicemailMain(${ARG1}) features.conf [general] parkext => 700 parkpos => 701-720 context => parkedcalls courtesytone = beep parkedplay = both parkedmusicclass=cpwr [featuremap] automon => *1