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.
When you park the call, does it say the number it parked it to? Could you paste the parking.conf, even if it is stock? denon At 10:47 AM 3/9/2003 -0800, you wrote:>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. > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users at lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users
>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 invalidworks fine here, make sure you have 't' parm on the dial app, ie. exten => 1,2,Dial(Zap/1,20,t) & make sure your doing #700 to park after receiving the call
well parking is realy just a transfer, and lower case 't' always indicated that the Called channel can transfer, it'd be nice to see orginating channel could transfer if the uppper case 'T' flag was present :) -----Original Message----- From: Mike Reiling <miker at mac.com> To: asterisk-users at lists.digium.com <asterisk-users at lists.digium.com> Date: March 9, 2003 12:57 PM Subject: Re: [Asterisk-Users] Call Parking>Didn't know you needed the t. Is that a new thing? > >On Sunday, March 9, 2003, at 11:38 AM, TC wrote: > >>> 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 >> works fine here, make sure you have 't' parm on the dial app, >> ie. exten => 1,2,Dial(Zap/1,20,t) >> & make sure your doing #700 to park after receiving the call >> >> >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users at lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users at lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users
How do I use parking? I thought all I had to do was hook flash, but this immediately cuts the other end of the call off.. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030717/e3aa6902/attachment.htm
If you are on a zap device, make sure you add threewaycalling. On Thu, 2003-07-17 at 22:25, Aaron Martin wrote:> How do I use parking? I thought all I had to do was hook flash, but > this immediately cuts the other end of the call off.. >-- Steven Critchfield <critch@basesys.com>
H323 devices.. ----- Original Message ----- From: "Steven Critchfield" <critch@basesys.com> To: <asterisk-users@lists.digium.com> Sent: Friday, July 18, 2003 3:42 PM Subject: Re: [Asterisk-Users] Call Parking> If you are on a zap device, make sure you add threewaycalling. > > On Thu, 2003-07-17 at 22:25, Aaron Martin wrote: > > How do I use parking? I thought all I had to do was hook flash, but > > this immediately cuts the other end of the call off.. > > > -- > Steven Critchfield <critch@basesys.com> > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
On the topic of call parking, once a call is parked, how do I stop asterisk ringing back the station if the call isn't picked up ? Sometimes a caller would be put on hold, and left for a minute or so, when we come back we have found its gone to voicemail. Would be nice to turn this "ringback" off. (or at least set the ringback time to a longer number) Thanks Jay.
I have a 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 => 45 ; Number of seconds a call can be parked for (default is 45 seconds) "show dialplan" output: [ Context 'parkedcalls' created by 'res_parking' ] '701' => 1. ParkedCall(701) [res_parking] '702' => 1. ParkedCall(702) [res_parking] '703' => 1. ParkedCall(703) [res_parking] '704' => 1. ParkedCall(704) [res_parking] '705' => 1. ParkedCall(705) [res_parking] '706' => 1. ParkedCall(706) [res_parking] '707' => 1. ParkedCall(707) [res_parking] '708' => 1. ParkedCall(708) [res_parking] '709' => 1. ParkedCall(709) [res_parking] '710' => 1. ParkedCall(710) [res_parking] '711' => 1. ParkedCall(711) [res_parking] '712' => 1. ParkedCall(712) [res_parking] '713' => 1. ParkedCall(713) [res_parking] '714' => 1. ParkedCall(714) [res_parking] '715' => 1. ParkedCall(715) [res_parking] '716' => 1. ParkedCall(716) [res_parking] '717' => 1. ParkedCall(717) [res_parking] '718' => 1. ParkedCall(718) [res_parking] '719' => 1. ParkedCall(719) [res_parking] '720' => 1. ParkedCall(720) [res_parking] I can dial 701 (so I know the Zap extension I'm calling from has included => parkedcalls) and be told there's no call parked there, but I cannot dial, not transfer a call to exten 700 (I can transfer calls to other places. Does anyone have any idea what the problem is? -- BTEL Consulting 850-484-4535 x2111 (Office) 504-595-3916 x2111 (Experimental) 877-552-0838 (Backup Phone)
I am having trouble with call parking... I am basically using the stock sample files, but extension 700 doesn't show up in my dialplan. When I transfer a call to 700, I get the fast busy like there is extension 700... HELP! Sean Garland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040113/92c98feb/attachment.htm
Sean, Check out this url: http://www.automated.it/guidetoasterisk.htm Girish>From: "Sean Garland" <sean@lavacrawlers.com> >Reply-To: asterisk-users@lists.digium.com >To: <asterisk-users@lists.digium.com> >Subject: [Asterisk-Users] call parking >Date: Tue, 13 Jan 2004 19:41:05 -0800 > >I am having trouble with call parking... I am basically using the stock >sample files, but extension 700 doesn't show up in my dialplan. When I >transfer a call to 700, I get the fast busy like there is extension >700... > > > > > >HELP! > > > >Sean Garland >_________________________________________________________________ Free transactions in any ATM across India. http://server1.msn.co.in/msnleads/suvidha/dec03.asp?type=hottag Click here.
I am using a manager app to do redirects, when I redirect to 700, for parking, the person on the other end hears the number its parked on. How do I stop this? Kyle
Use valetparking :P bkw> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Kyle Hagan > Sent: Friday, January 14, 2005 1:39 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Call Parking > > I am using a manager app to do redirects, when I redirect to 700, for > parking, the person on the other end hears the number its parked on. > > How do I stop this? > > Kyle > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
I am trying to figure out call parking. It is my understanding that it is built into *. I have edited the features.conf like I want it but am unsure where to add the include statement. Right now if I am on a call from the FXO bridged to the FXS port and I hit the # key, nothing happens. I have tried reading the wiki but cannot find anything that clearly explains this feature. Robert
You have to add the include statement in the context thet you want the parking (park, and pickup) to be available. # will only work with a t (for the called), and/or a T (for the caller) in the dial command. On Sun, 13 Feb 2005 00:28:30 -0500, Robert Webb <asterisk@ropeguru.com> wrote:> I am trying to figure out call parking. It is my understanding that it > is built into *. I have edited the features.conf like I want it but am > unsure where to add the include statement. Right now if I am on a call > from the FXO bridged to the FXS port and I hit the # key, nothing > happens. > > I have tried reading the wiki but cannot find anything that clearly > explains this feature. > > Robert > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Hi, Is there some way I can store the space that a call was parked-in in the DataBase? Here is my problem. I have users who are forgetting what parking space they are putting calls in. Is there anyway I can either have the parking space number repeated several times, and/or have something they can dial to either hear the parking space number, or be re-connected to the call?
On Wednesday 17 May 2006 15:27, Matt wrote:> Is there some way I can store the space that a call was parked-in in > the DataBase?*CLI> show application ParkAndAnnounce Pay particular attention to the ${PARKEDAT} variable, and "announce" the call to a Local/ channel which takes the var and stores it in the DB. -A.
Maybe Matching Threads
- Parking extension not working
- include => parkedcalls but nonexistent context 'parkedcalls'
- ParkedCall and SIP.
- when I press "transfer" -> blind -> 700 . The user is not able to hear what extension the call was parked on
- Dial plan doesn't seem to save properly