search for: parkext

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

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
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 b...
2010 Jan 12
5
Multi-Tenant Parking
...correctly? I've had several attempts at it, and never seem to be able to get it to go properly - (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 [...
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
...turns me >> >> [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 >> ast_context_verify_includes: Context 'ramais' tries to include >> nonexistent context 'parkedcalls' >> > > Are you loading res_parking.so? > > Does your res_parking.conf define a parkext and specify the context? > Documented in configs/samples/res_parking.conf.sample: > parkext => 700 ; What extension to dial to park. > (optional; if > ; specified, extensions will be created for > parkext and >...
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 park calls on parkpick => 821 ; What exten for picking older call on park context => parkedcalls ; Which context parked calls are in parkingtime => 60 I&...
2004 Dec 10
2
BT100 how to pickup a parked call
...e 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 => 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...
2004 Jun 29
2
cisco phone and parked calls
...andannounce 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. 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 t...
2009 Jun 27
1
Multiple parking lots use default park positions
...to ${CHANNEL(parkinglot)}) exten => 5,n,Park() which works on my system (once we change the name of the parkinglot to the parkinglot name rather than the context name) but we still get the default handling. We've tried simplifying out plans, commenting out the default parkpos, changing the parkext, adding a parkext to the custom parking lots, adding the parkinglot definition to individial SIP channels, turning on hints, nothing seems to help. What am I doing wrong? Thanks - John -- John A. Sullivan III Open Source Development Corporation +1 207-985-7880 jsullivan at opensourcedevel.com ht...
2005 Mar 27
3
How to park/transfer a call received from a Queue?
...ark calls works fine, so the parking application is working ok. 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 advanc...
2014 Nov 25
1
park()-command always parks on default 701
Hello, I have the following in my dialplan : exten => callpark,n,Set(PARKINGDYNPOS=200-210) exten => callpark,n,Set(PARKINGDYNCONTEXT=parked_001) exten => callpark,n,Park(20000,,,,s,parkinglot_001) I see on the CLI : [Nov 25 15:08:47] -- Executing [callpark at pbx-routing:10] Set("SIP/SipT01-0000000b", "PARKINGDYNPOS=200-210") in new stack [Nov 25 15:08:47]
2007 Feb 08
1
Problems with GXP2000 and Asterisk => Call pickup and Voicemail
Hi i have two problems 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
2010 Nov 08
1
Asterisk 1.8 Multiple Parking Lots
...terisk 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 adsipark = yes findslot => next sip.conf [user_A] ... parkinglot=parkinglot_A [user_B] ... parkinglot=parkinglot_B extensions.conf include => parked exten => 2011,hint,par...
2006 May 11
3
Call parking from legacy PBX over PRI??
...can set a timeout extension (front desk) for all parked 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.glimasouthe...
2005 Feb 11
1
Problem with # Transfer from queue
...r = Agent/14 member = 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 versi...
2004 Jan 13
7
Parking extension not working
...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 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 300 ; Number of seconds a call can be parke...
2005 Jul 20
1
getting problem in Picking up the parked call
...Talking <------------------------------------------------> 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...
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 automo...
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...
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. _____________________...