This actually works for multiple slots. When 701 is occupied, * finds next defined slow.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Lister Sent: Wednesday, December 03, 2008 11:09 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call parking On Wed, Dec 03, 2008 at 10:56:48AM -0600, Danny Nicholas wrote: > The way I made this work was to set up 200 as my "parker" and I do transfer, > 200, transfer. > > exten => 200,1,Answer > exten => 200,n,Park(701) That will work but only for one call park slot. If that's what you want then great. If you have multiple users then surely you'd need some way to find a free slot first? (Or maybe just allocate every extension its own unique parking slot, but they'd only be able to park one call at a time?) Rob _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
