<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tim Panton ha scritto:
<blockquote
 cite="mid:0F7C2A61-5D04-4BF3-AA43-8AB38CF93DB0@westhawk.co.uk"
 type="cite">
  <pre wrap="">On 14 Jan 2009, at 17:07, Roberto Fichera wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Tim Panton ha scritto:
    </pre>
    <blockquote type="cite">
      <pre wrap="">It isn't really in a state for novices at the present
you'd need:
        1) a java compiler
        2) a java code signing certificate (java applets can't read from the
mic
                without being signed)
        3) appropriate javascript and DHTML to implement the look and feel
        4) an asterisk (or freeSWITCH) to talk IAX to.

Tim.

      </pre>
    </blockquote>
    <pre wrap="">Really great stuff! Could you please explain how to use it in a java  
application?

Thanks in advance.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I designed it as a Java applet, so the top level needs Javascript and  
DHTML from the
browser to provide a UI.
That said, It wouldn't be very hard to write an application class and  
some
UI classes to turn it into a stand-alone application , but that  
depends on the
complexity of the UI you want.
  </pre>
</blockquote>
I'm interested to use it as IAX2 API within my UI, so something like:<br>
<br>
- open IAX2 channel<br>
- call 123456<br>
- answer a call<br>
- close IAX2 channel<br>
<blockquote
 cite="mid:0F7C2A61-5D04-4BF3-AA43-8AB38CF93DB0@westhawk.co.uk"
 type="cite">
  <pre wrap="">
  

_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>