Module: kamailio
Branch: master
Commit: 719b1299771bba9e3ac282f7efa6c29f904af4e5
URL: https://github.com/kamailio/kamailio/commit/719b1299771bba9e3ac282f7efa6c29…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2017-01-02T15:37:18+01:00
pua_rpc Add section ID for RPC function in README
---
Modified: src/modules/pua_rpc/doc/pua_rpc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/719b1299771bba9e3ac282f7efa6c29…
Patch: https://github.com/kamailio/kamailio/commit/719b1299771bba9e3ac282f7efa6c29…
---
diff --git a/src/modules/pua_rpc/doc/pua_rpc_admin.xml b/src/modules/pua_rpc/doc/pua_rpc_admin.xml
index b88cbb2..ae005fd 100644
--- a/src/modules/pua_rpc/doc/pua_rpc_admin.xml
+++ b/src/modules/pua_rpc/doc/pua_rpc_admin.xml
@@ -16,19 +16,17 @@
<section>
<title>Overview</title>
<para>
- The pua_rpc offers the possibility to publish presence
- information via RPC transport. Subscribing to presence
- information has not been implemented yet.
+ The pua_rpc module offers the possibility to publish presence
+ information via the RPC transport. Subscribing to presence
+ information has not been implemented yet.
</para>
<para>
Using this module you can create independent applications/scripts to
publish SIP and not SIP related information (e.g., MWI message
- summary information, system resources like CPU-usage, memory,
- number of active subscribers, ...). Future version of this module
- may allow non-SIP speaking applications to subscribe
- to presence information kept in a SIP presence server.
- </para>
- <para>
+ summary information, system resources like CPU-usage, memory,
+ number of active subscribers, ...). Future version of this module
+ may allow non-SIP speaking applications to subscribe
+ to presence information kept in a SIP presence server.
</para>
</section>
@@ -73,7 +71,7 @@
<section>
<title>RPC Commands</title>
- <section>
+ <section id="pua_rpc.r.pua.publish">
<title>
<function moreinfo="none">pua.publish</function>
</title>
@@ -90,22 +88,22 @@
<listitem>
<para>
<emphasis>expires</emphasis>
- - Relative expires time in seconds (e.g. 3600).
+ - Relative expires time in seconds (e.g. 3600).
</para>
</listitem>
<listitem>
<para>
<emphasis>event package</emphasis>
- Event package that is target of published information
- (e.g. message-summary).
+ (e.g. message-summary).
</para>
</listitem>
<listitem>
<para>
<emphasis>content type</emphasis>
- Content type of published information
- (e.g. application/simple-message-summary) or . if no
- information is enclosed.
+ (e.g. application/simple-message-summary) or . if no
+ information is enclosed.
</para>
</listitem>
<listitem>
@@ -130,14 +128,13 @@
<para>
<emphasis>outbound proxy</emphasis>
- SIP URI of outbound proxy to be used when
- sending PUBLISH request or . if no outbound proxy is given.
+ sending PUBLISH request or . if no outbound proxy is given.
</para>
</listitem>
<listitem>
<para>
<emphasis>extra_headers</emphasis>
- - Extra headers added to PUBLISH request or . if no extra
- headers.
+ - Extra headers added to PUBLISH request or . if no extra headers.
</para>
</listitem>
<listitem>
Module: kamailio
Branch: master
Commit: 83b614894a7edb0f63c65e0bd646992c5349ec84
URL: https://github.com/kamailio/kamailio/commit/83b614894a7edb0f63c65e0bd646992…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2017-01-02T15:18:53+01:00
statsd adding default copyright template to source code file
---
Modified: src/modules/statsd/statsd.c
---
Diff: https://github.com/kamailio/kamailio/commit/83b614894a7edb0f63c65e0bd646992…
Patch: https://github.com/kamailio/kamailio/commit/83b614894a7edb0f63c65e0bd646992…
---
diff --git a/src/modules/statsd/statsd.c b/src/modules/statsd/statsd.c
index 8ff7845..c4c56ea 100644
--- a/src/modules/statsd/statsd.c
+++ b/src/modules/statsd/statsd.c
@@ -1,4 +1,23 @@
-
+/**
+ *
+ * This file is part of Kamailio, a free SIP server.
+ *
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version
+ *
+ *
+ * This file is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
#include <sys/time.h>
#include <stdlib.h>