<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>What release are you trying this with?<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> 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<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>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. <o:p></o:p></span></p><p><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>[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)<o:p></o:p></span></p><p><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>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;<o:p></o:p></span></p></div></body></html>