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 ; What extensions to park calls on context => parkedcalls ; Which context parked calls are in parkingtime => 300 ; Number of seconds a call can be parked f *CLI> Show dialplan [ 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] Sean Garland Siskiyou Technology Consultants
UM take that =a <- that a is bad bkw On Tue, 13 Jan 2004, Sean Garland wrote:> 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 ; What extensions to park calls > on > context => parkedcalls ; Which context parked calls are > in > parkingtime => 300 ; Number of seconds a call can > be parked f > > *CLI> Show dialplan > > [ 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] > > > Sean Garland > Siskiyou Technology Consultants > > _______________________________________________ > 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 >
[This email is either empty or too large to be displayed at this time]
I have just set the parking extension at 701 and then the range is 702-710 and still I cannot transfer to 701. Show Dialplan doesn't show an extension 700, although it shows all the parked location extensions. If I transfer to 702, I get the message telling me that there is no parked call there.... Still lost!!! Thanks Sean -----Original Message----- From: Girish Gopinath [mailto:gopinath_girish@hotmail.com] Sent: Tuesday, January 13, 2004 11:07 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Parking extension not working
Yes, I have the include => parkedcalls in the default context which is where my calls start from, in fact if I try to transfer to one of the parked locations as a test of transferring to the 7xx area, I get the "...no parked call.." message so it seems like the context is working. All of the parking location extensions show up in the dialplan. What should I see on the console when transferring to 700 (or 701 as it may be) from SIP? Will it work from sip? Is there a way I can test from the console? Thanks Sean -----Original Message----- From: Lance Arbuckle [mailto:asterisk@arbuckle.org] Sent: Wednesday, January 14, 2004 10:31 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Parking extension not working Sean Garland wrote:> > I have just set the parking extension at 701 and then the range is > 702-710 and still I cannot transfer to 701. Show Dialplan doesn't > show an extension 700, although it shows all the parked locationextensions.> If I transfer to 702, I get the message telling me that there is no > parked call there.... Still lost!!! > > Thanks > SeanDid you put "include => parkedcalls" somewhere in your extensions.conf that your extension phones can get to it ? -Lance _______________________________________________ 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
Yeah, I did a 'restart now'... BTW, none of my responses are even making it to the list, at least not the same day as my post. Whats up with that? Sean -----Original Message----- From: Walt Reed [mailto:asterisk@linuxguy.com] Sent: Wednesday, January 14, 2004 12:58 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Parking extension not working On Wed, Jan 14, 2004 at 10:36:54AM -0700, Jared Smith said:> On Wed, 2004-01-14 at 09:15, Sean Garland wrote: > > I have just set the parking extension at 701 and then the range is > > 702-710 and still I cannot transfer to 701. Show Dialplan doesn't > > show an extension 700, although it shows all the parked locationextensions.> > If I transfer to 702, I get the message telling me that there is no > > parked call there.... Still lost!!! > > Did you restart Asterisk after making the changes to parking.conf? > Sounds like maybe you forgot to...BTW, A simple "reload" is NOT enough.... It does need to be a full restart. _______________________________________________ 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
Okay, lets start over... I have basically a simple parking.conf, I use 701 as the parkext because of Andy Powells suggestion, I use a range of 702-710. I have in my [sip] context and include => default and in the [default] context, I have the stock include => localcalls which has on include => parkedcalls. When asterisk is loaded and I type show dialplan at the console, I get a list of what appears to be all the extensions available to me and their respective contexts. Nowhere in that list is an extension 701. Now when a call comes in, my Polycom phone rings and I answer it. If I want to park the call I press the conference button, and type 701, which then gives me a busy signal for a few seconds, and the call is terminated. I ran a sip debug and did the same procedure, and I can see that the polycom phone requests extension 701@ipaddress but then there is a 404 not found error. Am I doing something wrong in the transfer procedure? When I dial # on the polycom phone I get an instant busy, which I assume means that my phone doesn't like that digit. So maybe my question should be, is anyone using polycom sip phones and able to use the parked call feature? Sean -----Original Message----- From: Lance Arbuckle [mailto:asterisk@arbuckle.org] Sent: Wednesday, January 14, 2004 6:10 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Parking extension not working Sean Garland wrote:> > Yes, I have the include => parkedcalls in the default context which is> where my calls start from, in fact if I try to transfer to one of the > parked locations as a test of transferring to the 7xx area, I get the > "...no parked call.." message so it seems like the context is working. > All of the parking location extensions show up in the dialplan. What > should I see on the console when transferring to 700 (or 701 as it may > be) from SIP? Will it work from sip? Is there a way I can test from > the console? > > Thanks > SeanI don't think you can transfer to a park extension directly. In other words, you transfer to the parking lot ( default exten 700 ) and Asterisk parks the call in whichever parking space is available. Then Asterisk reads back the number of the parking space. On my system, with 700 as the park extension and 701-720 as parking spaces, I get the message "Sorry, there is no call parked on that extension" if I try to transfer to 701 which is what I would expect since it's only exten 700 which has the special park functionality. -Lance _______________________________________________ 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
Okay here is an update... With my extensions.conf and parking.conf, etc.. Files, I was able to place a call with the usb phone (analog on zap/3) and park it by pressing flash, then typing in 701... From the SIP phones I am still unable to transfer to 701. What does that mean? Is that something to do with the T instead of t? Thanks for you patience and help through this... Sean -----Original Message----- From: Lance Arbuckle [mailto:asterisk@arbuckle.org] Sent: Friday, January 16, 2004 1:28 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Parking extension not working Sean Garland wrote:> > Okay, lets start over... I have basically a simple parking.conf, I > use > 701 as the parkext because of Andy Powells suggestion, I use a range > of 702-710. I have in my [sip] context and include => default and in > the [default] context, I have the stock include => localcalls which > has on include => parkedcalls. When asterisk is loaded and I type > show dialplan at the console, I get a list of what appears to be all > the extensions available to me and their respective contexts. Nowhere> in that list is an extension 701. Now when a call comes in, my > Polycom phone rings and I answer it. If I want to park the call I > press the conference button, and type 701, which then gives me a busy > signal for a few seconds, and the call is terminated. I ran a sip > debug and did the same procedure, and I can see that the polycom phone> requests extension 701@ipaddress but then there is a 404 not found > error. Am I doing something wrong in the transfer procedure? When I > dial # on the polycom phone I get an instant busy, which I assume > means that my phone doesn't like that digit. > > So maybe my question should be, is anyone using polycom sip phones and> able to use the parked call feature? > > Sean > > -----Original Message----- > From: Lance Arbuckle [mailto:asterisk@arbuckle.org] > Sent: Wednesday, January 14, 2004 6:10 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Parking extension not working > > Sean Garland wrote: > > > > Yes, I have the include => parkedcalls in the default context which > > is > > > where my calls start from, in fact if I try to transfer to one of > > the parked locations as a test of transferring to the 7xx area, I > > get the "...no parked call.." message so it seems like the contextis working.> > All of the parking location extensions show up in the dialplan. > > What should I see on the console when transferring to 700 (or 701 as> > it may > > be) from SIP? Will it work from sip? Is there a way I can test > > from the console? > > > > Thanks > > Sean > > I don't think you can transfer to a park extension directly. In other> words, you transfer to the parking lot ( default exten 700 ) and > Asterisk parks the call in whichever parking space is available. Then> Asterisk reads back the number of the parking space. On my system, > with 700 as the park extension and 701-720 as parking spaces, I get > the message "Sorry, there is no call parked on that extension" if I > try to transfer to 701 which is what I would expect since it's only > exten 700 which has the special park functionality. > > -Lanceok, let's try again.... In extensions.conf, do you have either a "t" or "T" as an option on your dial string like this: exten => s,203,Dial(${ARG2},20,rtT) ; Ring the interface, 20 seconds maximum If not, transfer isn't going to work and therefor park wont work either. -Lance Arbuckle _______________________________________________ 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