<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt;color:#000000;"><DIV></DIV>
<DIV>Hi Fellow Developers,
<DIV>&nbsp;</DIV>
<DIV>I've a question regarding multiple call parking.&nbsp; How to park the multiple calls using Asterisk Java API? I am able to park one call at a time, but when parking the second call it knocks out the first one. There are 20 lots in the parking lot. </DIV>
<DIV>There doesn't appear to be a .SetContext or .SetPriority method in Java Asterisk api. </DIV>
<DIV><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ParkAction parkAction = new ParkAction(); <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parkAction.setChannel(Channel1); <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parkAction.setChannel2(Channel2); <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parkAction.setTimeout(120000); <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // connect to Asterisk and log in <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; managerConnection.login(); </DIV>
<DIV>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parkResponse = managerConnection.sendAction(parkAction, 30000); </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Also, unable to retrieve the parked call when I try to use Call Transfer Java Asterisk API (redirectAction)?</DIV>
<DIV>&nbsp;</DIV>
<DIV>-------------------------------------</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any help would be appreciated.</DIV></DIV></div><br>
      <!--3--><hr size=1></hr> Try the new Yahoo! India Homepage. <a href="http://in.rd.yahoo.com/tagline_metro_1/*http://in.yahoo.com/trynew" target="_blank"> Click here</a>.</body></html>