|
@@ -67,7 +67,7 @@
|
|
|
contact parameters, this value will be used for newly created S-CSCF
|
|
|
usrloc records. The parameter contains number of second to expire (for
|
|
|
example use 3600 for one hour). If it is set to a lower value than the
|
|
|
- “min_expires” parameter then it will be ignored. This
|
|
|
+ min_expires parameter then it will be ignored. This
|
|
|
parameter can be modified via ser config framework. A random value in a
|
|
|
specific interval can be selected by using the default_expires_range
|
|
|
parameter</para>
|
|
@@ -87,10 +87,10 @@
|
|
|
<title>default_expires_range (int)</title>
|
|
|
|
|
|
<para>This parameter specifies that the expiry used for newly created
|
|
|
- S-CSCF usrloc records are not fixed(when “default_expires”
|
|
|
- applies), but a random value in the interval
|
|
|
- “[default_expires-default_expires_range%,
|
|
|
- default_expires+default_expires_range%]”. The value is between 0
|
|
|
+ S-CSCF usrloc records are not fixed(when default_expires
|
|
|
+ applies), but a random value in the intervalrdq
|
|
|
+ [default_expires-default_expires_range%,
|
|
|
+ default_expires+default_expires_range%]. The value is between 0
|
|
|
and 100 and represent the maximim percentage from default_expires that
|
|
|
will be substracted or added when computing the value. Default in 0,
|
|
|
meaning default_expires is left unmodified. This parameter can be
|
|
@@ -144,6 +144,87 @@
|
|
|
...</programlisting>
|
|
|
</example>
|
|
|
</section>
|
|
|
+
|
|
|
+ <section>
|
|
|
+ <title>subscription_default_expires (int)</title>
|
|
|
+
|
|
|
+ <para>If the processed message contains neither Expires HFs nor expires
|
|
|
+ contact parameters, this value will be used for newly created subscriptions.
|
|
|
+ The parameter contains number of second to expire (for example use 3600 for one hour).
|
|
|
+ If it is set to a lower value than the subscription_min_expires parameter
|
|
|
+ then it will be ignored. A random value in a specific interval can be selected
|
|
|
+ by using the subscription_expires_range parameter</para>
|
|
|
+
|
|
|
+ <para><emphasis> Default value is 3600. </emphasis></para>
|
|
|
+
|
|
|
+ <example>
|
|
|
+ <title>Set <varname>subscription_default_expires</varname> parameter</title>
|
|
|
+
|
|
|
+ <programlisting format="linespecific">...
|
|
|
+ modparam("ims_registrar_scscf", "subscription_default_expires", 3600)
|
|
|
+...</programlisting>
|
|
|
+ </example>
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <section>
|
|
|
+ <title>subscription_expires_range (int)</title>
|
|
|
+
|
|
|
+ <para>This parameter specifies that the expiry used for newly created
|
|
|
+ subscriptions are not fixed(when subscription_default_expires
|
|
|
+ applies), but a random value in the interval
|
|
|
+ [subscription_default_expires-subscription_expires_range%,
|
|
|
+ subscription_default_expires+subscription_expires_range%].
|
|
|
+ The value is between 0 and 100 and represent the maximim percentage
|
|
|
+ from subscription_default_expires that will be substracted or added when
|
|
|
+ computing the value. Default in 0, meaning subscription_default_expires is
|
|
|
+ left unmodified.</para>
|
|
|
+
|
|
|
+ <para><emphasis> Default value is 0. </emphasis></para>
|
|
|
+
|
|
|
+ <example>
|
|
|
+ <title>Set <varname>subscription_expires_range </varname>parameter</title>
|
|
|
+
|
|
|
+ <programlisting format="linespecific">...
|
|
|
+ modparam("ims_registrar_scscf", "subscription_expires_range", 30) # +- 30% from subscription_expires_range
|
|
|
+...</programlisting>
|
|
|
+ </example>
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <section>
|
|
|
+ <title>subscription_min_expires (int)</title>
|
|
|
+
|
|
|
+ <para>The minimum expires value of a subscription, values lower than this
|
|
|
+ minimum will be automatically set to the minimum. Value 0 disables the
|
|
|
+ checking.</para>
|
|
|
+
|
|
|
+ <para><emphasis> Default value is 10. </emphasis></para>
|
|
|
+
|
|
|
+ <example>
|
|
|
+ <title>Set <varname>subscription_min_expires</varname>parameter</title>
|
|
|
+
|
|
|
+ <programlisting format="linespecific">...
|
|
|
+ modparam("subscription_min_expires", "min_expires", 1800)
|
|
|
+...</programlisting>
|
|
|
+ </example>
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <section>
|
|
|
+ <title>subscription_max_expires (int)</title>
|
|
|
+
|
|
|
+ <para>The maximum expires value of a subscription, values higher than this
|
|
|
+ maximum will be automatically set to the maximum. Value 0 disables the
|
|
|
+ checking.</para>
|
|
|
+
|
|
|
+ <para><emphasis> Default value is 1000000. </emphasis></para>
|
|
|
+
|
|
|
+ <example>
|
|
|
+ <title>Set <varname>subscription_max_expires</varname>parameter</title>
|
|
|
+
|
|
|
+ <programlisting format="linespecific">...
|
|
|
+ modparam("ims_registrar_scscf", "subscription_max_expires", 3600)
|
|
|
+...</programlisting>
|
|
|
+ </example>
|
|
|
+ </section>
|
|
|
|
|
|
<section>
|
|
|
<title>user_data_dtd (string)</title>
|