You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules_s/usrloc/doc/usrloc.xml

52 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<section id="usrloc" xmlns:xi="http://www.w3.org/2001/XInclude">
<sectioninfo>
<authorgroup>
<author>
<firstname>Jan</firstname>
<surname>Janak</surname>
<affiliation><orgname>FhG FOKUS</orgname></affiliation>
<address>
<email>jan@iptel.org</email>
</address>
</author>
</authorgroup>
<copyright>
<year>2003</year>
<holder>FhG FOKUS</holder>
</copyright>
</sectioninfo>
<title>Usrloc Module</title>
<section id="usrloc.overview">
<title>Overview</title>
<para>
User location module. The module keeps a user location table and
provides access to the table to other modules. The module exports
no functions that could be used directly from scripts.
</para>
</section>
<section id="usrloc.dep">
<title>Dependencies</title>
<para>
The following modules must be loaded before this module:
<itemizedlist>
<listitem>
<para>
Optionally a database module.
</para>
</listitem>
</itemizedlist>
</para>
</section>
<xi:include href="params.xml"/>
<xi:include href="api.xml"/>
</section>