Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 06e1e0ab98898582c876a8be34ecb5e9 > files > 157

capisuite-0.4.5-5mdv2010.0.i586.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>CapiSuite 0.4.5</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1" /><link rel="home" href="index.html" title="CapiSuite 0.4.5" /><link rel="next" href="pr01.html" title="Introduction" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">CapiSuite 0.4.5</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="pr01.html">Next</a></td></tr></table><hr /></div><div class="book" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="id2392637"></a>CapiSuite 0.4.5</h1></div><div><h2 class="subtitle"><a href="http://www.capisuite.de" target="_top">http://www.capisuite.de</a></h2></div><div><div class="author"><h3 class="author"><span class="firstname">Gernot</span> <span class="surname">Hillier</span></h3><div class="affiliation"><div class="address"><p><tt class="email">&lt;<a href="mailto:gernot@hillier.de">gernot@hillier.de</a>&gt;</tt></p></div></div></div></div></div><div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="preface"><a href="pr01.html">Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a href="pr01.html#welcome">Welcome to CapiSuite</a></span></dt><dt><span class="sect1"><a href="pr01s02.html">Structure of the manual</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch01.html">1. Getting Started</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch01.html#install">Requirements and installation of CapiSuite</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch01.html#requirements">Requirements</a></span></dt><dt><span class="sect2"><a href="ch01.html#install_install">Installation</a></span></dt><dt><span class="sect2"><a href="ch01.html#install_update">Updating from previous versions</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch01s02.html">How CapiSuite works, how it is configured and started</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch01s02.html#howwork">How does CapiSuite work?</a></span></dt><dt><span class="sect2"><a href="ch01s02.html#configcs">Configuration of CapiSuite</a></span></dt><dt><span class="sect2"><a href="ch01s02.html#startcs">Startup of CapiSuite</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch01s03.html">Features and configuration of the default scripts</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch01s03.html#script_features">Script features</a></span></dt><dt><span class="sect2"><a href="ch01s03.html#howscriptswork">How the scripts work</a></span></dt><dt><span class="sect2"><a href="ch01s03.html#script_config">Script configuration</a></span></dt><dt><span class="sect2"><a href="ch01s03.html#deleteoldfiles">Deleting old files</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch01s04.html">Using CapiSuite together with the default scripts</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch01s04.html#usingscripts_receive">Receiving calls</a></span></dt><dt><span class="sect2"><a href="ch01s04.html#usingscripts_remoteinquiry">Doing a remote inquiry</a></span></dt><dt><span class="sect2"><a href="ch01s04.html#usingscripts_send">Sending fax jobs</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Users Guide</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch02.html#ug_python">Introduction to Python</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch02.html#python_basics">Python Basics</a></span></dt><dt><span class="sect2"><a href="ch02.html#py_blocks">Blocks, Functions and Exceptions</a></span></dt><dt><span class="sect2"><a href="ch02.html#py_modules">Working with modules</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch02s02.html">A first look on the incoming and idle scripts</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch02s02.html#ug_scripts_incoming">The incoming script</a></span></dt><dt><span class="sect2"><a href="ch02s02.html#ug_scripts_idle">The idle script</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch02s03.html">Used file formats</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch02s03.html#voice_fileformat">Format of voice files (inversed A-Law, 8kHz, mono)</a></span></dt><dt><span class="sect2"><a href="ch02s03.html#fax_fileformat">Format of fax files (Structured Fax Files)</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch02s04.html">Tutorial: writing an incoming script</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch02s04.html#incoming_tut_basics">Basics and a really dumb answering machine.</a></span></dt><dt><span class="sect2"><a href="ch02s04.html#incoming_tut_improving">Improving it to a useful (?) state</a></span></dt><dt><span class="sect2"><a href="ch02s04.html#incoming_tut_unique_names">Using sensible file names</a></span></dt><dt><span class="sect2"><a href="ch02s04.html#incoming_tut_fax_recognition">Automatic fax recognition and receiving</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch02s05.html">Example for an idle script</a></span></dt><dt><span class="sect1"><a href="ch02s06.html">Structural overview of the default scripts</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch02s06.html#default_incoming">incoming.py</a></span></dt><dt><span class="sect2"><a href="ch02s06.html#default_idle">idle.py</a></span></dt><dt><span class="sect2"><a href="ch02s06.html#default_capisuitefax">capisuitefax</a></span></dt><dt><span class="sect2"><a href="ch02s06.html#default_helpers">cs_helpers.py</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch02s07.html">CapiSuite command reference</a></span></dt></dl></dd><dt><span class="appendix"><a href="apa.html">A. Acknowledgements</a></span></dt><dt><span class="appendix"><a href="apb.html">B. CAPI 2.0 Error Codes</a></span></dt><dd><dl><dt><span class="section"><a href="apb.html#capicodes_connection">CAPI errors describing connection problems</a></span></dt><dd><dl><dt><span class="section"><a href="apb.html#capicodes_protocol">Protocol errors</a></span></dt><dt><span class="section"><a href="apb.html#capicodes_isdn">ISDN error codes</a></span></dt></dl></dd><dt><span class="section"><a href="apbs02.html">Internal CAPI errors</a></span></dt><dd><dl><dt><span class="section"><a href="apbs02.html#capicodes_info">Informative values (no error)</a></span></dt><dt><span class="section"><a href="apbs02.html#capicodes_register">Errors concerning CAPI_REGISTER</a></span></dt><dt><span class="section"><a href="apbs02.html#capicodes_messages">Message exchange errors</a></span></dt><dt><span class="section"><a href="apbs02.html#capicodes_resource">Resource/Coding Errors</a></span></dt><dt><span class="section"><a href="apbs02.html#capicodes_service">Errors concerning requested services</a></span></dt></dl></dd></dl></dd></dl></div><div class="list-of-examples"><p><b>List of Examples</b></p><dl><dt>2.1. <a href="ch02s04.html#id2514779">example.py</a></dt><dt>2.2. <a href="ch02s04.html#id2515215">example.py, improved</a></dt><dt>2.3. <a href="ch02s04.html#id2515564">using unique filenames</a></dt><dt>2.4. <a href="ch02s04.html#id2515651">Adding fax functions</a></dt><dt>2.5. <a href="ch02s05.html#id2516137">idle_example.py</a></dt><dt>2.6. <a href="ch02s05.html#id2516385">idle_example.py, version for CapiSuite</a></dt></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="pr01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Introduction</td></tr></table></div></body></html>