1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-sip</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha Community</orgname>
7 <uri>https://koha-community.org/</uri>
11 <refentry xml:id="koha-sip">
14 <refentrytitle>koha-sip</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-sip</refname>
20 <refpurpose>Handle SIP server for named Koha instances.</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-sip</command>
27 <arg><option>--start</option>|<option>--stop</option>|<option>--restart</option></arg>
28 <arg><option>--status</option></arg>
29 <arg><option>--enable</option></arg>
30 <arg><option>--disable</option></arg>
31 <arg><option>--verbose</option>|<option>-v</option></arg>
32 <arg><option>-h</option>|<option>--help</option></arg>
36 <refsect1><title>Options</title>
37 <para>All option switches are mutually exclusive</para>
40 <term><option>--start</option></term>
42 <para>Starts the SIP server for the specified Koha instances.</para>
46 <term><option>--stop</option></term>
48 <para>Stops the SIP server for the specified Koha instances.</para>
52 <term><option>--restart</option></term>
54 <para>Restarts the SIP server for the specified Koha instances.</para>
58 <term><option>--enable</option></term>
60 <para>Enables the Koha SIP server, installing a default config at /etc/koha/sites/instance/SIPconfig.xml if it doesn't already exist.</para>
64 <term><option>--disable</option></term>
66 <para>Disables the SIP server and shuts down running SIP processes.</para>
70 <term><option>--status</option></term>
72 <para>Show status information about the SIP server for the specified Koha instances.</para>
76 <term><option>-v</option>|<option>--verbose</option></term>
78 <para>Display progress messages.</para>
82 <term><option>-h</option>|<option>--help</option></term>
84 <para>This help.</para>
90 <refsect1><title>Description</title>
91 <para>This script handles SIP servers for Koha instances.</para>
94 <refsect1><title>See also</title>
95 <simplelist type="inline">
96 <member><command>koha-list(8)</command></member>