<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Recently we have been using asterisk 1.6 and everything worked ok, all our 
productions server are 1.6. Recently we have upgraded one to 1.8 and multiple 
parking call are not working, which worked pretty ok on asterisk 1.6. Are there 
any major changes in asterisk 1.8 related to park call and multiple parking 
lots. Bellow is my config from asterisk 1.6 which worked, I`ve tried this in 1.8 
and it’s not working.</DIV>
<DIV>&nbsp;</DIV>
<DIV><EM>features.conf</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>[parkinglot_A]<BR>parkpos =&gt; 2011-2020<BR>findslot =&gt; 
next<BR>parkingtime =&gt; 60<BR>context =&gt; parked</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>[parkinglot_B]<BR>parkpos =&gt; 2021-2030<BR>findslot =&gt; 
next<BR>parkingtime =&gt; 60<BR>context =&gt; parked<BR></EM></DIV>
<DIV><EM>[general]</EM></DIV>
<DIV><EM>parkext =&gt; 
2000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</EM></DIV>
<DIV><EM>parkpos =&gt; 2001-2110&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</EM></DIV>
<DIV><EM>parkingtime =&gt; 
60&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </EM></DIV>
<DIV><EM>adsipark = 
yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</EM></DIV>
<DIV><EM>findslot =&gt; next</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>sip.conf</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>[user_A]</EM></DIV>
<DIV><EM>...</EM></DIV>
<DIV><EM>parkinglot=parkinglot_A</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>[user_B]</EM></DIV>
<DIV><EM>...</EM></DIV>
<DIV><EM>parkinglot=parkinglot_B</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>extensions.conf</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>include =&gt; parked</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>exten =&gt; 2011,hint,park:2011@parked</EM></DIV>
<DIV><EM>exten =&gt; 2011,1,Wait(1)</EM></DIV>
<DIV><EM>exten =&gt; 2011,2,Set(CHANNEL(parkinglot)=parkinglot_A</EM></DIV>
<DIV><EM>exten =&gt; 2011,3,ParkedCall(2011)</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>exten =&gt; 2012,hint,park:2012@parked</EM></DIV>
<DIV><EM>exten =&gt; 2012,1,Wait(1)</EM></DIV>
<DIV><EM>exten =&gt; 2012,2,Set(CHANNEL(parkinglot)=parkinglot_A</EM></DIV>
<DIV><EM>exten =&gt; 2012,3,ParkedCall(2012)</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>exten =&gt; 2021,hint,park:2021@parked</EM></DIV>
<DIV><EM>exten =&gt; 2021,1,Wait(1)</EM></DIV>
<DIV><EM>exten =&gt; 2021,2,Set(CHANNEL(parkinglot)=parkinglot_B</EM></DIV>
<DIV><EM>exten =&gt; 2021,3,ParkedCall(2021)</EM></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV><EM>exten =&gt; 2022,hint,park:2022@parked</EM></DIV>
<DIV><EM>exten =&gt; 2022,1,Wait(1)</EM></DIV>
<DIV><EM>exten =&gt; 2022,2,Set(CHANNEL(parkinglot)=parkinglot_B)</EM></DIV>
<DIV><EM>exten =&gt; 2022,3,ParkedCall(2022)</EM></DIV>
<DIV>&nbsp;</DIV>
<DIV>With this config I was able to also monitor every parking place and see on 
the phone of there is a call parked on that extension and pick that up from 
every phone in the office and every user when they press “Park Call” are parking 
the current call to their parking lot.</DIV>
<DIV>&nbsp;</DIV>
<DIV>This config worked on asterisk 1.6 and we cannot make it to work on 
asterisk 1.8.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any ideas guys ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for the answers,</DIV>
<DIV>Bogdan Sarandan</DIV>
<DIV>&nbsp;</DIV></DIV></DIV></BODY></HTML>