Re: [asterisk-users] 1.6.2: Using hints on multiple parking lots

2010-07-14 Thread Russell Bryant

- Original Message -
 How do I specify to which parking lot the hints refer to?
 
 For exemple, on 1.4 I use this to see whether a call is parked in 800:
 
 exten = 800,hint,park:8...@parkedcalls
 
 But on 1.6 I have multiple parking lots working apparently
 sucessfully. How do I build the hint for parkinglot1 and parkingloit2
 so that my phone , which is subscribing to 800, only see parkinglot1
 and NOT parkinglot2?
 
 I tried the obvious answer
 
 exten = 800,hint,park:8...@parkinglot1
 
 but that didnt seem to do anything.

Instead of parkinglot1, use the name of the configured context for that parking 
lot.  For example, if you set up the parking lot in features.conf as:

[parkinglot1]
context = parkedcalls_custom
parkpos=800-850

the hint should be:

exten = 800,hint,park:8...@parkedcalls_custom

--
Russell Bryant
Digium, Inc.  |  Engineering Manager, Open Source Software
445 Jan Davis Drive NW   -Huntsville, AL 35806  -  USA
jabber: rbry...@digium.com-=-skype: russell-bryant
www.digium.com -=- www.asterisk.org -=- blogs.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


[asterisk-users] 1.6.2: Using hints on multiple parking lots

2010-07-06 Thread Mike
Hi,

 

How do I specify to which parking lot the hints refer to? 

 

For exemple, on 1.4 I use this to see whether a call is parked in 800:

 

exten = 800,hint,park:8...@parkedcalls

 

But on 1.6 I have multiple parking lots working apparently sucessfully.  How
do I build the hint for parkinglot1 and parkingloit2 so that my phone ,
which is subscribing to 800, only see parkinglot1 and NOT parkinglot2?

 

I tried the obvious answer

exten = 800,hint,park:8...@parkinglot1

but that didnt seem to do anything.

 

Regards,

 

Mike

 

 

-- 
_
-- 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