<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>We are planning to have about 100+ parking lots defined in features.conf , each with about 4 unique park positions. Asterisk will be handling all the parking and unparking (we don't exclusively use Park/ParkedCall in the dialplan):<br><br>[parkinglot_a]<br>parkpos => 1-4<br>context=parked<br><br>[parkinglot_b]<br>parkpos => 5-8<br>context=parked<br><br>As far as I can tell, Asterisk adds/removes extensions to the parking context(s) dynamically as the calls are parked/unparked.<br><br>I'm curious which one is preferred (as far as performance and/or stability) -  to use one context for all parking lots or to use a separate context for each one? <br><br>Thanks,<br>Matt<br>                                      </div></body>
</html>