[asterisk-users] parking lot

Danny Nicholas danny at debsinc.com
Wed Oct 5 14:03:55 CDT 2011


Depending on hardware and number of parking lots, could hints be used to let
everyone know that a parking lot was just put into use by blind transfer?
(I have a PERL web interface that does this kind of check for 1.4 but that
probably wouldn't help OP).

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin P.
Fleming
Sent: Wednesday, October 05, 2011 1:59 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] parking lot

On 10/05/2011 11:31 AM, Keith Sloan wrote:
> Hey list.
>
> I am having some issues with a parking lot. I am looking for a way 
> that the person can blind transfer to a parking lot. it works 
> perfectly accept being an unattended transfer its the caller who hears 
> the parking lot position. anyone have a work around to this.
>
> exten => 999,1,Set(CHANNEL(parkinglot)=Parkinglot-keith)
> exten => 999,n,Set(PARKINGLOT=Parkinglot_keith)
> exten => 999,n,Set(CALLCHAN=${CUT(BLINDTRANSFER,-,1)})
> exten => 999,n,ParkAndAnnounce(PARKED,60,${CALLCHAN})
>
>
> the ParkAndAnnounce seems to be failing. any suggestions?

Define 'failing'? Does the call not get parked?

If by 'failing' you mean that the parked channel is the one who hears the
parking lot number announcement, that's perfectly understandable when a
blind transfer is done to this extension. When this extension's code starts
executing after a blind transfer, the transferer's channel is *already
gone*; there is no way to announce the parking lot number to them.

The only solution here is to not announce the parking lot number at all if
the call was blind-transferred, but of course then nobody will know what
parking lot the call was parked in.

--
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at
www.digium.com & www.asterisk.org

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to
Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list