Skip to content

Commit

Permalink
kemix: update Kamailio URLs to HTTP → HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Apr 25, 2023
1 parent e7c8dcb commit 79fc3f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/modules/kemix/doc/kemix_admin.xml
Expand Up @@ -30,8 +30,8 @@
<itemizedlist>
<listitem>
<para>
<ulink url="http://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/">
http://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/</ulink>
<ulink url="https://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/">
https://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/</ulink>
</para>
</listitem>
</itemizedlist>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/kemix/kemix_mod.c
Expand Up @@ -75,7 +75,7 @@ static sr_kemi_xval_t* ki_kx_get_ruri(sip_msg_t *msg)
}

if(msg->first_line.type == SIP_REPLY) {
/* REPLY doesnt have a ruri */
/* REPLY doesn't have a ruri */
sr_kemi_xval_null(&_sr_kemi_kx_xval, 0);
return &_sr_kemi_kx_xval;
}
Expand Down Expand Up @@ -108,7 +108,7 @@ static sr_kemi_xval_t* ki_kx_get_ouri(sip_msg_t *msg)
}

if(msg->first_line.type == SIP_REPLY) {
/* REPLY doesnt have a ruri */
/* REPLY doesn't have a ruri */
sr_kemi_xval_null(&_sr_kemi_kx_xval, 0);
return &_sr_kemi_kx_xval;
}
Expand Down

0 comments on commit 79fc3f1

Please sign in to comment.