[Asterisk-java-devel] Asterisk 1.8 + ParkedCallsAction
Brought to you by:
srt
|
From: Rafael M. <med...@gm...> - 2012-05-10 14:53:51
|
Hola!
I need to show call in parked, but dont view !
ParkedCallsAction p = new ParkedCallsAction();
ResponseEvents calls = managerConnection.sendEventGeneratingAction(p);
Collection<ResponseEvent> events = calls.getEvents();
for (ResponseEvent responseEvent : events) {
ParkedCallsCompleteEvent e = (ParkedCallsCompleteEvent)
responseEvent;
ParkedCallEvent ????
}
how to cast response event in object ParkedCallEvent ?
hugs and thanks
Atenciosamente,
Rafael Nunes
I'm free - Linux
http://www.linkedin.com/in/mederafael
|