Sends a ManagerAction to the Asterisk server and waits for the corresponding ManagerResponse.
@param action the action to send to the Asterisk server
@return the corresponding response received from the Asterisk server
@throws IOException if the network connection is disrupted.
@throws TimeoutException if no response is received within the defaulttimeout period.
@throws IllegalArgumentException if the action is null.
@throws IllegalStateException if you are not connected to an Asteriskserver.
@see #sendAction(ManagerAction,long)
@see #sendAction(ManagerAction,SendActionCallback)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.