Skip to content

Commit

Permalink
tmx: update hyperlink to TM module
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Jun 12, 2023
1 parent 6625951 commit 3970175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/tmx/doc/tmx_admin.xml
Expand Up @@ -20,8 +20,8 @@
</para>
<para>
&kamailio; TM (Transaction Management) module documentation is available at:
<ulink url="http://www.kamailio.org/docs/modules/stable/tm.html">
http://www.kamailio.org/docs/modules/stable/tm.html</ulink>
<ulink url="https://www.kamailio.org/docs/modules/stable/modules/tm.html">
https://www.kamailio.org/docs/modules/stable/modules/tm.html</ulink>
</para>
</section>

Expand Down
2 changes: 1 addition & 1 deletion src/modules/tmx/tmx_pretran.c
Expand Up @@ -335,7 +335,7 @@ int tmx_check_pretran(sip_msg_t *msg)
if(_tmx_proc_ptran->vbranch.len != it->vbranch.len)
continue;
/* shortcut - check last char in Via branch
* - kamailio/ser adds there branch index => in case of paralel
* - kamailio/ser adds there branch index => in case of parallel
* forking by previous hop, catch it here quickly */
if(_tmx_proc_ptran->vbranch.s[it->vbranch.len - 1]
!= it->vbranch.s[it->vbranch.len - 1])
Expand Down

0 comments on commit 3970175

Please sign in to comment.