<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> </DIV>
<DIV>I've a question regarding multiple call parking. 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> ParkAction parkAction = new ParkAction(); <BR> <BR> parkAction.setChannel(Channel1); <BR> parkAction.setChannel2(Channel2); <BR> </DIV>
<DIV> parkAction.setTimeout(120000); <BR> <BR> <BR> // connect to Asterisk and log in <BR> managerConnection.login(); </DIV>
<DIV> <BR> parkResponse = managerConnection.sendAction(parkAction, 30000); </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Also, unable to retrieve the parked call when I try to use Call Transfer Java Asterisk API (redirectAction)?</DIV>
<DIV> </DIV>
<DIV>-------------------------------------</DIV>
<DIV> </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>