|
@@ -16,11 +16,13 @@
|
|
<section>
|
|
<section>
|
|
<title>Overview</title>
|
|
<title>Overview</title>
|
|
<para>
|
|
<para>
|
|
- The module implements secure SIP identity specifications - STIR and SHAKEN
|
|
|
|
- IETF extensions for SIP (RFC8224, RFC 8588).
|
|
|
|
|
|
+ The module implements secure SIP identity specifications - STIR
|
|
|
|
+ (Secure Telephony Identity Revisited) and SHAKEN
|
|
|
|
+ (Signature-based Handling of Asserted information using toKENs)
|
|
|
|
+ IETF extensions for SIP (RFC8224, RFC8588).
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
- It exports the functions to check and generate Identity header.
|
|
|
|
|
|
+ It exports the functions to check and generate SIP Identity header.
|
|
</para>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
@@ -260,7 +262,7 @@ request_route {
|
|
request_route {
|
|
request_route {
|
|
...
|
|
...
|
|
secsipid_add_identity("$fU", "$rU", "A", "",
|
|
secsipid_add_identity("$fU", "$rU", "A", "",
|
|
- "http://kamailio.org/stir/$rd/cert.pem", "/secsipid/$rd/key.pem");
|
|
|
|
|
|
+ "https://kamailio.org/stir/$rd/cert.pem", "/secsipid/$rd/key.pem");
|
|
...
|
|
...
|
|
}
|
|
}
|
|
...
|
|
...
|