Module: sip-router Branch: master Commit: 26b2312814b317c6f51ccb81d2f11c840f2e2873 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=26b23128...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Oct 2 10:47:35 2011 +0200
osp(s): updated name of docbook file to follow common pattern
---
modules_s/osp/README | 50 ++++++++++---------- modules_s/osp/doc/osp.xml | 4 +- modules_s/osp/doc/{osp_user.xml => osp_admin.xml} | 0 3 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/modules_s/osp/README b/modules_s/osp/README index dd72115..99447bf 100644 --- a/modules_s/osp/README +++ b/modules_s/osp/README @@ -14,7 +14,7 @@ Di-Shi Sun
- Copyright © 2003 FhG FOKUS + Copyright � 2003 FhG FOKUS __________________________________________________________________
Table of Contents @@ -545,44 +545,44 @@ Chapter 3. Frequently Asked Questions
3.1.
- What platforms does this module work on? + What platforms does this module work on?
- The module has been implemented using Linux, the underlying toolkit and - the module code itself should compile and work on Solaris, *BSD, and - probably most other unix platforms with ssl and pthreads available, but - the OSP Module has only been tested Linux. + The module has been implemented using Linux, the underlying toolkit and + the module code itself should compile and work on Solaris, *BSD, and + probably most other unix platforms with ssl and pthreads available, but + the OSP Module has only been tested Linux.
3.2.
- Where can I get more information on this module? + Where can I get more information on this module?
- Please see http://www.iptel.org/views/moduledocs/ or post a message on - the SER mailing list. + Please see http://www.iptel.org/views/moduledocs/ or post a message on + the SER mailing list.
3.3.
- Where can I get more information on OSP? + Where can I get more information on OSP?
- The OSP technical specification (ETSI TS 101 321) may be obtained from - www.etsi.org. You can also post a message on the OSP Toolkit mailing - list at - https://lists.sourceforge.net/lists/listinfo/osp-toolkit-client. + The OSP technical specification (ETSI TS 101 321) may be obtained from + www.etsi.org. You can also post a message on the OSP Toolkit mailing + list at + https://lists.sourceforge.net/lists/listinfo/osp-toolkit-client.
3.4.
- How do I obtain an OSP server for testing? + How do I obtain an OSP server for testing?
- OSP peering servers are available from the following sources: - * OpenOSP is an OSP server reference implementation created by Cisco - Systems and available at - http://www.vovida.org/applications/downloads/openosp/ - * RAMS is an open source, java based OSP server project available - from http://sourceforge.net/projects/rams/ - * A free version of the commercial TransNexus OSP peering server is - available at www.transnexus.com. + OSP peering servers are available from the following sources: + * OpenOSP is an OSP server reference implementation created by Cisco + Systems and available at + http://www.vovida.org/applications/downloads/openosp/ + * RAMS is an open source, java based OSP server project available + from http://sourceforge.net/projects/rams/ + * A free version of the commercial TransNexus OSP peering server is + available at www.transnexus.com.
3.5.
- How are the exported functions used by the OSP module? + How are the exported functions used by the OSP module?
- See sample-osp-ser.cfg in modules/osp/etc for examples + See sample-osp-ser.cfg in modules/osp/etc for examples diff --git a/modules_s/osp/doc/osp.xml b/modules_s/osp/doc/osp.xml index 054982a..a3d03a4 100644 --- a/modules_s/osp/doc/osp.xml +++ b/modules_s/osp/doc/osp.xml @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY user SYSTEM "osp_user.xml">
+<!ENTITY admin SYSTEM "osp_admin.xml">
<!ENTITY devel SYSTEM "osp_devel.xml">
<!ENTITY faq SYSTEM "osp_faq.xml">
@@ -41,7 +41,7 @@ </bookinfo>
<toc></toc>
- &user;
+ &admin;
&devel;
&faq;
diff --git a/modules_s/osp/doc/osp_user.xml b/modules_s/osp/doc/osp_admin.xml similarity index 100% rename from modules_s/osp/doc/osp_user.xml rename to modules_s/osp/doc/osp_admin.xml