I need to access a asterisk server using socket connection and i have to execute the commands which are all in asterisk through socket.Is it possible to do?Now the following code helps me to login to the asterisk server.
I got the output as
Asterisk Call Manager/1.0
for example ,in asterisk server ,if i give the command asterisk -r from the console,the asterisk will be started.
How can i use this command in java socket program mentioned above?please assist me to do this.