[Asterisk-java-users] Fetch ManagerResponse.getMessage()
Brought to you by:
srt
From: Vincent R. <vin...@sh...> - 2006-11-10 16:33:25
|
Dear, I have a problem to fetch the result of a ManagerResponse with the ManagerResponse commandResponse; SipPeersAction sipsho = new SipPeersAction(); commandResponse = managerConnection.sendAction(sipsho); when I want to get the result of the the command I do a commandResponse.getMessage() I only received the firstline of the Asterisk command ("Peer status list will follow"). Do you have a solution ? Vincent |