<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt">Danny<br />
<br />
I am on 1.8.x<br />
I also have 1.10 boxes up but have not tried it there yet. According to the change logs it should work from 1.8 and up but it does not appear to do so. I have been going through the source code trying to figure it out as there are no real doc's on it as of yet. If I can figure it out I want to put a wiki page up so others don't have to go through the pains I am having with it. <br />
<br />
<div>Thanks<br />
Bryant&nbsp;<span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"><br />
<br />
<hr width="100%" size="2" align="center" />
<b>From</b>: "Danny Nicholas" &lt;danny@debsinc.com&gt;<br />
<b>Sent</b>: Tuesday, February 21, 2012 10:46 AM<br />
<b>To</b>: "Asterisk Users Mailing List - Non-Commercial Discussion" &lt;asterisk-users@lists.digium.com&gt;<br />
<b>Subject</b>: Re: [asterisk-users] Park and PARKINGDYNAMIC</span><br />
<br />
<style>
    <RADEDITORFORMATTED_1/>
</style>
</div>
<div class="WordSection1">
<p class="MsoNormal"><span style="font-family: &quot;calibri&quot;,&quot;sans-serif&quot;; color: #1f497d; font-size: 11pt;">What release are you trying this with?</span></p>
<p class="MsoNormal"><span style="font-family: &quot;calibri&quot;,&quot;sans-serif&quot;; color: #1f497d; font-size: 11pt;">&nbsp;</span></p>
<p class="MsoNormal"><b><span style="font-family: &quot;tahoma&quot;,&quot;sans-serif&quot;; font-size: 10pt;">From:</span></b><span style="font-family: &quot;tahoma&quot;,&quot;sans-serif&quot;; font-size: 10pt;"> asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] <b>On Behalf Of </b>Bryant Zimmerman<br />
<b>Sent:</b> Monday, February 20, 2012 5:34 PM<br />
<b>To:</b> asterisk-users@lists.digium.com<br />
<b>Subject:</b> Re: [asterisk-users] Park and PARKINGDYNAMIC</span></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal" style="margin-bottom: 12pt;"><span style="font-family: &quot;arial&quot;,&quot;sans-serif&quot;; 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. </span></p>
<p><span style="font-family: &quot;arial&quot;,&quot;sans-serif&quot;; font-size: 10pt;">[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)</span></p>
<p><span style="font-family: &quot;arial&quot;,&quot;sans-serif&quot;; font-size: 10pt;">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;</span></p>
</div>
<br /></span>