<!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">
<div class="moz-text-plain" wrap="true" graphical-quote="true"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-central-euro">
<pre wrap="">Folks,

Repost of serdev post from Jan a while back:
g-)

Some time ago I announced new management interface which was described
here:
<a class="moz-txt-link-freetext"
 href="http://www.iptel.org/ser/ser_rpc.xhtml">http://www.iptel.org/ser/ser_rpc.xhtml</a>

I just wanted to let you know that I will start commiting the changes
shortly. I apologize in advance if HEAD temporarily does not
compile.

After discussions with Andrei, Juha and others I decided to keep FIFO
and UNIX socket interfaces, but I reimplemented them as modules. That
means administrators can load only the one that they need (or all of
them if necessary).

- fifo module will implement very simple (plaintext, readable) interface
  to SER, which is easily accessible from any shell script and very easy
  to use and read (although the format of messages with change a bit).

- The purpose of unixsock interface will be to provide very efficient
  and fast interface. This is mainly intended for the communication with
  SEMS and other bandwidth-intensive applications. Most likely the
  underlying protocol of the unix socket interface will change too -- we
  have been thinking about fast and efficient binary encoding
  (suggestions are welcome).

- xmlrpc module will provide XML-RPC based interface to SER. This
  interface will provide type-rich interface on top of TCP/IP. This
  module will provide remote management interface to SER with the
  possibility to use TLS for encryption, HTTP digest for authentication
  and authentication in the configuration script. XML-RPC is not
  very efficient but is is extremely easy to use from almost any
  language.

    Jan.

_______________________________________________
Serdev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Serdev@iptel.org">Serdev@iptel.org</a>
<a class="moz-txt-link-freetext"
 href="http://mail.iptel.org/mailman/listinfo/serdev">http://mail.iptel.org/mailman/listinfo/serdev</a>

</pre>
</div>
<br>
<br>
Victoria Cortez wrote:
<blockquote cite="mid032901c6b619$b19c0e70$630aa8c0@desktop" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2912" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">Hello everybody,</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Can anybody tell me about xmlrpc
module? I've found it in the CVS version. I could not find any docs
about it yet.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; What is this module suppose to
do, exactly?</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Thanks in advance,</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Victoria</font></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>
  </pre>
</blockquote>
</body>
</html>