I tried that....or I think I did something similar, but that may or may not apply (depending on my understanding of parking lots)
Here is my relevant contexts. The SIP phones are registered under this context: [some_context] include => parkinglotA include => outboundcalls exten => t,1,Verbose(1|parking timeout!!!) Here, in features.conf, here is parkinglotA's definition [parkinglotA] context => parkinglotA parkpos => 101-120 findslot => next parkingtime=>60 The thing is, I never hit the "Verbose" command. So my questions: 1) Why won't this work? And more importantly: 2) what's this park-dial context you speak of ? Is this a hardcoded context calls go back to? Can I set one per parkilots (remember: I use multiple parking lots) Thanks for taking the time to answer my question. Mike -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Doug Lytle Sent: Thursday, November 18, 2010 12:37 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk parking question Mike wrote: > > I get a > > no extension t in context > Add this to your dial plan: [park-dial] exten => t,1,"Where to send calls go here" Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." -- _____________________________________________________________________ -- 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 -- _____________________________________________________________________ -- 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
