|
@@ -6,13 +6,13 @@
|
|
|
|
|
|
<section><title>Installation and running</title>
|
|
<section><title>Installation and running</title>
|
|
|
|
|
|
-<para>Presence modules use some dynamic libraries distributed with SER and the
|
|
|
|
|
|
+<para>Presence modules use some dynamic libraries distributed with SIP-router and the
|
|
compilation procedure and running is a bit more difficult than usual. For detailed
|
|
compilation procedure and running is a bit more difficult than usual. For detailed
|
|
description of libraries see their separate documentation (stored in
|
|
description of libraries see their separate documentation (stored in
|
|
-<filename>lib/doc</filename> subdirectory of main SER directory).</para>
|
|
|
|
|
|
+<filename>lib/doc</filename> subdirectory of main SIP-router directory).</para>
|
|
|
|
|
|
<section><title>Incompatibility</title>
|
|
<section><title>Incompatibility</title>
|
|
-<para>XCAP module needed for authorization is not working with TLS module. Fro
|
|
|
|
|
|
+<para>XCAP module needed for authorization is not working with TLS module. For
|
|
more information see <xref linkend="pres.known_problems"/>.
|
|
more information see <xref linkend="pres.known_problems"/>.
|
|
</para>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
@@ -41,11 +41,11 @@ on common libraries which have their own dependencies as mentioned below.
|
|
</section>
|
|
</section>
|
|
|
|
|
|
<section><title>Installation from CVS</title>
|
|
<section><title>Installation from CVS</title>
|
|
-<para>There is an example of steps which need to be done while installing SER
|
|
|
|
|
|
+<para>There is an example of steps which need to be done while installing SIP-router
|
|
with shared libraries into directory /base/ser/directory (if no directory specified -
|
|
with shared libraries into directory /base/ser/directory (if no directory specified -
|
|
no prefix parameter given - default value is used: /usr/local/)
|
|
no prefix parameter given - default value is used: /usr/local/)
|
|
<orderedlist>
|
|
<orderedlist>
|
|
- <listitem><para>Download current SER sources:</para>
|
|
|
|
|
|
+ <listitem><para>Download current SIP-router sources:</para>
|
|
<para><userinput>cvs -d :pserver:[email protected]:/cvsroot/ser checkout sip_router</userinput>
|
|
<para><userinput>cvs -d :pserver:[email protected]:/cvsroot/ser checkout sip_router</userinput>
|
|
</para></listitem>
|
|
</para></listitem>
|
|
|
|
|
|
@@ -55,7 +55,7 @@ no prefix parameter given - default value is used: /usr/local/)
|
|
<para><userinput>cvs -d :pserver:[email protected]:/cvsroot/ser checkout serctl</userinput>
|
|
<para><userinput>cvs -d :pserver:[email protected]:/cvsroot/ser checkout serctl</userinput>
|
|
</para></listitem>
|
|
</para></listitem>
|
|
|
|
|
|
- <listitem><para>Compile and install SER with presence modules. Common
|
|
|
|
|
|
+ <listitem><para>Compile and install SIP-router with presence modules. Common
|
|
libraries should be compiled automaticaly - it may fail in the case of
|
|
libraries should be compiled automaticaly - it may fail in the case of
|
|
unsatisfied library dependencies. You need to install all external libraries
|
|
unsatisfied library dependencies. You need to install all external libraries
|
|
introduced in <xref linkend="pres.dependencies"/></para>
|
|
introduced in <xref linkend="pres.dependencies"/></para>
|
|
@@ -69,31 +69,31 @@ no prefix parameter given - default value is used: /usr/local/)
|
|
<section><title>Presence snapshots</title>
|
|
<section><title>Presence snapshots</title>
|
|
<para>In past there were published <quote>presence snapshots</quote> with stable
|
|
<para>In past there were published <quote>presence snapshots</quote> with stable
|
|
and tested code and up to date documentation. This will change - tested and
|
|
and tested code and up to date documentation. This will change - tested and
|
|
-documented stable features will be probably imported into stable SER branch
|
|
|
|
|
|
+documented stable features will be probably imported into stable SIP-router branch
|
|
(Ottendorf) and unstable ones will remain in CVS head.
|
|
(Ottendorf) and unstable ones will remain in CVS head.
|
|
</para>
|
|
</para>
|
|
</section> <!-- snapshots -->
|
|
</section> <!-- snapshots -->
|
|
|
|
|
|
-<section><title>Running SER</title>
|
|
|
|
|
|
+<section><title>Running SIP-router</title>
|
|
<para>Linker used for dynamic linking must know, where to find these libraries.
|
|
<para>Linker used for dynamic linking must know, where to find these libraries.
|
|
This may be done by setting <varname>LD_LIBRARY_PATH</varname> before
|
|
This may be done by setting <varname>LD_LIBRARY_PATH</varname> before
|
|
startup.</para>
|
|
startup.</para>
|
|
<para><userinput>export LD_LIBRARY_PATH=/base/ser/directory/lib/ser</userinput></para>
|
|
<para><userinput>export LD_LIBRARY_PATH=/base/ser/directory/lib/ser</userinput></para>
|
|
<para><userinput>/base/ser/directory/sbin/ser -f /base/ser/directory/etc/ser/ser.cfg</userinput></para>
|
|
<para><userinput>/base/ser/directory/sbin/ser -f /base/ser/directory/etc/ser/ser.cfg</userinput></para>
|
|
|
|
|
|
-<warning>If you want to run SER under sudo like <quote>sudo /base/ser/directory/sbin/ser -f
|
|
|
|
|
|
+<warning>If you want to run SIP-router under sudo like <quote>sudo /base/ser/directory/sbin/ser -f
|
|
/base/ser/directory/etc/ser/ser.cfg</quote> it need not work - it is possible
|
|
/base/ser/directory/etc/ser/ser.cfg</quote> it need not work - it is possible
|
|
that LD_LIBRARY_PATH will not be propagated in this case!</warning>
|
|
that LD_LIBRARY_PATH will not be propagated in this case!</warning>
|
|
-</section> <!-- running SER -->
|
|
|
|
|
|
+</section> <!-- running SIP-router -->
|
|
|
|
|
|
<section><title>Database initialization</title>
|
|
<section><title>Database initialization</title>
|
|
<warning>
|
|
<warning>
|
|
<para>This paragraph can be out-of-dated by changes in DB init scripts or in
|
|
<para>This paragraph can be out-of-dated by changes in DB init scripts or in
|
|
ser_ctl. It has only informative value!</para>
|
|
ser_ctl. It has only informative value!</para>
|
|
</warning>
|
|
</warning>
|
|
-<para>It is very handy to use SER together with database - at least domains and
|
|
|
|
|
|
+<para>It is very handy to use SIP-router together with database - at least domains and
|
|
users with attributes can be stored there. First must be database created -
|
|
users with attributes can be stored there. First must be database created -
|
|
-there are scripts to do this in SER's source tree in directory scripts; for
|
|
|
|
|
|
+there are scripts to do this in SIP-router's source tree in directory scripts; for
|
|
example "scripts/mysql/ser_mysql.sh create" will create the database for MySQL.
|
|
example "scripts/mysql/ser_mysql.sh create" will create the database for MySQL.
|
|
<note><para>Later MySQL versions can complain with current script, if so, you
|
|
<note><para>Later MySQL versions can complain with current script, if so, you
|
|
can try to remove qotes around $PW in script to get it into work.</para></note>
|
|
can try to remove qotes around $PW in script to get it into work.</para></note>
|