Module: kamailio
Branch: master
Commit: 4332a144b20566c3016fa11f6d7ce36fde0f4fad
URL: 
https://github.com/kamailio/kamailio/commit/4332a144b20566c3016fa11f6d7ce36fde0f4fad

Author: Victor Seva <[email protected]>
Committer: Victor Seva <[email protected]>
Date: 2025-09-23T17:48:50+02:00

ims_registrar_scscf: add ue_unsubscribe_on_dereg missing parameter

this was introduced at 5f49f1ab481ef4c8b9fc236d905485390969f894 at May 2014

---

Modified: src/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/4332a144b20566c3016fa11f6d7ce36fde0f4fad.diff
Patch: 
https://github.com/kamailio/kamailio/commit/4332a144b20566c3016fa11f6d7ce36fde0f4fad.patch

---

diff --git a/src/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml 
b/src/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml
index 5df8c2f554e..d70537f48cf 100644
--- a/src/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml
+++ b/src/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml
@@ -229,6 +229,25 @@
       </example>
     </section>
 
+    <section>
+      <title>ue_unsubscribe_on_dereg (int)</title>
+
+      <para>Many UEs do not unsubscribe on de-register, therefor if the
+      parameter is set to 0, the default, any subscription of that subscriber
+      will be removed and NOTIFY will be not sent. To disable this behaviour 
set this
+      parameter to 1.</para>
+
+      <para><emphasis> Default value is 0 (disabled)</emphasis></para>
+
+      <example>
+        <title>Set <varname>user_data_dtd</varname>parameter</title>
+
+        <programlisting format="linespecific">...
+        modparam("ims_registrar_scscf", "ue_unsubscribe_on_dereg", 1)
+...</programlisting>
+      </example>
+    </section>
+
     <section>
       <title>user_data_dtd (string)</title>
 

_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to