opensips/modules/enum/doc/enum.xml

Wed, 10 Feb 2010 21:25:01 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 10 Feb 2010 21:25:01 +0100
changeset 18
8ec65b8f6e2c
parent 12
a3ac912f2857
permissions
-rw-r--r--

Extend uac_auth() of the UAC module to workaround CSEQ problems.
This logic is meant to complement that of changeset 17, which
added rich authentication credentials to the gw table and its
associated logic in the LCR module.

     1 <?xml version="1.0" encoding='ISO-8859-1'?>
     2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     5 <!ENTITY admin SYSTEM "enum_admin.xml">
     6 <!ENTITY faq SYSTEM "../../../doc/module_faq.xml">
     8 <!-- Include general documentation entities -->
     9 <!ENTITY % docentities SYSTEM "../../../doc/entities.xml">
    10 %docentities;
    12 ]>
    14 <book>
    15     <bookinfo>
    16 	<title>Enum Module</title>
    17 	<authorgroup>
    18 	    <author>
    19 		<firstname>Juha</firstname>
    20 		<surname>Heinanen</surname>
    21 		<email>jh@song.fi</email>
    22 	    </author>
    23 	    <author>
    24 		<firstname>Otmar</firstname>
    25 		<surname>Lendl</surname>
    26 		<email>lendl@nic.at</email>
    27 	    </author>
    28 	</authorgroup>
    29 	<copyright>
    30 	    <year>2002</year>
    31 	    <year>2003</year>
    32 	    <holder>Juha Heinanen</holder>
    33 	</copyright>
    34 	<revhistory>
    35 	    <revision>
    36 		<revnumber>$Revision: 5907 $</revnumber>
    37 		<date>$Date: 2010-01-18 10:45:05 +0100 (Mon, 18 Jan 2010) $</date>
    38 	    </revision>
    39 	</revhistory>
    40     </bookinfo>
    41     <toc></toc>
    43     &admin;
    44     &faq;
    46 </book>

mercurial