Skip to content

Commit f2bd617

Browse files
tm docs: add migration hints for t_relay()'s flags
1 parent cdb5d49 commit f2bd617

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

modules/tm/doc/tm_admin.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,8 @@ modparam("tm", "cluster_auto_cancel", no)
890890
</para>
891891
<itemizedlist>
892892
<listitem>
893-
<para><emphasis>no-auto-477</emphasis> - do not internally generate
893+
<para><emphasis>no-auto-477</emphasis> - (old
894+
<emphasis>0x02</emphasis> flag) do not internally generate
894895
and send a "477 Send failed (477/TM)" SIP reply in case of a
895896
global forwarding failure (i.e. forwarding for each branch has
896897
failed due to internal errors, bad R-URI, bad message, lack of
@@ -909,19 +910,22 @@ modparam("tm", "cluster_auto_cancel", no)
909910
</para>
910911
</listitem>
911912
<listitem>
912-
<para><emphasis>no-dns-failover</emphasis> - disable the DNS failover
913+
<para><emphasis>no-dns-failover</emphasis> - (old
914+
<emphasis>0x04</emphasis> flag) disable the DNS failover
913915
for the transaction. Only first IP will be used. It disables
914916
the failover both at transport and transaction level.
915917
</para>
916918
</listitem>
917919
<listitem>
918-
<para><emphasis>pass-reason-hdr</emphasis> - If the request is a CANCEL,
920+
<para><emphasis>pass-reason-hdr</emphasis> - (old
921+
<emphasis>0x08</emphasis> flag) If the request is a CANCEL,
919922
trust and pass further the Reason header from the received
920923
CANCEL - shortly, will propagate the Reason header.
921924
</para>
922925
</listitem>
923926
<listitem>
924-
<para><emphasis>allow-no-cancel</emphasis> - Allows OpenSIPS to inspect
927+
<para><emphasis>allow-no-cancel</emphasis> - (old
928+
<emphasis>0x10</emphasis> flag) Allows OpenSIPS to inspect
925929
and follow the Content-Disposition "no-cancel" indication (if
926930
present). As per RFC3841, section 9.1, the TM module may be
927931
instructed not to cancel all ongoing branches when a 2xx reply

0 commit comments

Comments
 (0)