[sr-dev] git:master:59719a1a: secsipid: note about libsecsipid location and failure return codes
Daniel-Constantin Mierla
miconda at gmail.com
Tue Jun 1 09:51:15 CEST 2021
Module: kamailio
Branch: master
Commit: 59719a1ac97337ca7f8b83b0e8a9d63bf6ec0c7e
URL: https://github.com/kamailio/kamailio/commit/59719a1ac97337ca7f8b83b0e8a9d63bf6ec0c7e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-06-01T09:51:04+02:00
secsipid: note about libsecsipid location and failure return codes
---
Modified: src/modules/secsipid/doc/secsipid_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/59719a1ac97337ca7f8b83b0e8a9d63bf6ec0c7e.diff
Patch: https://github.com/kamailio/kamailio/commit/59719a1ac97337ca7f8b83b0e8a9d63bf6ec0c7e.patch
---
diff --git a/src/modules/secsipid/doc/secsipid_admin.xml b/src/modules/secsipid/doc/secsipid_admin.xml
index 1e22e371fb..0d7147c35f 100644
--- a/src/modules/secsipid/doc/secsipid_admin.xml
+++ b/src/modules/secsipid/doc/secsipid_admin.xml
@@ -30,6 +30,17 @@
loads "secsipid_proc.so" in child init callback in order to initialize
the "libsecsipid" per child process.
</para>
+ <para>
+ The libsecsipid is provided by secsipidx project:
+ <ulink url="https://github.com/asipto/secsipidx">https://github.com/asipto/secsipidx</ulink>.
+ </para>
+ <para>
+ In case of failure, the functions in this module return error codes
+ (the negative values) listed in the code of libsecsipid, pretty much
+ at the top of:
+ <ulink url="https://github.com/asipto/secsipidx/blob/main/secsipid/secsipid.go"
+ >https://github.com/asipto/secsipidx/blob/main/secsipid/secsipid.go</ulink>.
+ </para>
</section>
<section>
<title>Dependencies</title>
More information about the sr-dev
mailing list