<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt">I have been trying to get the dynamic parking working. <br />
<br />
For some reason when I park a call using this method the console says it is using the default parking context not the one I am trying to specidfy. It also is playing the parked extension to the caller. I am transfering the call to an extension that is doing a goto to the context below.&nbsp; Any ideas or examples on how to make this work. What I need to be able to do is have multiple parking lots using the same extension pools but seperated by a dynamic context of ${account}-Lot. So that each office suite cant cross pickup another groups parked calls while using the same number pool of 110-120. I need the dynamic option as all of our calls are database driven and we can't add a seperate entry per customer to the feautres.conf. <br />
<br />
<p>[MSIP-DynPark]<br />
exten =&gt; s,1,NoOp(Dynamic Parking)<br />
exten =&gt; s,n,NoOp(Return Parked Call)<br />
exten =&gt; s,n,GoTo(${CUT(${l_ndeContext}-ndeArgs,~,1)},1)</p>
<p>exten =&gt; _XXX,1,Set(PARKINGDYNAMIC=parkinglot_small)<br />
exten =&gt; _XXX,n,Set(PARKINGDYNEXTEN=110)<br />
exten =&gt; _XXX,n,Set(PARKINGDYNPOS=111-120)<br />
exten =&gt; _XXX,n,Set(PARKINGDYNCONTEXT=${account}-Lot)<br />
;exten =&gt; _XXX,n,Set(PARKINGEXTEN=99)<br />
exten =&gt; _XXX,n,Park()<br />
<br />
[MSIP-DynParkPickup]<br />
exten =&gt; _NXX,1,ParkedCall(${EXTEN},${account}-Lot)<br />
exten =&gt; _NXX,hint,park:$EXTEN@${account}-Lot<br />
<br />
<br />
Thanks<br />
<br />
Bryant&nbsp;</p></span>