Skip to content

Commit 2459317

Browse files
committed
adding User Guide
1 parent 228ed1a commit 2459317

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5747
-31
lines changed

.classpath

+31-30
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.properties|**/*.java"/>
4-
<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
5-
<classpathentry kind="src" path="src/main/java" including="**/*.properties|**/*.java"/>
6-
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
7-
<classpathentry kind="output" path="target/classes"/>
8-
<classpathentry kind="var" path="M2_REPO/javax/sip/jain-sip-api/1.2.1/jain-sip-api-1.2.1.jar"/>
9-
<classpathentry kind="var" path="M2_REPO/javax/sip/jain-sip-ri/1.2.X-SNAPSHOT/jain-sip-ri-1.2.X-SNAPSHOT.jar"/>
10-
<classpathentry kind="var" path="M2_REPO/javax/xml/jax-qname/1.1/jax-qname-1.1.jar"/>
11-
<classpathentry kind="lib" path="lib/jaxb-api.jar"/>
12-
<classpathentry kind="lib" path="lib/jaxb-impl.jar"/>
13-
<classpathentry kind="lib" path="lib/jaxb-libs.jar"/>
14-
<classpathentry kind="var" path="M2_REPO/javax/xml/namespace/1.0.1/namespace-1.0.1.jar"/>
15-
<classpathentry kind="var" path="M2_REPO/javax/sdp/nist-sdp/1.0/nist-sdp-1.0.jar"/>
16-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
17-
<classpathentry kind="var" path="M2_REPO/concurrent/concurrent/1.3.3/concurrent-1.3.3.jar"/>
18-
<classpathentry kind="var" path="M2_REPO/com/sun/xml/bind/jaxb-xjc/1.0.7/jaxb-xjc-1.0.7.jar"/>
19-
<classpathentry kind="var" path="M2_REPO/org/w3c/dom/2.3.0-jaxb-1.0.6/dom-2.3.0-jaxb-1.0.6.jar"/>
20-
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.2/junit-4.8.2.jar"/>
21-
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
22-
<classpathentry kind="var" path="M2_REPO/com/github/relaxng/relaxngDatatype/2011.1/relaxngDatatype-2011.1.jar"/>
23-
<classpathentry kind="var" path="M2_REPO/xalan/xalan/2.6.0/xalan-2.6.0.jar"/>
24-
<classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar"/>
25-
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"/>
26-
<classpathentry kind="var" path="M2_REPO/com/sun/msv/datatype/xsd/xsdlib/20060615/xsdlib-20060615.jar"/>
27-
<classpathentry kind="var" path="M2_REPO/isorelax/isorelax/20030108/isorelax-20030108.jar"/>
28-
<classpathentry kind="var" path="M2_REPO/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414.jar"/>
29-
<classpathentry kind="var" path="M2_REPO/net/java/stun4j/stun4j/1.0.MOBICENTS/stun4j-1.0.MOBICENTS.jar"/>
30-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry including="**/*.properties|**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
4+
<classpathentry kind="src" path="docs/sources/src/main/resources/en-US"/>
5+
<classpathentry excluding="**/*.java" kind="src" output="target/test-classes" path="src/test/resources"/>
6+
<classpathentry including="**/*.properties|**/*.java" kind="src" path="src/main/java"/>
7+
<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
8+
<classpathentry kind="var" path="M2_REPO/javax/sip/jain-sip-api/1.2.1/jain-sip-api-1.2.1.jar"/>
9+
<classpathentry kind="var" path="M2_REPO/javax/sip/jain-sip-ri/1.2.X-SNAPSHOT/jain-sip-ri-1.2.X-SNAPSHOT.jar"/>
10+
<classpathentry kind="var" path="M2_REPO/javax/xml/jax-qname/1.1/jax-qname-1.1.jar"/>
11+
<classpathentry kind="lib" path="lib/jaxb-api.jar"/>
12+
<classpathentry kind="lib" path="lib/jaxb-impl.jar"/>
13+
<classpathentry kind="lib" path="lib/jaxb-libs.jar"/>
14+
<classpathentry kind="var" path="M2_REPO/javax/xml/namespace/1.0.1/namespace-1.0.1.jar"/>
15+
<classpathentry kind="var" path="M2_REPO/javax/sdp/nist-sdp/1.0/nist-sdp-1.0.jar"/>
16+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
17+
<classpathentry kind="var" path="M2_REPO/concurrent/concurrent/1.3.3/concurrent-1.3.3.jar"/>
18+
<classpathentry kind="var" path="M2_REPO/com/sun/xml/bind/jaxb-xjc/1.0.7/jaxb-xjc-1.0.7.jar"/>
19+
<classpathentry kind="var" path="M2_REPO/org/w3c/dom/2.3.0-jaxb-1.0.6/dom-2.3.0-jaxb-1.0.6.jar"/>
20+
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.2/junit-4.8.2.jar"/>
21+
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
22+
<classpathentry kind="var" path="M2_REPO/com/github/relaxng/relaxngDatatype/2011.1/relaxngDatatype-2011.1.jar"/>
23+
<classpathentry kind="var" path="M2_REPO/xalan/xalan/2.6.0/xalan-2.6.0.jar"/>
24+
<classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar"/>
25+
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"/>
26+
<classpathentry kind="var" path="M2_REPO/com/sun/msv/datatype/xsd/xsdlib/20060615/xsdlib-20060615.jar"/>
27+
<classpathentry kind="var" path="M2_REPO/isorelax/isorelax/20030108/isorelax-20030108.jar"/>
28+
<classpathentry kind="var" path="M2_REPO/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414.jar"/>
29+
<classpathentry kind="var" path="M2_REPO/net/java/stun4j/stun4j/1.0.MOBICENTS/stun4j-1.0.MOBICENTS.jar"/>
30+
<classpathentry kind="output" path="target/classes"/>
31+
</classpath>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Fri Apr 15 21:47:30 CEST 2011
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
3+
eclipse.preferences.version=1
4+
org.eclipse.jdt.core.compiler.source=1.5
5+
org.eclipse.jdt.core.compiler.compliance=1.5

docs/jdocbook-mobicents/pom.xml

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
5+
<parent>
6+
<groupId>org.mobicents.sipunit</groupId>
7+
<artifactId>sipunit-docs</artifactId>
8+
<version>2.1.0-SNAPSHOT</version>
9+
</parent>
10+
11+
<artifactId>sipunit-docs-jdocbook-mobicents</artifactId>
12+
13+
<modelVersion>4.0.0</modelVersion>
14+
15+
<packaging>jdocbook</packaging>
16+
17+
<build>
18+
<plugins>
19+
<plugin>
20+
<groupId>org.apache.maven.plugins</groupId>
21+
<artifactId>maven-dependency-plugin</artifactId>
22+
<executions>
23+
<execution>
24+
<id>unpack</id>
25+
<phase>generate-resources</phase>
26+
<goals>
27+
<goal>unpack</goal>
28+
</goals>
29+
<configuration>
30+
<artifactItems>
31+
<artifactItem>
32+
<groupId>${pom.groupId}</groupId>
33+
<artifactId>sipunit-docs-sources-mobicents</artifactId>
34+
<version>${pom.version}</version>
35+
<type>jar</type>
36+
<overWrite>true</overWrite>
37+
<outputDirectory>${project.build.directory}/docbook/resources</outputDirectory>
38+
</artifactItem>
39+
</artifactItems>
40+
</configuration>
41+
</execution>
42+
</executions>
43+
</plugin>
44+
<plugin>
45+
<groupId>org.jboss.maven.plugins</groupId>
46+
<artifactId>maven-jdocbook-plugin</artifactId>
47+
<version>2.3.5</version>
48+
<extensions>true</extensions>
49+
<dependencies>
50+
<dependency>
51+
<groupId>org.mobicents.jdocbook</groupId>
52+
<artifactId>telestax-xslt-ns</artifactId>
53+
<version>1.1.0.FINAL</version>
54+
</dependency>
55+
<dependency>
56+
<groupId>org.mobicents.jdocbook</groupId>
57+
<artifactId>telestax-community-style</artifactId>
58+
<type>jdocbook-style</type>
59+
<version>1.1.0.FINAL</version>
60+
</dependency>
61+
</dependencies>
62+
<configuration>
63+
<sourceDocumentName>SipUnit_User_Guide.xml</sourceDocumentName>
64+
<sourceDirectory>${project.build.directory}/docbook/resources</sourceDirectory>
65+
<imageResource>
66+
<directory>${project.build.directory}/docbook/resources/en-US</directory>
67+
<includes>
68+
<include>images/*</include>
69+
</includes>
70+
</imageResource>
71+
<formats>
72+
<format>
73+
<formatName>pdf</formatName>
74+
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
75+
<finalName>RestComm_User_Guide.pdf</finalName>
76+
</format>
77+
<format>
78+
<formatName>html</formatName>
79+
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
80+
<finalName>index.html</finalName>
81+
</format>
82+
<format>
83+
<formatName>html_single</formatName>
84+
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
85+
<finalName>index.html</finalName>
86+
</format>
87+
</formats>
88+
<options>
89+
<xincludeSupported>true</xincludeSupported>
90+
<!-- needed for uri-resolvers; can be ommitted if using 'current' uri
91+
scheme -->
92+
<!-- could also locate the docbook dependency and inspect its version... -->
93+
<docbookVersion>1.72.0</docbookVersion>
94+
</options>
95+
</configuration>
96+
</plugin>
97+
</plugins>
98+
</build>
99+
100+
</project>

docs/jdocbook-mobicents/pom.xml~

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
5+
<parent>
6+
<groupId>org.mobicents.sipunit</groupId>
7+
<artifactId>sipunit-docs</artifactId>
8+
<version>2.1.0-SNAPSHOT</version>
9+
</parent>
10+
11+
<artifactId>sipunit-docs-jdocbook-mobicents</artifactId>
12+
13+
<modelVersion>4.0.0</modelVersion>
14+
15+
<packaging>jdocbook</packaging>
16+
17+
<build>
18+
<plugins>
19+
<plugin>
20+
<groupId>org.apache.maven.plugins</groupId>
21+
<artifactId>maven-dependency-plugin</artifactId>
22+
<executions>
23+
<execution>
24+
<id>unpack</id>
25+
<phase>generate-resources</phase>
26+
<goals>
27+
<goal>unpack</goal>
28+
</goals>
29+
<configuration>
30+
<artifactItems>
31+
<artifactItem>
32+
<groupId>${pom.groupId}</groupId>
33+
<artifactId>sipunit-docs-sources-mobicents</artifactId>
34+
<version>${pom.version}</version>
35+
<type>jar</type>
36+
<overWrite>true</overWrite>
37+
<outputDirectory>${project.build.directory}/docbook/resources</outputDirectory>
38+
</artifactItem>
39+
</artifactItems>
40+
</configuration>
41+
</execution>
42+
</executions>
43+
</plugin>
44+
<plugin>
45+
<groupId>org.jboss.maven.plugins</groupId>
46+
<artifactId>maven-jdocbook-plugin</artifactId>
47+
<version>2.3.5</version>
48+
<extensions>true</extensions>
49+
<dependencies>
50+
<dependency>
51+
<groupId>org.mobicents.jdocbook</groupId>
52+
<artifactId>telestax-xslt-ns</artifactId>
53+
<version>1.1.0.FINAL</version>
54+
</dependency>
55+
<dependency>
56+
<groupId>org.mobicents.jdocbook</groupId>
57+
<artifactId>telestax-community-style</artifactId>
58+
<type>jdocbook-style</type>
59+
<version>1.1.0.FINAL</version>
60+
</dependency>
61+
</dependencies>
62+
<configuration>
63+
<sourceDocumentName>RestComm_User_Guide.xml</sourceDocumentName>
64+
<sourceDirectory>${project.build.directory}/docbook/resources</sourceDirectory>
65+
<imageResource>
66+
<directory>${project.build.directory}/docbook/resources/en-US</directory>
67+
<includes>
68+
<include>images/*</include>
69+
</includes>
70+
</imageResource>
71+
<formats>
72+
<format>
73+
<formatName>pdf</formatName>
74+
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
75+
<finalName>RestComm_User_Guide.pdf</finalName>
76+
</format>
77+
<format>
78+
<formatName>html</formatName>
79+
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
80+
<finalName>index.html</finalName>
81+
</format>
82+
<format>
83+
<formatName>html_single</formatName>
84+
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
85+
<finalName>index.html</finalName>
86+
</format>
87+
</formats>
88+
<options>
89+
<xincludeSupported>true</xincludeSupported>
90+
<!-- needed for uri-resolvers; can be ommitted if using 'current' uri
91+
scheme -->
92+
<!-- could also locate the docbook dependency and inspect its version... -->
93+
<docbookVersion>1.72.0</docbookVersion>
94+
</options>
95+
</configuration>
96+
</plugin>
97+
</plugins>
98+
</build>
99+
100+
</project>

docs/jdocbook-telscale/pom.xml

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
5+
<parent>
6+
<groupId>org.mobicents.sipunit</groupId>
7+
<artifactId>sipunit-docs</artifactId>
8+
<version>2.1.0-SNAPSHOT</version>
9+
</parent>
10+
11+
<artifactId>sipunit-docs-jdocbook-telscale</artifactId>
12+
13+
<modelVersion>4.0.0</modelVersion>
14+
15+
<packaging>jdocbook</packaging>
16+
17+
<build>
18+
<plugins>
19+
<plugin>
20+
<groupId>org.apache.maven.plugins</groupId>
21+
<artifactId>maven-dependency-plugin</artifactId>
22+
<executions>
23+
<execution>
24+
<id>unpack</id>
25+
<phase>generate-resources</phase>
26+
<goals>
27+
<goal>unpack</goal>
28+
</goals>
29+
<configuration>
30+
<artifactItems>
31+
<artifactItem>
32+
<groupId>${pom.groupId}</groupId>
33+
<artifactId>sipunit-docs-sources-telscale</artifactId>
34+
<version>${pom.version}</version>
35+
<type>jar</type>
36+
<overWrite>true</overWrite>
37+
<outputDirectory>${project.build.directory}/docbook/resources</outputDirectory>
38+
</artifactItem>
39+
</artifactItems>
40+
</configuration>
41+
</execution>
42+
</executions>
43+
</plugin>
44+
<plugin>
45+
<groupId>org.jboss.maven.plugins</groupId>
46+
<artifactId>maven-jdocbook-plugin</artifactId>
47+
<version>2.3.5</version>
48+
<extensions>true</extensions>
49+
<dependencies>
50+
<dependency>
51+
<groupId>org.mobicents.jdocbook</groupId>
52+
<artifactId>telestax-xslt-ns</artifactId>
53+
<version>1.1.0.FINAL</version>
54+
</dependency>
55+
<dependency>
56+
<groupId>org.mobicents.jdocbook</groupId>
57+
<artifactId>telestax-telscale-style</artifactId>
58+
<type>jdocbook-style</type>
59+
<version>1.1.0.FINAL</version>
60+
</dependency>
61+
</dependencies>
62+
<configuration>
63+
<sourceDocumentName>SipUnit_User_Guide.xml</sourceDocumentName>
64+
<sourceDirectory>${project.build.directory}/docbook/resources</sourceDirectory>
65+
<imageResource>
66+
<directory>${project.build.directory}/docbook/resources/en-US</directory>
67+
<includes>
68+
<include>images/*</include>
69+
</includes>
70+
</imageResource>
71+
<formats>
72+
<format>
73+
<formatName>pdf</formatName>
74+
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
75+
<finalName>SipUnit_User_Guide.pdf</finalName>
76+
</format>
77+
<format>
78+
<formatName>html</formatName>
79+
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
80+
<finalName>index.html</finalName>
81+
</format>
82+
<format>
83+
<formatName>html_single</formatName>
84+
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
85+
<finalName>index.html</finalName>
86+
</format>
87+
</formats>
88+
<options>
89+
<xincludeSupported>true</xincludeSupported>
90+
<!-- needed for uri-resolvers; can be ommitted if using 'current' uri
91+
scheme -->
92+
<!-- could also locate the docbook dependency and inspect its version... -->
93+
<docbookVersion>1.72.0</docbookVersion>
94+
</options>
95+
</configuration>
96+
</plugin>
97+
</plugins>
98+
</build>
99+
100+
</project>

0 commit comments

Comments
 (0)