<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hello,</DIV>
<DIV> </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> </DIV>
<DIV><EM>features.conf</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>[parkinglot_A]<BR>parkpos => 2011-2020<BR>findslot =>
next<BR>parkingtime => 60<BR>context => parked</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>[parkinglot_B]<BR>parkpos => 2021-2030<BR>findslot =>
next<BR>parkingtime => 60<BR>context => parked<BR></EM></DIV>
<DIV><EM>[general]</EM></DIV>
<DIV><EM>parkext =>
2000
</EM></DIV>
<DIV><EM>parkpos => 2001-2110
</EM></DIV>
<DIV><EM>parkingtime =>
60 </EM></DIV>
<DIV><EM>adsipark =
yes
</EM></DIV>
<DIV><EM>findslot => next</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>sip.conf</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>[user_A]</EM></DIV>
<DIV><EM>...</EM></DIV>
<DIV><EM>parkinglot=parkinglot_A</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>[user_B]</EM></DIV>
<DIV><EM>...</EM></DIV>
<DIV><EM>parkinglot=parkinglot_B</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>extensions.conf</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>include => parked</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>exten => 2011,hint,park:2011@parked</EM></DIV>
<DIV><EM>exten => 2011,1,Wait(1)</EM></DIV>
<DIV><EM>exten => 2011,2,Set(CHANNEL(parkinglot)=parkinglot_A</EM></DIV>
<DIV><EM>exten => 2011,3,ParkedCall(2011)</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>exten => 2012,hint,park:2012@parked</EM></DIV>
<DIV><EM>exten => 2012,1,Wait(1)</EM></DIV>
<DIV><EM>exten => 2012,2,Set(CHANNEL(parkinglot)=parkinglot_A</EM></DIV>
<DIV><EM>exten => 2012,3,ParkedCall(2012)</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>exten => 2021,hint,park:2021@parked</EM></DIV>
<DIV><EM>exten => 2021,1,Wait(1)</EM></DIV>
<DIV><EM>exten => 2021,2,Set(CHANNEL(parkinglot)=parkinglot_B</EM></DIV>
<DIV><EM>exten => 2021,3,ParkedCall(2021)</EM></DIV>
<DIV><EM></EM> </DIV>
<DIV><EM>exten => 2022,hint,park:2022@parked</EM></DIV>
<DIV><EM>exten => 2022,1,Wait(1)</EM></DIV>
<DIV><EM>exten => 2022,2,Set(CHANNEL(parkinglot)=parkinglot_B)</EM></DIV>
<DIV><EM>exten => 2022,3,ParkedCall(2022)</EM></DIV>
<DIV> </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> </DIV>
<DIV>This config worked on asterisk 1.6 and we cannot make it to work on
asterisk 1.8.</DIV>
<DIV> </DIV>
<DIV>Any ideas guys ?</DIV>
<DIV> </DIV>
<DIV>Thanks for the answers,</DIV>
<DIV>Bogdan Sarandan</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>