Thread: asterisk java
View Single Post
  #5 (permalink)  
Old 01-22-2008, 09:09 AM
abhi abhi is offline
Member
 
Join Date: Jan 2008
Posts: 3
abhi is on a distinguished road
Thanks for your reply.Now I need to get the channels which are in active by a method in asteriskjava which is equivalent to the command sip show channels in asterisk.I have tried request.getChannel().But it is not showing what i need.I have tried request.getChannels() method too.it shows the following error:
Quote:
HelloAgi.java:38: cannot find symbol
symbol : method getChannels()
location: interface org.asteriskjava.fastagi.AgiRequest
String k=request.getChannels();
^
.
what is wrong?please help me to find out.
Reply With Quote